tuist/CHANGELOG.md

68 lines
2.2 KiB
Markdown
Raw Normal View History

2018-04-16 17:01:02 +08:00
# Changelog
2018-04-17 21:08:28 +08:00
Please, check out guidelines: https://keepachangelog.com/en/1.0.0/
2018-04-16 17:01:02 +08:00
## Next version
### Added
- Throw an error if a library target contains resources https://github.com/tuist/tuist/pull/98 by @pepibumur.
- Playgrounds support https://github.com/tuist/tuist/pull/103 by @pepibumur.
### Changed
- Don't fail if a Carthage framework doesn't exist. Print a warning instead https://github.com/tuist/tuist/pull/96 by @pepibuymur
- Missing file errors are printed together https://github.com/tuist/tuist/pull/98 by @pepibumur.
2018-08-20 16:37:24 +08:00
## 0.3.0
2018-08-06 04:45:48 +08:00
### Added
- Homebrew formula https://github.com/tuist/tuist/commit/0ab1c6e109134337d4a5e074d77bd305520a935d by @pepibumur.
## Changed
- Replaced ssh links with the https version of them https://github.com/tuist/tuist/pull/91 by @pepibumur.
## Fixed
- `FRAMEWORK_SEARCH_PATHS` build setting not being set for precompiled frameworks dependencies https://github.com/tuist/tuist/pull/87 by @pepibumur.
2018-08-06 04:12:26 +08:00
## 0.2.0
### Added
- Install command https://github.com/tuist/tuist/pull/83 by @pepibumur.
2018-08-02 18:43:41 +08:00
- `--help-env` command to tuistenv by @pepibumur.
2018-08-05 23:21:26 +08:00
### Fixed
- Fix missing target dependencies by @pepibumur.
2018-08-06 04:11:08 +08:00
### Removed
- Internal deprecation warnings by @pepibumur.
2018-07-21 12:10:33 +08:00
2018-08-01 04:19:26 +08:00
## 0.1.0
2018-07-21 12:10:33 +08:00
### Added
- Local command prints all the local versions if no argument is given https://github.com/tuist/tuist/pull/79 by @pepibumur.
2018-07-23 19:59:52 +08:00
- Platform, product, path and name arguments to the init command https://github.com/tuist/tuist/pull/64 by @pepibumur.
- Lint that `Info.plist` and `.entitlements` files are not copied into the target products https://github.com/tuist/tuist/pull/65 by @pepibumur
- Lint that there's only one resources build phase https://github.com/tuist/tuist/pull/65 by @pepibumur.
- Command runner https://github.com/tuist/tuist/pull/81/ by @pepibumur.
### Added
2018-07-23 19:59:52 +08:00
- Sources, resources, headers and coreDataModels property to the `Target` model https://github.com/tuist/tuist/pull/67 by @pepibumur.
### Changed
- `JSON` and `JSONConvertible` replaced with Swift's `Codable` conformance.
### Removed
2018-07-23 19:59:52 +08:00
- The scheme attribute from the `Project` model https://github.com/tuist/tuist/pull/67 by @pepibumur.
- Build phases and build files https://github.com/tuist/tuist/pull/67 by @pepibumur.