Releases: mapbox/turf-swift
Releases · mapbox/turf-swift
v0.2.0
- Adds support for decoding GeoJSON. #45
- Adds support for Xcode 10. #53
v0.1.1
- Removed Swift 4.1 warning. #48
v0.1.0
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
- Exposes
toDegrees()
and toRadians()
methods.
v0.0.3
- Expose haversine distance calculation method
v0.0.2
- Polyline related functionality is now encapsulated in a Polyline struct
- Turf-swift now builds on macOS 💻 🖥 🎉
v0.0.1
Merge pull request #7 from mapbox/update-docs
Update readme just enough to open source the project