Releases: raphaelmor/Polyline
Releases · raphaelmor/Polyline
3.3.1: Swift 2.3 support
Support Swift 2.3 and Xcode 8.0. This is planned to be the final release supporting Swift 2.x.
Swift 2.0 support
Support for swift 2.0
API consistency and Swift 1.2 support
API changes :
- when decoding fails, it now returns an nil optional for coordinates and levels (no more empty array for coordinates)
Precision Support
You can now specify Encoding/Decoding precision.
CocoaPods Integration
You can now integrate Polyline using CocoaPods, just add the following line to your Podfile
:
pod 'Polyline', '~> 1.0'
Decoding Optimization
Decoding is now 20-200 times faster.
Initial release
This is the first release of the Polyline swift framework.
It defines version 1.0.0 of the API as defined by SemVer
Please refer to README.md for instructions.
Any feedback is welcomed