Releases: supabase/supabase-js
Releases · supabase/supabase-js
v0.36.5
v0.36.4
v0.35.0
Improvements
supabase.auth namespace added which includes:
supabase.auth.signup(email, password)supabase.auth.login(email, password)supabase.auth.logout()supabase.auth.refreshToken()supabase.auth.user()
Breaking changes
- will not work with "pre-auth" Supabase backends. If you're seeing
Error: {“message”:“Server lacks JWT secret”}you will need to use versionv0.34.0or lower
v0.34.0
Dependencies
- Bump up
supabase/postgrest-jsdependency to0.16.1. - Bump up
supabse/realtime-jsdependency to0.9.0.
Others
- Initial release in the repository
supabase/supabase-js - Following semantic versioning from now on. Moved release from patch (v0.1.33) to minor (v0.34.0).