All Versions
16
Latest Version
Avg Release Cycle
104 days
Latest Release
2890 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 installcan now install Swift on OS X.
-
v0.2.1 Changes
🐛 Bug Fixes
- 🛠 Fixes an issue when installing via Homebrew and the
$SWIFTENV_ROOTdirectory 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.