Releases: gabts/migratorosaurus
Releases · gabts/migratorosaurus
2.0.0
- Properly closes postgres client connection on query error (#8)
1.2.3
- Remove
pg
peer dependency. Logs warning if using pg-promise
instead etc...
1.2.2
- Fix cli to correctly increment new migration file index.
1.2.1
- Fix registering cli command.
1.2.0
- Add cli for creating new migration files.
- Add executing migrations in a transaction and locks migrations table.
- Change migration file up/down separating comment format.
1.1.0
- No longer accepts a pg Pool as connection, now requires a pg Client config.
1.0.3
- Allow connection argument to be either a string or a
pg
Pool object.
1.0.2
- Remove
path
module usage.
1.0.1
- Support
pg
v8 in package.json.