Node Db Migrate Versions Save

Database migration framework for node

v1.0.0-beta.0

4 years ago

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

4 years ago

0.11.6 (2019-06-08)

Bug Fixes

  • cwd: addition of cwd missed function definition (fae85cf)
  • plugin: allow no package.json (f27dce0)
  • plugin: handle non existent dependencies and improve UX (006ef5e), closes #628
  • plugin: respect options cwd (#618) (3dae762)

v0.11.5

5 years ago

0.11.5 (2019-01-06)

Bug Fixes

  • db: set exit code as 1 only on error (3148cc9)
  • Added warning on plugin loading failure (fcffd62)
  • lgtm: fix errors (4cd5558)

v0.11.3

5 years ago

0.11.3 (2018-09-08)

Bug Fixes

  • db: create and drop always result in exit code 1 (d32644c), closes #550

v0.11.2

5 years ago

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)

v0.11.1

6 years ago

0.11.1 (2018-04-10)

Bug Fixes

  • reset: regression introduced in check functionality (d8a735d), closes #552

v0.11.0

6 years ago

0.11.0 (2018-04-10)

Features

  • check: add check functionality to determine migrations to run (93e9f18)

v0.10.7

6 years ago

0.10.7 (2018-03-27)

Bug Fixes

  • progamableApi: cmdOptions get passed into setDefaultArgv now (ebdd75d)

v0.10.6

6 years ago

0.10.6 (2018-03-21)

Bug Fixes

  • ci: add ignores for backported features (53dedc2)

Features

  • contribution: enrich contribution instructions (93b5cea), closes #549
  • contribution: enrich contribution instructions, issues (d87a734)
  • progamableApi: CMD options can be passed programatically now (69d7605)
  • progamableApi: using const now (a69e221)

v0.10.4

6 years ago

0.10.4 (2018-02-06)

Bug Fixes

  • insert: add missing insert entry to interface (899b8bc), closes #542