Node Db Migrate Versions Save

Database migration framework for node

v0.10.3

6 years ago

0.10.3 (2018-02-03)

Bug Fixes

  • 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
  • log: error ended up in unreadable errors (16512f6), closes #524 #521
  • switchDatabase: no error was thrown on scope switch (392d88c), closes #470

Features

  • issuetemplate: added a github issue template (3c0fcbf)

v0.10.1

6 years ago

0.10.1 (2017-11-27)

Bug Fixes

  • db: wrong reference to connect causes db:create to fail (56cb75a), closes #520

v0.10.0

6 years ago

Note:

This is a cornerstone release. It provides groundwork for many things to come and has worked on stability and flexibility, while mostly retaining backwards compatibility.

This release was a rewrite of nearly the whole module. However backwards compatibility was mostly preserved. Bug fixes wont be listed for this release, all subsequent releases will follow the angular standard to automatically generate changelogs.

New Features:

  • Sync
  • Driverless Core
  • Plugin Hooks and overwrites
  • Adjusted migration schema, to allow specific setup routines
  • Version migration schemas itself for future iterations
  • Promise style migrations
  • Programmatic API
  • Restructured major parts of db-migrate
  • Transactional migrations
  • New configuration options

Find a full list of features added here:

https://github.com/db-migrate/node-db-migrate/issues?utf8=%E2%9C%93&q=milestone%3Av0.10.0