Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

45 lines (23 loc) · 1.96 KB

3.2.0 (2023-10-16)

Features

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

3.1.0 (2023-09-29)

Features

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

3.0.1 (2023-02-01)

Bug Fixes

  • allow build target to be ES2020 (3424144)

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

2.0.1 (2023-01-29)

Bug Fixes

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