v2.0.0-alpha.3
Pre-release
Pre-release
Changes since v2.0.0-alpha.2:
Packaging
- Restored support for tvOS, watchOS, and Linux.
- This library once is once again distributed as source code.
- When installing this library using Carthage, Carthage builds it with library evolution enabled. (#134)
Other changes
- Replaced the Linux-specific definitions of
CLLocationCoordinate2D
,CLLocationDirection
,CLLocationDistance
, andCLLocationDegrees
withLocationCoordinate2D
,LocationDirection
,LocationDistance
, andLocationDegrees
, respectively. On Apple platforms, the new types remain type aliases, so you can continue to use the familiarCL
-prefixed Core Location types unless you are writing cross-platform code that supports Linux. (#132) - Renamed
BoundingBox(_:_:)
toBoundingBox(southWest:northEast:)
. (#132)