Skip to content

Releases: supabase/supabase-swift

2.4.0

08 Mar 11:22
08eefdc
Compare
Choose a tag to compare

What's Changed

  • docs: Slack Clone Example by @grdsdev in #235
  • refactor: Improve EventEmitter implementation by @grdsdev in #241
  • docs: add documentation comments to onAuthStateChange by @grdsdev in #242
  • test: simplify auth tests mocks by @grdsdev in #243
  • chore: update library by @zunda-pixel in #247
  • feat: Add optional "referencedTable" parameter to OR PostGREST filter by @mpross512 in #250
  • docs: add example for GoogleSignIn using GIDSignIn SDK by @grdsdev in #254
  • feat: add AuthStateChangeListenerRegistration type by @grdsdev in #248

New Contributors

Full Changelog: 2.3.1...2.4.0

2.3.1

04 Feb 02:04
fd4984c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.3.1

2.3.0

30 Jan 18:53
a5ca698
Compare
Choose a tag to compare

What's Changed

  • feat: add decodeState method to Presence type by @grdsdev in #226
  • feat: add AdminAPI and deleteUser method by @grdsdev in #224
  • docs: use user id when storing user's avatar image by @grdsdev in #228

Full Changelog: 2.2.1...2.3.0

2.2.1

25 Jan 20:36
56ca0fd
Compare
Choose a tag to compare

What's Changed

  • fix: add init with default options param by @grdsdev in #225

The last release marked the options param when initializing a SupabaseClient as a required field, that should only be required on Linux platform.

Full Changelog: 2.2.0...2.2.1

2.2.0

25 Jan 08:17
148e3dc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

17 Dec 13:42
d8489a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0 🚀

14 Dec 19:26
036c03d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...2.0.0

1.1.0

08 Dec 08:18
4a3cd8b
Compare
Choose a tag to compare

What's Changed

  • feat(gotrue): add scope to signOut by @jknlsn in #175
  • fix(gotrue): ignore 401 and 404 errors on sign out by @grdsdev in #179
  • chore: bump version to 1.1.0 by @grdsdev in #181

New Contributors

Full Changelog: 1.0.1...1.1.0

1.0.1

05 Dec 11:41
4fd5041
Compare
Choose a tag to compare

What's Changed

  • docs: fix Realtime example by @grdsdev in #167
  • fix(gotrue): decoding of error types by @theolampert in #169
  • fix(gotrue): AuthResponse return non-optional user by @grdsdev in #174
    • AuthResponse.user returns a non-optional value instead of User?.

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

20 Nov 17:45
c17f6d9
Compare
Choose a tag to compare

What's Changed

  • prerelease 1.0.0 by @grdsdev in #119
  • Add and improve documentation for GoTrue by @grdsdev in #138
  • Remove ProductSample App by @grdsdev in #139
  • Simplify CI by @grdsdev in #140
  • refactor: share request logic between sub-packages by @grdsdev in #141
  • refactor: Separate OTPType into mobile and email by @grdsdev in #142
  • refactor: rename some PostgREST function parameters by @grdsdev in #143
  • refactor: rename functions method parameters by @grdsdev in #144
  • refactor: realtime by @grdsdev in #145
  • refactor: omit some method parameters in storage by @grdsdev in #148
  • feat: add filter to RPC call by @grdsdev in #150
  • docs: update README by @grdsdev in #153
  • docs: fix URL for the package in README by @grdsdev in #154
  • refactor: use swift-concurrency-extras by @grdsdev in #158
  • fix(functions): functions overrides headers by @grdsdev in #160
  • docs: add UserManagement example by @grdsdev in #161
  • docs: add Avatar Image to UserManagement example by @grdsdev in #162
  • feat: rename onAuthStateChange to authStateChanges and add event key to posted notification by @grdsdev in #163
  • Correct typo in README.md by @jxhug in #164
  • feat(postgrest): rename foreignTable to referencedTable by @grdsdev in #166

New Contributors

  • @jxhug made their first contribution in #164

Full Changelog: 0.3.0...1.0.0