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).