Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Releases: ivangabriele/postgrester

v2.1.1

23 Jan 22:21
Compare
Choose a tag to compare

2.1.1 (2022-01-23)

Bug Fixes

v2.1.0

14 Dec 17:38
Compare
Choose a tag to compare

2.1.0 (2021-12-14)

Features

  • add representation return option to delete() (#207) (d620b0a)

v2.0.0

14 Dec 17:00
Compare
Choose a tag to compare

2.0.0 (2021-12-14)

Bug Fixes

BREAKING CHANGES

v1.6.0

18 Sep 09:57
Compare
Choose a tag to compare

Changed

  • Dependencies update.
  • ESLint instead of TSLint.
  • Full code re-lint with many changed rules.
  • All-in-one root typings declaration.
  • Files structure.
  • forEach mapping instead of for...in for foreign sorters within Postgrester.buildUri().

v1.5.3

18 Sep 07:22
Compare
Choose a tag to compare

Changed

  • License attribution.

v1.5.2

18 Sep 07:22
Compare
Choose a tag to compare

Fixed

  • Missing bundle.

v1.5.1

18 Sep 07:21
Compare
Choose a tag to compare

Fixed

  • New repository references (no significant change in code).

v1.5.0

09 Nov 10:19
Compare
Choose a tag to compare

Changed

  • post() method upsert options.

v1.4.0

27 Apr 18:56
Compare
Choose a tag to compare

Added

  • get() method total length.

v1.3.1

30 Mar 13:50
Compare
Choose a tag to compare

Fixed

  • Chainable methods typings.
  • like() and ilike() methods useless double-quotes.