Releases: MattiLehtinen/postgrator-cli
Releases · MattiLehtinen/postgrator-cli
v9.0.0
v8.1.0
Allow mssql@11
peer dependency
v8.0.0
BREAKING: require node >= 18
add support for node 22
v7.0.0
Set the minimum node version to 16
v6.0.1
fix build badge
v6.0.0
- Require Node.js 14
- Add support for Node.js 18
v5.2.0
- Add support for
.postgratorrc.mjs
and.postgratorrc.js
config files withtype: module
. - Add
sqlite3
support
v5.1.0
- Upgrade
[email protected]
- Support
*.cjs
and*.mjs
files
v5.0.0
- (Breaking) Node.js 12 or later required
- (Breaking) Target postgrator 5.x.x
- (Breaking) Migrate to using cosmiconfig for configuration file
- (Breaking) secure option is now ssl and it works differently for each supported driver
- (Breaking) Replace --migration-directory option with --migration-pattern option
- Add support for node 16.x.x
- Add drop-schema command
- Add --schema-table option
- Support merging cli and config file options