All Versions
5
Latest Version
Avg Release Cycle
158 days
Latest Release
2726 days ago
Changelog History
Changelog History
-
v0.6.0 Changes
September 29, 2017🚀 This release contains no other changes than updated project settings to target Swift 4.
Coming from earlier versions you will be faced with errors like
'Decodable' is ambiguous for type lookup in this context
. Unfortunately you have to use the following import-syntax to get around it:import protocol Decodable.Decodable
where you can also import other structs and enums as required.
-
v0.5.1 Changes
October 02, 2017 -
v0.5 Changes
September 12, 2016 -
v0.4.4 Changes
July 09, 2016- ⬆️ Project settings upgraded to support Xcode 8 with legacy Swift 2.3 support.
🚀 Note: Unsure if this works with Xcode 7 or if you explicitly have to target
v0.4.3
. And if you've clicked on the releases page and wonder where the Swift 3 support is, it's on the master branch. Stable releases are coming. -
v0.4.3 Changes
June 15, 2016