Skip to content

Releases: mapbox/turf-swift

v0.2.0

21 Jun 21:24
3f8c9c7
Compare
Choose a tag to compare
  • Adds support for decoding GeoJSON. #45
  • Adds support for Xcode 10. #53

v0.1.1

05 Apr 14:58
e5cb495
Compare
Choose a tag to compare
  • Removed Swift 4.1 warning. #48

v0.1.0

23 Jan 19:57
Compare
Choose a tag to compare

Packaging

  • Added support for installing this library using Swift Package Manager. (#30)
  • Added support for deploying on iOS 8.x after installing the library using Carthage. (#32)
  • Added support for deploying on macOS 10.10.x after installing the library using CocoaPods. (#32)
  • Added support for watchOS and tvOS. (#32)
  • Added support for Linux. (#30)

Other changes

  • Renamed CLLocationDirection.differenceBetween(_:) to CLLocationDirection.difference(from:). (#39)
  • Added a Polygon struct that can calculate its own area. (#21)

v0.0.4

30 Oct 15:48
d585caa
Compare
Choose a tag to compare
  • Exposes toDegrees() and toRadians() methods.

v0.0.3

29 Sep 09:24
Compare
Choose a tag to compare
  • Expose haversine distance calculation method

v0.0.2

25 Sep 19:48
Compare
Choose a tag to compare
  • Polyline related functionality is now encapsulated in a Polyline struct
  • Turf-swift now builds on macOS 💻 🖥 🎉

v0.0.1

09 Aug 22:07
Compare
Choose a tag to compare
Merge pull request #7 from mapbox/update-docs

Update readme just enough to open source the project