Skip to content

Releases: MattiLehtinen/postgrator-cli

v8.1.0

02 Jul 00:26
6327735
Compare
Choose a tag to compare

Allow mssql@11 peer dependency

v8.0.0

01 May 17:48
724c468
Compare
Choose a tag to compare

BREAKING: require node >= 18
add support for node 22

v7.0.0

02 Jun 00:56
017f5d0
Compare
Choose a tag to compare

Set the minimum node version to 16

v6.0.1

02 Feb 16:07
34f244c
Compare
Choose a tag to compare

fix build badge

v6.0.0

20 Apr 05:03
c34491f
Compare
Choose a tag to compare
  • Require Node.js 14
  • Add support for Node.js 18

v5.2.0

08 Apr 17:43
584debc
Compare
Choose a tag to compare
  • Add support for .postgratorrc.mjs and .postgratorrc.js config files with type: module.
  • Add sqlite3 support

v5.1.0

24 Feb 06:23
60eae73
Compare
Choose a tag to compare

v5.0.0

19 Feb 15:04
66f0afa
Compare
Choose a tag to compare
  1. (Breaking) Node.js 12 or later required
  2. (Breaking) Target postgrator 5.x.x
  3. (Breaking) Migrate to using cosmiconfig for configuration file
  4. (Breaking) secure option is now ssl and it works differently for each supported driver
  5. (Breaking) Replace --migration-directory option with --migration-pattern option
  6. Add support for node 16.x.x
  7. Add drop-schema command
  8. Add --schema-table option
  9. Support merging cli and config file options