Releases are handled by Semantic release. This document is for forcing and documenting any non-code changes.
- Fix supabase#73
- Feature: supabase#66 OAuth providers can now be supplied scopes.
- Feature: supabase#62 Give the ability for developers to redirect their users to a specified URL after they are logged in.
- Fix supabase#38
- Fix supabase#41
Fixes React Native error. From @tjg1: supabase#26
Adds the types, provided by @duncanhealy: supabase#24
In this release we added client.api.sendMagicLinkEmail()
and updated client.signIn()
to support magic link login by only providing email credentials without a password.
In this release we strip out the session data from the URL once it is detected.
In this release we added client.user()
, client.session()
, and client.refreshSession()
.
In this one we had to roll back the automatic Semantic release, which bumped the version to 2.0.0.
This release containes some breaking changes:
// previously
let client = new Client()
// this release
let client = new GoTrueClient()