Skip to content

Releases: supabase/supabase-js

v0.36.4

27 Aug 15:42
108579d
Compare
Choose a tag to compare
  • Typescript support
  • UMD support

v0.35.0

27 Jul 05:27
Compare
Choose a tag to compare

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 version v0.34.0 or lower

v0.34.0

16 May 10:36
Compare
Choose a tag to compare

Dependencies

  • Bump up supabase/postgrest-js dependency to 0.16.1.
  • Bump up supabse/realtime-js dependency to 0.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).