2018-04-16 17:01:02 +08:00
|
|
|
# Changelog
|
2018-04-21 18:37:33 +08:00
|
|
|
|
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
|
2018-08-01 05:13:38 +08:00
|
|
|
|
2018-08-21 02:04:05 +08:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Throw an error if a library target contains resources https://github.com/tuist/tuist/pull/98 by @pepibumur.
|
2018-08-21 21:53:34 +08:00
|
|
|
- Playgrounds support https://github.com/tuist/tuist/pull/103 by @pepibumur.
|
2018-08-21 02:04:05 +08:00
|
|
|
|
2018-08-21 01:01:58 +08:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Don't fail if a Carthage framework doesn't exist. Print a warning instead https://github.com/tuist/tuist/pull/96 by @pepibuymur
|
2018-08-21 02:04:05 +08:00
|
|
|
- Missing file errors are printed together https://github.com/tuist/tuist/pull/98 by @pepibumur.
|
2018-08-21 01:01:58 +08:00
|
|
|
|
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.
|
|
|
|
|
2018-08-17 18:50:46 +08:00
|
|
|
## Changed
|
|
|
|
|
|
|
|
- Replaced ssh links with the https version of them https://github.com/tuist/tuist/pull/91 by @pepibumur.
|
|
|
|
|
2018-08-08 19:27:19 +08:00
|
|
|
## 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
|
|
|
|
|
2018-08-01 05:13:38 +08:00
|
|
|
### 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
|
|
|
|
|
2018-07-26 05:30:18 +08:00
|
|
|
- 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.
|
2018-08-01 03:55:26 +08:00
|
|
|
- Command runner https://github.com/tuist/tuist/pull/81/ by @pepibumur.
|
2018-07-22 06:45:33 +08:00
|
|
|
|
|
|
|
### 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.
|
2018-07-22 06:45:33 +08:00
|
|
|
|
2018-07-27 02:03:42 +08:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- `JSON` and `JSONConvertible` replaced with Swift's `Codable` conformance.
|
|
|
|
|
2018-07-22 06:45:33 +08:00
|
|
|
### 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.
|