Releases: supabase/auth-js
Releases · supabase/auth-js
v1.5.10
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
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
1.5.8 (2020-10-15)
Bug Fixes
- removes stray console log (28cda7b)
v1.5.7
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
1.5.6 (2020-10-15)
Bug Fixes
- returns meaningful errors (1207790)
v1.5.5
1.5.5 (2020-10-14)
Bug Fixes
- async storage class (494d70d)
- LocalStorage class implements Storage (0a05071)
v1.5.4
1.5.4 (2020-10-12)
Bug Fixes
- adds test for current user (986ab36)
v1.5.3
1.5.3 (2020-10-12)
Bug Fixes
- recovers user from local storage on init (4da5a9f)
v1.5.2
1.5.2 (2020-10-12)
Bug Fixes
- sets current user on sign up and sign in (787bffb)
v1.5.1
1.5.1 (2020-10-12)
Bug Fixes
- save the user when the libary is loaded (9462e4b)