Skip to content

Releases: pointfreeco/composable-core-location

0.3.0

24 Aug 16:04
Compare
Choose a tag to compare

What's Changed

  • Fixed: Replaced deprecated CLLocationManager.authorizationStatus() API (thanks @rhysm94, #27).
  • Fixed: Update library to work with TCA 0.57 (thanks @klundberg, #35).

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

22 Mar 16:12
95d45d7
Compare
Choose a tag to compare

Note: This release is breaking! The APIs have changed significantly.

  • Breaking change: Clients have been simplified so that endpoints no longer require ids.

    This means the client lifecycle is now internal to the live instance and managing explicitly via create and destroy is no longer necessary. As such, create was also renamed to delegate.

  • Changed: Pinned to TCA 0.27.1 (for failing effects) (thanks @andreyz).

  • Added: Monitor significant changes API (thanks @joeblau).

  • Added: requestTemporaryFullAccuracyAuthorization (thanks @tomhut).

  • Fixed: Publicized initializers for Region (thanks @ferologics).

  • Fixed: Preserve Visit's CLVisit raw value (thanks @andreyz).

  • Fixed: requestLocationWhileInUse is now available on macOS (thanks @fire-at-will).

  • Infrastructure: README fixes (thanks @hanneskaeufler).

0.1.0

29 Oct 20:22
Compare
Choose a tag to compare

First release since being extracted from https://github.com/pointfreeco/swift-composable-architecture

  • Added: support for headings APIs (thanks @dannyhertz).
  • Added: support for accuracy authorization (thanks @mackoj).