supabase-js

An isomorphic Javascript client for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse typescript examples, invoke postgres functions via rpc, invoke supabase edge functions, query pgvector.

MIT License

Downloads
1.9M
Stars
3.2K
Committers
68

Bot releases are hidden (Show)

supabase-js - v2.5.0

Published by kiwicopple over 1 year ago

2.5.0 (2023-01-27)

Features

  • bump realtime-js to v2.4.0 (134fcc8)
supabase-js - v2.4.1

Published by kiwicopple over 1 year ago

2.4.1 (2023-01-20)

Bug Fixes

supabase-js - v2.4.0

Published by kiwicopple almost 2 years ago

2.4.0 (2023-01-11)

Features

  • upgrade realtime-js to v2.3.1 (d60bf93)
supabase-js - v2.3.0

Published by kiwicopple almost 2 years ago

2.3.0 (2023-01-11)

Features

  • upgrade realtime-js to v2.3.0 (fd45779)
supabase-js - v2.2.3

Published by kiwicopple almost 2 years ago

2.2.3 (2022-12-30)

Bug Fixes

  • clear this.changedAccessToken after signOut (#645) (66a58d2)
supabase-js - v2.2.2

Published by kiwicopple almost 2 years ago

2.2.2 (2022-12-22)

Bug Fixes

supabase-js - v2.2.1

Published by kiwicopple almost 2 years ago

2.2.1 (2022-12-17)

Bug Fixes

  • deps: bump postgrest-js to ^1.1.1 (5817fcc)
supabase-js - v2.2.0

Published by kiwicopple almost 2 years ago

2.2.0 (2022-12-13)

Features

  • update storage to add image transforms (03be540)
supabase-js - v2.1.4

Published by kiwicopple almost 2 years ago

2.1.4 (2022-12-13)

Bug Fixes

supabase-js - v2.1.3

Published by kiwicopple almost 2 years ago

2.1.3 (2022-12-08)

Bug Fixes

supabase-js - v2.1.2

Published by kiwicopple almost 2 years ago

2.1.2 (2022-12-06)

Bug Fixes

supabase-js - v2.1.1

Published by kiwicopple almost 2 years ago

2.1.1 (2022-11-23)

Bug Fixes

supabase-js - v2.1.0

Published by kiwicopple almost 2 years ago

2.1.0 (2022-11-11)

Features

supabase-js - v2.0.6

Published by kiwicopple almost 2 years ago

2.0.6 (2022-11-10)

Bug Fixes

supabase-js - v2.0.5

Published by kiwicopple almost 2 years ago

2.0.5 (2022-11-01)

Bug Fixes

supabase-js - v2.0.4

Published by kiwicopple almost 2 years ago

2.0.4 (2022-10-21)

Bug Fixes

supabase-js - v2.0.3

Published by kiwicopple almost 2 years ago

2.0.3 (2022-10-20)

Bug Fixes

supabase-js - v2.0.2

Published by kiwicopple about 2 years ago

2.0.2 (2022-10-19)

Bug Fixes

  • deps: bump postgrest-js (3bd2e8e)
supabase-js - v2.0.1

Published by kiwicopple about 2 years ago

2.0.1 (2022-10-18)

Bug Fixes

  • upgrade realtime-js to v2.1.0 to fix PG change types (9bb27f3)
supabase-js - v2.0.0

Published by kiwicopple about 2 years ago

2.0.0 (2022-10-11)

Bug Fixes

  • add types to tests (29752d6)
  • bump gotrue rc version (#580) (0e298d5)
  • bump gotrue to rc.2 (e6ee6d1)
  • bump gotrue-js and storage-js next versions (3a6abd6)
  • bump gotrue-js version (#523) (23ae1a8)
  • bump gotrue-js version (next.15) (a8acc65)
  • bump gotrue-js/next (#495) (8fe7215)
  • bump gotrue-js/next version (#485) (501b1aa)
  • bump gotrue-js/next version (#508) (1814be2)
  • bump next versions of dependencies (f5e2809)
  • bump postgrest-js version (next.6) (f4d9695)
  • bump rc versions (aec65c3)
  • bump realtime-js version to 2.0.0-rc.5 (56e8fde)
  • bump storage to v1.8.0-next.5 (78d07e4)
  • bump storage-js next version (ea510e0)
  • bump storage-js/next version (0d58fb6)
  • change default to public (458cdeb)
  • circular auth fetch (e537ee7)
  • custom authorization header should not be overwritten (#584) (2f271f8)
  • deps: bump postgrest-js (4d43f7f)
  • from method typings (cf83a99)
  • ignore case when creating realtime url (331cce3)
  • include apikey in custom fetch (5ff8055)
  • make everything optional (a927eeb)
  • make realtime work with gotrue v2 (c982288)
  • modify constructor (8979d56)
  • only enrich payload for database changes (ddb6676)
  • pass through function types (03259e0)
  • patch types (72b7ff3)
  • revert funky newlines (005803a)
  • set apikey instead of append (8dace6e)
  • typings (eff88f9)
  • update gotrue-js to 1.23.0-next.3 (2fdd6fa)
  • update realtime-js version to 2.0.0-rc.2 (899b46a)
  • update schema arg (fd24f19)
  • upgrade gotrue-js (rc.4) and postgrest-js (rc.5) (d7d148d)

Features

  • add Realtime Channel helper methods (a1ac269)
  • change type for db (36dc881)
  • namespace storage key (#460) (1cba0b5)
  • postgrest-js@1 (f0a3691)
  • reduce Realtime footprint to four helper methods (6773d6e)
  • Release V2 RC (c487683)
  • replace existing Realtime API with new Realtime API (04f66b4)
  • update realtime-js version to 2.0.0-rc.4 (33edb5b)
  • upgrade realtime-js to v1.7.3 (8503715)
  • use getSession from gotrue-js (2c3df35)
  • version bump realtime-js to 1.8.0-next.16 (127bba6)
  • version bump realtime-js to v1.8.0-next.17 (945d2a6)

BREAKING CHANGES

  • Release V2