All Versions
124
Latest Version
Avg Release Cycle
17 days
Latest Release
155 days ago
Changelog History
Page 12
Changelog History
Page 12
-
v0.12.0 Changes
March 11, 2019๐ Changed
- ๐ Rename manifest group to
Manifest
#227 by @pepibumur. - ๐ Rename manifest target to
Project-Manifest
#227 by @pepibumur. - ๐ Replace swiftlint with swiftformat #239 by @pepibumur.
- โฌ๏ธ Bump xcodeproj version to 6.6.0 #248 by @pepibumur.
- ๐ Fix an issue with Xcode not being able to reload the projects when they are open #247
- ๐ Support array for
sources
andresources
paths #201 by @dangthaison91
โ Added
- โ
Integration tests for
generate
command #208 by @marciniwanicki & @kwridan - ๐ Frequently asked questions to the documentation #223 by @pepibumur.
- Generate a scheme with all the project targets #226 by @pepibumur
- ๐ Documentation for contributors #229 by @pepibumur
- ๐ Support for Static Frameworks #194 @ollieatkinson
โ Removed
- Up attribute from the
Project
model #228 by @pepibumur. - ๐ Support for YAML and JSON formats as Project specifications #230 by @ollieatkinson
๐ Fixed
- ๐ Changed default value of SWIFT_VERSION to 4.2 @ollieatkinson
- โ Added fixture tests for ios app with static libraries @ollieatkinson
- ๐ Bundle id linting failing when the bundle id contains variables #252 by @pepibumur
- Include linked library and embed in any top level executable bundle #259 by @ollieatkinson
- ๐ Rename manifest group to
-
v0.11.0 Changes
February 14, 2019โ Added
- ๐ฅ Breaking Up can now be specified via
Setup.swift
#203 by @marciniwanicki & @kwridan - Schemes generation #188 by @pepibumur.
- Environment variables per target #189 by @pepibumur.
- โก๏ธ Danger warn that reminds contributors to update the docuementation #214 by @pepibumur
- Rubocop #216 by @pepibumur.
- Fail init command if the directory is not empty #218 by @pepibumur.
- ๐ Verify that the bundle identifier has only valid characters #219 by @pepibumur.
- ๐ Merge documentation from the documentation repository #222 by @pepibumur.
- Danger #186 by @pepibumur.
๐ Fixed
- ๐ Swiftlint style issues #213 by @pepibumur.
- ๐ Use environment tuist instead of the absolute path in the embed frameworks build phase #185 by @pepibumur.
๐ Deprecated
- JSON and YAML manifests #190 by @pepibumur.
- ๐ฅ Breaking Up can now be specified via
-
v0.10.2 Changes
๐ Fixed
- ๐ฆ Processes not stopping after receiving an interruption signal #180 by @pepibumur.
-
v0.10.1 Changes
๐ Changed
- Replace ReactiveTask with SwiftShell #179 by @pepibumur.
๐ Fixed
- Carthage up command not running when the
Cartfile.resolved
file doesn't exist #179 by @pepibumur.
-
v0.10.0 Changes
๐ Fixed
- Don't generate the Playgrounds group if there are no playgrounds #177 by @pepibumur.
โ Added
- Tuist up command #158 by @pepibumur.
- ๐ Support
.cpp
and.c
source files #178 by @pepibumur.
-
v0.9.0 Changes
โ Added
- โ Acceptance tests #166 by @pepibumur.
๐ Fixed
- Files and groups sort order #164 by @pepibumur.
โ Added
- ๐ Generate both, the
Debug
andRelease
configurations #165 by @pepibumur.
-
v0.8.0 Changes
โ Added
- Swift 4.2.1 compatibility by @pepibumur.
โ Removed
- Module loader #150/files by @pepibumur.
โ Added
- Geration of projects and workspaces in the
~/.tuist/DerivedProjects
directory #146 by pepibumur.
-
v0.7.0 Changes
โ Added
- ๐ Support for actions #136 by @pepibumur.
-
v0.6.0 Changes
โ Added
- Check that the local Swift version is compatible with the version that will be installed #134 by @pepibumur.
๐ Changed
- โฌ๏ธ Bump xcodeproj to 6.0.0 #133 by @pepibumur.
โ Removed
- โ Remove
tuistenv
from the repository #135 by @pepibumur.
-
v0.5.0 Changes
โ Added
- ๐ Support for JSON and Yaml manifests #110 by @pepibumur.
- Generate
.gitignore
file when running init command #118 by @pepibumur. - ๐ Git ignore Xcode and macOS files that shouldn't be included on a git repository #124 by @pepibumur.
- Focus command #129 by @pepibumur.
๐ Fixed
- ๐ Snake-cased build settings keys #107 by @pepibumur.