Releases: db-migrate/node-db-migrate
Releases · db-migrate/node-db-migrate
v0.10.3
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)
0.10.1
v0.10.0 - Cornerstone
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