Skip to content

Releases: j4w8n/supakit

v1.0.2

02 Aug 11:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

01 Aug 17:59
Compare
Choose a tag to compare

What's Changed

  • fix: returning stringified session breaks login by @j4w8n in #3

Full Changelog: v1.0.0...v1.0.1

v1.0.0

28 Jul 11:10
Compare
Choose a tag to compare

Official 1.0.0 release!

[fix]

  • Stop exporting CookieStorage (eeec478)

v1.0.0-next.120

23 Jun 15:09
Compare
Choose a tag to compare
v1.0.0-next.120 Pre-release
Pre-release

[breaking]

  • refactor a lot of things (fb11530)
    This is a rollback to Supakit hooks behavior being a handle instead of a function; but also better server client custom options.

[fix]

  • allow auth flowType client options (0522904)

[chore]

v1.0.0-next.119

16 Jun 12:02
Compare
Choose a tag to compare
v1.0.0-next.119 Pre-release
Pre-release

[breaking]

  • custom storage is no longer supported (4f4b096)
  • custom storage key must be passed with cookie options (4f4b096)

[fix]

  • prefix /supakit endpoints with app base path (1e67b51)

[feat]

v1.0.0-next.118

30 May 16:48
Compare
Choose a tag to compare
v1.0.0-next.118 Pre-release
Pre-release

[feat]

  • support custom storage key for Supabase client (65a96b8)

v1.0.0-next.117

29 May 13:55
Compare
Choose a tag to compare
v1.0.0-next.117 Pre-release
Pre-release

[fix]

  • provider token cookies not added after initial signin (f0c3a0c)
  • provider token cookies incorrectly removed (a87b4d0)

v1.0.0-next.116

29 May 00:48
Compare
Choose a tag to compare
v1.0.0-next.116 Pre-release
Pre-release

[breaking]

  • only allow the more secure pkce auth flow (17228fc)

v1.0.0-next.115

28 May 19:20
Compare
Choose a tag to compare
v1.0.0-next.115 Pre-release
Pre-release

[feat]

  • pass cookie options during client init, instead of hooks.server.ts (8ef6014)

v1.0.0-next.114

19 May 17:01
Compare
Choose a tag to compare
v1.0.0-next.114 Pre-release
Pre-release

[fix]

  • allow auth > flowType type during createBrowserClient (073ad7f)