Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

Releases: knorm/postgres

v2.0.5

Choose a tag to compare

@joelmukuthu joelmukuthu released this 29 Jul 09:17

2.0.5 (2019-07-29)

Bug Fixes

v2.0.4

Choose a tag to compare

@joelmukuthu joelmukuthu released this 24 Jul 11:12

2.0.4 (2019-07-24)

Bug Fixes

  • do not JSON.parse values already parsed by the postgres driver (55eaf6b)

v2.0.3

Choose a tag to compare

@joelmukuthu joelmukuthu released this 24 Jul 08:25

2.0.3 (2019-07-24)

Bug Fixes

  • use bind parameter for json patches (fd6b5fa)

v2.0.2

Choose a tag to compare

@joelmukuthu joelmukuthu released this 13 Mar 13:39

2.0.2 (2019-03-13)

Bug Fixes

v2.0.1

Choose a tag to compare

@joelmukuthu joelmukuthu released this 19 Feb 14:42

2.0.1 (2019-02-19)

Bug Fixes

  • enable updating uuid and uuid4 type fields (5bb9b98)

v2.0.0

Choose a tag to compare

@joelmukuthu joelmukuthu released this 03 Feb 21:13

2.0.0 (2019-02-03)

Bug Fixes

  • update multi-update code to handle table aliasing (bcbe4d0)

chore

Code Refactoring

  • move connection handling into @knorm/knorm (db2e46e)
  • remove initClient and restoreClient options (4595588)

BREAKING CHANGES

  • This plugin now peer-depends on @knorm/knorm v2
  • Removed initClient and restoreClient options.
    Instead, use
    Connection.prototype.create
    and
    Connection.prototype.close
    for any logic to be run before creating and closing database
    connections.
  • These changes depend on v2 of @knorm/knorm

v1.3.4

Choose a tag to compare

@joelmukuthu joelmukuthu released this 18 Oct 14:48

1.3.4 (2018-10-18)

Bug Fixes

  • json-patching: ignore undefined paths (789a98c)

v1.3.3

Choose a tag to compare

@joelmukuthu joelmukuthu released this 15 Oct 18:41

1.3.3 (2018-10-15)

Bug Fixes

  • deps: update dependency pg to v7.5.0 (2219a72)

v1.3.2

Choose a tag to compare

@joelmukuthu joelmukuthu released this 09 Oct 09:07

1.3.2 (2018-10-09)

Bug Fixes

v1.3.1

Choose a tag to compare

@joelmukuthu joelmukuthu released this 03 Oct 15:39

1.3.1 (2018-10-03)

Bug Fixes

  • release the client if a one-off query fails (63cea63)