Skip to content

Releases: snapauthapp/sdk-swift

0.2.0 - Change autofill to async/await

28 Jul 23:26
0b3b920
Compare
Choose a tag to compare

This improves the API for autofilled credentials, and fixes some issues where a modal auth request starts when an autofill request had already started.

What's Changed

  • Update internals to use new routes by @Firehed in #24
  • Unify async-delegate continuations and fix autofill-to-modal data race by @Firehed in #29
  • Rework autofill to also use async/await by @Firehed in #31
  • Pull error conversion out into an extension to simplify controller by @Firehed in #32
  • Remove erroneous assertion by @Firehed in #34

Full Changelog: 0.1.0...0.2.0

Initial Release

17 Jun 19:49
07f49da
Compare
Choose a tag to compare

This is the initial testing release of the SnapAuth Swift SDK. While the API is not expected to change significantly, be aware that there could be breaking changes prior to a 1.0 release.