Skip to content

Latest commit

 

History

History
269 lines (128 loc) · 13.7 KB

File metadata and controls

269 lines (128 loc) · 13.7 KB

Changelog

2.0.4 (2026-02-13)

Bug Fixes

2.0.3 (2025-12-05)

Bug Fixes

  • module: optimize supabase-js in dev 0830cfc

2.0.2 (2025-12-03)

Bug Fixes

  • demo: use sub instead of id c55a8f1
  • module: bundle supabase-js into nitro build 13c6e48

2.0.1 (2025-10-08)

Features

  • dx: improve error handling and add fetch retry backoff (#534) (87b6c84)

2.0.0 (2025-09-29)

Features

1.6.2 (2025-09-09)

Bug Fixes

  • cookies: guard writes when response headers already sent (#525) (2338991)

1.6.1 (2025-08-22)

Bug Fixes

  • demo: database types (8da11e6)
  • demo: link module (25cae97)
  • playground: database types (58549ab)
  • types: use "unjs/pathe" to make the exported type use relative path (#516) (28d04b0)

1.6.0 (2025-07-22)

1.5.3 (2025-06-27)

Bug Fixes

1.5.2 (2025-06-12)

Bug Fixes

  • demo: login screen height (09f697b)
  • demo: redirect github provider (be12884)
  • demo: redirect url for github provider (1fd67f8)
  • demo: remove toggle (e741537)
  • demo: use head (65832ba)

1.5.1 (2025-05-13)

Bug Fixes

  • plugins: do not set states on client (#490) (6152a64)
  • serverSupabaseClient: pass H3Event into useRuntimeConfig (#491) (548e21e)

1.5.0 (2025-03-04)

Bug Fixes

Features

  • auth: improve client flexibility & allow overriding cookie options (#463) (254cbdb)

1.4.6 (2025-01-20)

Bug Fixes

  • serverSupabaseServiceRole: Pass H3Event into useRuntimeConfig (#450) (2de1c08)

1.4.5 (2024-12-18)

1.4.4 (2024-12-10)

1.4.3 (2024-11-20)

1.4.2 (2024-11-07)

Bug Fixes

  • lint: nuxt config key order (cc2f45e)

1.4.1 (2024-10-11)

Bug Fixes

  • session: ssr getSession warning (#418) (95d905b)
  • types: added explicit types annotations for serverSupabaseClient and serverSupabaseServiceRole (#411) (3f98640)

1.4.0 (2024-08-30)

Bug Fixes

  • types: add explicit type annotations for plugins (#408) (09bff84)
  • types: add explicit types for composables & remove baseUrl from tsconfig (#404) (596ece2)
  • types: nullable composable types (#407) (cbbfd86)

Features

1.3.5 (2024-07-15)

Bug Fixes

1.3.4 (2024-07-10)

1.3.3 (2024-07-10)

Bug Fixes

1.3.2 (2024-07-05)

Bug Fixes

  • vite: optimize postgrest (2a6d91a)

Features

1.3.1 (2024-07-05)

Features

  • types: automatically pass database typings to clients (#366) (132307a)

1.3.0 (2024-07-05)

Bug Fixes

Features

1.2.2 (2024-05-02)

Bug Fixes

  • serverSupabaseSession: export service (9cfeb87)

1.2.1 (2024-04-18)

1.2.0 (2024-03-29)

Bug Fixes

Features

  • session: add support for retrieving user session (#338) (07eb081)

1.1.7 (2024-03-07)

Features

  • auth-middleware: add include to RedirectOptions (#336) (f9aad55), closes #268

1.1.6 (2024-01-26)

Bug Fixes

  • deps: set resolution (db8c102)
  • playgorund: watch on confirm page (0caf5c1)

Features

  • app: added redirect path cookie for use after signin (#327) (1b78a05)

1.1.5 (2023-12-28)

Bug Fixes

1.1.4 (2023-11-17)

Bug Fixes

  • client: prevent useCookie usage outside of effect scope (#309) (bb55bed)

1.1.3 (2023-10-06)

Bug Fixes

  • client: clientOptions merge#275 (#277) (c0097a3)
  • module: do not warn when using runtimeConfig to set url and key (#281) (8c15173)

1.1.2 (2023-09-22)

Bug Fixes

  • composables: add back missing imports (8ca7198)

1.1.1 (2023-09-22)

1.1.0 (2023-09-06)

Bug Fixes

  • module: priority of redirect options made by defu (#256) (c4e30bf)
  • plugin: retrieve user for client only page (4a35428)
  • useSupabaseUser: add explicit user type (#254) (60d8551)