Skip to content

Releases: AndrewJo/express-slonik

v3.2.0

16 Oct 21:14
Compare
Choose a tag to compare

3.2.0 (2023-10-16)

Features

  • add support for Slonik v35, v36, v37 (#7) (98bd100)

v3.1.0

29 Sep 04:11
Compare
Choose a tag to compare

3.1.0 (2023-09-29)

Features

  • add support for slonik v34 and isDatabasePool narrows type (#6) (52e67f5)

v3.0.1

01 Feb 06:38
Compare
Choose a tag to compare

3.0.1 (2023-02-01)

Bug Fixes

  • allow build target to be ES2020 (3424144)

v3.0.0

29 Jan 08:38
Compare
Choose a tag to compare

3.0.0 (2023-01-29)

  • feat(deps)!: upgrade to Slonik v33 (#4) (75615df), closes #4

BREAKING CHANGES

  • Slonik v33 introduces changes to the library API that is not backwards compatible.

  • feat: export convenience sql tag that includes void type alias

  • refactor: change all untyped sql string template functions to type safe template string

  • refactor: re-export IsolationLevels directly

  • fix: move convenience sql tag to middleware module

  • test: update test schema's column to be an integer

  • docs: update example code to use the new typed sql template string

  • docs: update slonik version compatibility table

v2.0.1

29 Jan 07:20
Compare
Choose a tag to compare

2.0.1 (2023-01-29)

Bug Fixes

  • typo in the dependency version qualifier for slonik (6b01833)

v2.0.0

11 Nov 04:17
Compare
Choose a tag to compare

Breaking Changes

  • Support for Slonik v30+.
  • Removes support for Slonik v29 and below.

v1.1.0

10 Nov 23:17
Compare
Choose a tag to compare

Changes

  • Adds compatibility for slonik v29.

v1.0.0

01 Apr 12:01
1777a19
Compare
Choose a tag to compare

What's new

  • Initial release 🎉