This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
Releases: ml-archive/Serpent
Releases · ml-archive/Serpent
New version released to Cocoapods as well
Updated SwiftPM support
This release adds updated support for SPM
Swift5
2.0.0 Fix compile error for macos target
1.1.3
Disabled Code Coverage for Carthage issue
Array as root objects now supported 🎉
Merge pull request #160 from nodes-ios/hotfix/array-root-object Add support for array as root object in JSON
Improved error handling
Instead of mapping all errors to parsing errors we pass on the specific errors
Serialization error improvement
Serialization errors now provide more useful information
Xcode 8.2 Support
Merge pull request #123 from nodes-ios/Xcode8.2-attempt2 No idea what happened last time
iOS 8 support
Re-added iOS 8 support since Alamofire now supports it.