Skip to content

Releases: supabase/postgrest-js

v0.24.2

09 Feb 10:52
512bb34
Compare
Choose a tag to compare

0.24.2 (2021-02-09)

Bug Fixes

v0.24.1

18 Jan 09:20
Compare
Choose a tag to compare

0.24.1 (2021-01-18)

Bug Fixes

  • adds missing error on PostgrestSingleResponseSuccess (8b1c85c)

v0.24.0

15 Jan 11:01
8cf6e00
Compare
Choose a tag to compare

0.24.0 (2021-01-15)

Features

  • Adding head and count option on select(), insert(), update(), delete(), and rpc() (#147) (8cf6e00)

v0.23.0

05 Jan 18:43
Compare
Choose a tag to compare

0.23.0 (2021-01-05)

Features

  • add vertical filtering on CUD (d56d69a)

v0.22.0

11 Dec 09:16
902e55a
Compare
Choose a tag to compare

0.22.0 (2020-12-11)

Features

  • Allow Prefer: return=minimal for C(R)UD (#133) (902e55a)

v0.21.2

12 Nov 09:47
c92493e
Compare
Choose a tag to compare

0.21.2 (2020-11-12)

Bug Fixes

  • ordering on JSON columns (548ea28)

v0.21.1

22 Oct 07:07
Compare
Choose a tag to compare

0.21.1 (2020-10-22)

Bug Fixes

  • adds PostgREST types to responses (12c98ce)

v0.21.0

20 Oct 08:34
Compare
Choose a tag to compare

0.21.0 (2020-10-20)

Features

  • refactor the library with additional exports (38d604d)

v0.20.0

12 Oct 11:07
c96ccfb
Compare
Choose a tag to compare

0.20.0 (2020-10-12)

Features

  • allow filters and transforms on insert (e9d72c3)

v0.19.1

07 Oct 08:17
3100a04
Compare
Choose a tag to compare

0.19.1 (2020-10-07)

Bug Fixes

  • don't mutate PostgrestClient.headers (3100a04)