Releases: nuxt-modules/supabase
Releases · nuxt-modules/supabase
Release list
v0.3.7
v0.3.6
v0.3.5
What's Changed
- chore(demo): upgrade on last version (9bb9e28)
- chore(demo): generate database types from supabase cli (bca1992)
- docs(links): update nuxt & supabase links and fix typos (5699dc6)
- chore(app): move to pnpm (94f7e13)
- chore(module): conditionally add redirect plugin (0cad0a5)
- docs(get-started): fix typos (ba437a8)
- docs(composables): correct grammar errors (034d7df)
- feat(demo): add call from server route(989a91e)
- perf(useSupabaseAuthClient): avoid declaring unused variables (8c070b9)
- fix(dev): optimize supabase deps (d1da3f6) resolves #172 & #151
- chore(deps): transpile websocket lib prod only (a1ee40c)
- fix(deps): transpile gotrue only on client (fcc6823) resolves #172 on server side
Full Changelog: v0.3.1...v0.3.5
💚 Thanks for the help from 💚
@kuizuo
@tnntwister
@yannaufray
@DamianGlowala
v0.3.3
What's Changed
- perf(useSupabaseAuthClient): avoid declaring unused variables (#166) (8c070b9)
- feat(demo): add call from server route (989a91e)
- chore(demo): upgrade deps (9ebbc77)
- chore(deps): upgrade (e274a5e)
- docs(composables): correct grammar errors (#162) (034d7df)
- docs(readme): add nuxt badge (68271b8)
- docs(demo): fix typo (#125) (bd33d12)
- docs(get-started): fix typos (#154) (ba437a8)
- chore(module): conditionally add redirect plugin (#157) (0cad0a5)
- chore(app): move to pnpm (94f7e13)
- docs(links): update nuxt & supabase links and fix typos (#126) (5699dc6)
- chore(demo): generate database types from supabase cli (bca1992)
Full Changelog: v0.3.1...v0.3.3
v0.3.1
v0.3.0
What's Changed
In order to resolve #114, I have made the choice to separate the useSupabaseClient in two other composables:
- The
useSupabaseAuthClientis dedicated to authentification purpose only. It won't be recreate if your token expires, it is used in the client plugin to listen toonAuthStateChangeevents. - The
useSupabaseClientis now only useful for data request.
To avoid regression you just need to use useSupabaseAuthClient instead of useSupabaseClient everywhere you use Supabase auth methods.
Documentation has been updated.
Full Changelog: v0.2.6...v0.3.0
v0.2.6
v0.2.5
v0.2.4
v0.2.3
What's Changed
- feat: typed supabase client in b59ff1a and fd751d7
- chore: upgrade to nuxt rc13
- fix: do not apply token if not exists (#107)
- docs: add roadmap board from https://volta.net in f8e73b5
Contributors
Thanks to @manniL and @levibe 💚
Full Changelog: v0.2.0...v0.2.3