Releases: db-migrate/node-db-migrate
Releases · db-migrate/node-db-migrate
v1.0.0-beta.0
1.0.0-beta.0 (2019-06-08)
Bug Fixes
- cwd: addition of cwd missed function definition (7c238a4)
- plugin: handle non existent dependencies and improve UX (91b9da9), closes #628
- plugin: respect options cwd (#618) (3a8a09f)
- reset: regression introduced in check functionality (61ca5bb), closes #552
- scope: new scoping errored out when using templates (b2421e3)
- utils: resolve when returned null (68361fe)
- walker: rename interface to Interface (6234d42)
Features
- chain: add step chaining (8203c55)
- error handling: added advanced error handling and rollback (aa13a35)
- learning: add db learning (d5c9aa1)
- migration: add support for first basic options on new schema (d891628)
- schemav2: add foreignKey support on tables (3dd7158)
- state: add state manager and adjust driver functions (10c3f1a)
- statemanager: add first edition of state manager (6dc4d3b), closes #538
v0.11.6
v0.11.5
v0.11.3
v0.11.2
0.11.2 (2018-09-05)
Bug Fixes
- check: fix check via API not passing results to the callback (b743696)
- ci: add ignores for backported features (21c3eb9)
- db: wrong reference to connect causes db:create to fail (991ee76), closes #520
- exitCode: wrong check for existence fixed (3c6fc33)
- exitCode: wrong exit code on db methods (486cb78), closes #534
- insert: add missing insert entry to interface (7ca2f56), closes #542
- Update dependency
rc
to latest version (b343add) - log: error ended up in unreadable errors (16512f6), closes #524 #521
- progamableApi: cmdOptions get passed into setDefaultArgv now (cb88b58)
- reset: regression introduced in check functionality (b94db96), closes #552
- switchDatabase: no error was thrown on scope switch (392d88c), closes #470
- update vulnerable pack 'deep-extend' and OOD deps (8e13c7f)
Features
- check: add check functionality to determine migrations to run (56acdb9)
- contribution: enrich contribution instructions (2cd0578), closes #549
- contribution: enrich contribution instructions, issues (5ee386b)
- issuetemplate: added a github issue template (3c0fcbf)
- progamableApi: CMD options can be passed programatically now (fd8562e)
- progamableApi: using const now (d761ebf)