Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.47 KB

RELEASE.md

File metadata and controls

58 lines (32 loc) · 1.47 KB

Releases

Releases are handled by Semantic release. This document is for forcing and documenting any non-code changes.

v1.27

v1.12.7

v1.12.0

  • Feature: #66 OAuth providers can now be supplied scopes.

v1.11.0

  • Feature: #62 Give the ability for developers to redirect their users to a specified URL after they are logged in.

v1.10.1

v1.7.3

Fixes React Native error. From @tjg1: #26

v1.7.2

Adds the types, provided by @duncanhealy: #24

v1.7.0

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.

v1.6.1

In this release we strip out the session data from the URL once it is detected.

v1.6.0

In this release we added client.user(), client.session(), and client.refreshSession().

v1.5.10

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