Releases are handled by Semantic release. This document is for forcing and documenting any non-code changes.
- Fix: #184
- Fix #73
- Feature: #66 OAuth providers can now be supplied scopes.
- Feature: #62 Give the ability for developers to redirect their users to a specified URL after they are logged in.
Fixes React Native error. From @tjg1: #26
Adds the types, provided by @duncanhealy: #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()