Skip to content

Releases: AndrewJo/mocha-slonik

v9.0.2

11 Jul 22:37
Compare
Choose a tag to compare

9.0.2 (2024-07-11)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#28) (c803a30)

v9.0.1

11 Jun 17:09
Compare
Choose a tag to compare

9.0.1 (2024-06-11)

Bug Fixes

  • upgrade ts-mock-imports from 1.3.8 to 1.3.16 (#27) (13b5fb6)

v9.0.0

16 Oct 04:23
Compare
Choose a tag to compare

9.0.0 (2023-10-16)

  • chore!: update supported Slonik version to ≥35.0.0 <38 (#24) (1830b68), closes #24

BREAKING CHANGES

  • Drops support for Slonik v34 and earlier.

v8.0.0

29 Sep 02:46
Compare
Choose a tag to compare

8.0.0 (2023-09-29)

  • chore!: update supported Slonik version to ≥34.0.0 <35 (#23) (1f4d4e4), closes #23

BREAKING CHANGES

  • copyFromBinary has been removed and Node.js v16 support has been dropped.

v7.0.1

06 Jun 18:39
Compare
Choose a tag to compare

7.0.1 (2023-06-06)

Bug Fixes

  • upgrade sinon from 15.0.3 to 15.0.4 (#20) (31d5266)

v7.0.0

22 Apr 06:02
Compare
Choose a tag to compare

7.0.0 (2023-04-22)

  • fix(types)!: add support for slonik >= 33.1.1 (#18) (77cb4f7), closes #18

BREAKING CHANGES

  • mocha-slonik will no longer compile with slonik version < 33.1.1

  • fix: always call .end() on PgClient setup instance

  • fix: use end method from PgPool

  • refactor: remove processID in debug logs

  • chore(deps): update dev dependency to 33.3.1

  • chore(deps): update sinon v15.0.2

  • chore(ci): test against slonik 33.3.1

  • docs: update version compatibility chart

v6.0.1

21 Apr 22:24
Compare
Choose a tag to compare

6.0.1 (2023-04-21)

Bug Fixes

  • limit slonik version range between 33.0.0 - 33.1.0 (75b53af)

Reverts

  • switch back to lockfile v2 (19a89ee)

v6.0.0

27 Jan 23:50
Compare
Choose a tag to compare

6.0.0 (2023-01-27)

  • feat(deps)!: upgrade to slonik 33.x.y (c2b25d1)

BREAKING CHANGES

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

v5.0.0

09 Nov 06:42
Compare
Choose a tag to compare

🚨 Breaking Changes

  • Peer dependency to slonik has been updated to ^30.0.0, ^31.0.0, and ^32.0.0 (bumps major semver)
  • Drops support for mocha ^9

New Features

  • Follows the slonik API changes: createPool is now an async function

v4.2.0

08 Nov 23:12
Compare
Choose a tag to compare

What's Changed

  • Add support for mocha 10.0.0 and up
  • Add support for slonik ^29.0.0
  • [Snyk] Upgrade ts-mock-imports from 1.3.7 to 1.3.8 by @snyk-bot in #10

New Contributors

Full Changelog: v4.1.0...v4.2.0