Skip to content

Releases: supabase/auth-js

v1.5.10

20 Oct 08:54
Compare
Choose a tag to compare

1.5.10 (2020-10-20)

Bug Fixes

  • broken import (c752839)
  • renames types to be more consistent across all of our libraries (209a678)
  • rolls back the 2.0.0 release (83549ac)

v1.5.9

15 Oct 06:15
Compare
Choose a tag to compare

1.5.9 (2020-10-15)

Bug Fixes

  • (hopefully the last). Errors don't need to be recreated since they bubble up as full errors (4aebf50)

v1.5.8

15 Oct 06:10
Compare
Choose a tag to compare

1.5.8 (2020-10-15)

Bug Fixes

  • removes stray console log (28cda7b)

v1.5.7

15 Oct 06:04
Compare
Choose a tag to compare

1.5.7 (2020-10-15)

Bug Fixes

  • turns out that GoTrue doesn't have a consistent error format. Adding another possible variation (3771344)

v1.5.6

15 Oct 05:56
Compare
Choose a tag to compare

1.5.6 (2020-10-15)

Bug Fixes

  • returns meaningful errors (1207790)

v1.5.5

14 Oct 03:13
8d9dea5
Compare
Choose a tag to compare

1.5.5 (2020-10-14)

Bug Fixes

  • async storage class (494d70d)
  • LocalStorage class implements Storage (0a05071)

v1.5.4

12 Oct 07:52
Compare
Choose a tag to compare

1.5.4 (2020-10-12)

Bug Fixes

  • adds test for current user (986ab36)

v1.5.3

12 Oct 07:36
Compare
Choose a tag to compare

1.5.3 (2020-10-12)

Bug Fixes

  • recovers user from local storage on init (4da5a9f)

v1.5.2

12 Oct 07:28
Compare
Choose a tag to compare

1.5.2 (2020-10-12)

Bug Fixes

  • sets current user on sign up and sign in (787bffb)

v1.5.1

12 Oct 07:19
Compare
Choose a tag to compare

1.5.1 (2020-10-12)

Bug Fixes

  • save the user when the libary is loaded (9462e4b)