Skip to content

Releases: raphaelmor/Polyline

3.3.1: Swift 2.3 support

21 Sep 16:48
Compare
Choose a tag to compare

Support Swift 2.3 and Xcode 8.0. This is planned to be the final release supporting Swift 2.x.

Swift 2.0 support

26 Oct 16:07
Compare
Choose a tag to compare

Support for swift 2.0

API consistency and Swift 1.2 support

07 May 07:07
Compare
Choose a tag to compare

API changes :

  • when decoding fails, it now returns an nil optional for coordinates and levels (no more empty array for coordinates)

Precision Support

13 Apr 14:33
Compare
Choose a tag to compare

You can now specify Encoding/Decoding precision.

CocoaPods Integration

27 Feb 20:44
Compare
Choose a tag to compare

You can now integrate Polyline using CocoaPods, just add the following line to your Podfile:

pod 'Polyline', '~> 1.0'

Decoding Optimization

17 Jan 14:45
Compare
Choose a tag to compare

Decoding is now 20-200 times faster.

Initial release

28 Nov 12:47
Compare
Choose a tag to compare

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