Releases: pointfreeco/composable-core-location
0.3.0
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
- @rhysm94 made their first contribution in #27
- @klundberg made their first contribution in #35
Full Changelog: 0.2.0...0.3.0
0.2.0
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
anddestroy
is no longer necessary. As such,create
was also renamed todelegate
. -
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
'sCLVisit
raw value (thanks @andreyz). -
Fixed:
requestLocationWhileInUse
is now available on macOS (thanks @fire-at-will). -
Infrastructure: README fixes (thanks @hanneskaeufler).
0.1.0
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).