All Versions
16
Latest Version
Avg Release Cycle
104 days
Latest Release
2373 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.3.2 Changes
๐ Bug Fixes
- ๐ Performance improvement when running on OS X. In previous versions, during initialisation swiftenv with rehash the environment, unfortunately once we added support for Xcode's Swift there was a huge negative performance impact due to Xcode tools taking large amount of time due to the underlying commands being tremendously slow.
-
v0.3.1 Changes
๐ Bug Fixes
- ๐ Improved error reporting when trying to install a non-existent Swift version.
- ๐ When a shim command isn't found in version, search PATH too. This fixes a problem when using swiftenv on OS X with Xcode installed while your Swift version is configured to a snapshot from swift.org.
-
v0.3.0 Changes
โจ Enhancements
swiftenv install
can now install Swift on OS X.
-
v0.2.1 Changes
๐ Bug Fixes
- ๐ Fixes an issue when installing via Homebrew and the
$SWIFTENV_ROOT
directory didn't exist.
- ๐ Fixes an issue when installing via Homebrew and the
-
v0.2.0 Changes
โจ Enhancements
- โ Adds support for versions of Swift included in Xcode.
- โ Added
swiftenv --help
.
-
v0.1.0 Changes
๐ Initial release.