Skip to content

v2.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@1ec5 1ec5 released this 22 Feb 22:25
· 145 commits to main since this 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, and CLLocationDegrees with LocationCoordinate2D, LocationDirection, LocationDistance, and LocationDegrees, respectively. On Apple platforms, the new types remain type aliases, so you can continue to use the familiar CL-prefixed Core Location types unless you are writing cross-platform code that supports Linux. (#132)
  • Renamed BoundingBox(_:_:) to BoundingBox(southWest:northEast:). (#132)