Skip to content

0.2.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 22 Mar 16:12
· 5 commits to main since this release
95d45d7

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