Skip to content

Releases: Tomas2D/knex-firebird-dialect

v2.0.3

24 Aug 18:58
Compare
Choose a tag to compare

Fixed

  • πŸ› do not modify database path [cbba777]

Full Changelog: v2.0.2...v2.0.3

v2.0.2

31 Mar 18:56
Compare
Choose a tag to compare

What's Changed

  • πŸ› Destroy the connection in case of a network failure [e6689be]

Full Changelog: v2.0.1...v2.0.2

v2.0.1

16 Mar 13:09
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

v2.0.0

11 Nov 12:13
Compare
Choose a tag to compare

v1.4.6

03 Jun 09:07
Compare
Choose a tag to compare

⬆️ Upgrade related dependencies

Full Changelog: v1.4.5...v1.4.6

v1.4.5

01 May 06:55
Compare
Choose a tag to compare

Update related dependencies

Full Changelog: v1.4.4...v1.4.5

v1.4.4

01 Jan 18:24
Compare
Choose a tag to compare

1.4.4 (2022-11-02)

Changed

  • πŸ”§ Make node-firebird peer dependency [3186ba8]

Fixed

  • πŸ› Fix implementation of columnInfo [a4c4b9c]
  • πŸ› Fix whereIn clause [079d54f]

Full Changelog: v1.4.3...v1.4.4

v1.4.3

31 Oct 12:36
Compare
Choose a tag to compare

Fixed

  • πŸ› Transaction processing (invalid property) [f0ef64b]
  • πŸ› Add retry mechanism on acquire a new connection [aabbddb]

v1.4.0

03 Aug 11:07
Compare
Choose a tag to compare

Changed

  • ⬆️ Switch Node version to 16.16.0 [e74a176]

  • βœ… Remove skipped test [821e7bc]

Miscellaneous

  • Merge pull request #30 from Tomas2D/dependabot/npm_and_yarn/eslint-8.21.0 [b8e0a52]
  • Merge pull request #33 from Tomas2D/dependabot/npm_and_yarn/babel/core-7.18.10 [9db3b73]
  • Merge pull request #31 from Tomas2D/dependabot/npm_and_yarn/babel/cli-7.18.10 [1a650ee]
  • Merge pull request #29 from Tomas2D/dependabot/npm_and_yarn/babel/preset-env-7.18.10 [0cc6d23]
  • Merge pull request #32 from Tomas2D/dependabot/npm_and_yarn/babel/plugin-transform-runtime-7.18.10 [ae96d1f]
  • Bump eslint from 8.20.0 to 8.21.0 [cf53be2]
  • Bump @babel/core from 7.18.9 to 7.18.10 [84f3700]
  • Bump @babel/plugin-transform-runtime from 7.18.9 to 7.18.10 [9989c06]
  • Bump @babel/cli from 7.18.9 to 7.18.10 [c223551]
  • Bump @babel/preset-env from 7.18.9 to 7.18.10 [b345b23]
  • Merge pull request #28 from Tomas2D/dependabot/npm_and_yarn/eslint-plugin-jest-26.7.0 [88394fc]
  • Bump eslint-plugin-jest from 26.6.0 to 26.7.0 [3ed2cd2]
  • Merge pull request #19 from Tomas2D/dependabot/npm_and_yarn/knex-2.2.0 [64a94c5]
  • Merge pull request #21 from Tomas2D/dependabot/npm_and_yarn/babel/cli-7.18.9 [242511b]
  • Merge pull request #25 from Tomas2D/dependabot/npm_and_yarn/babel/runtime-7.18.9 [2f56bf4]
  • Merge pull request #27 from Tomas2D/dependabot/npm_and_yarn/husky-8.0.1 [5ac097f]
  • Bump @babel/runtime from 7.18.6 to 7.18.9 [a05092a]
  • Bump knex from 0.95.15 to 2.2.0 [3d3375e]
  • πŸ‘· Public a new version on tag push only [6438e26]
  • Bump husky from 7.0.4 to 8.0.1 [8591560]
  • Bump @babel/cli from 7.18.6 to 7.18.9 [855df0a]

Full Changelog: v1.3.1...v1.4.0

v1.3.1

20 Jul 23:14
Compare
Choose a tag to compare

Added

  • βœ… Add more tests [655c1e4]
  • ✨ Add support for add/drop/alter columns [9bb2e08]
  • ✨ Handle nullable and non-nullable columns, including primary keys [793b3b5]

Changed

  • πŸ”§ Update Knex version in peer dependencies [2ad900a]

Miscellaneous

  • Merge pull request #26 from Tomas2D/dependabot/npm_and_yarn/babel/core-7.18.9 [3a5ec67]
  • Bump @babel/core from 7.18.6 to 7.18.9 [f912210]