Skip to content

Latest commit

 

History

History
154 lines (71 loc) · 8.21 KB

CHANGELOG.md

File metadata and controls

154 lines (71 loc) · 8.21 KB

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)