Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Releases: HealthScreening/sequelize-lazy-migrations

v2.0.0

17 Jun 23:51
b280884
Compare
Choose a tag to compare

What's Changed

  • [MINOR BREAKING CHANGE]: The package will sort revisions based on the migration number rather than the timestamp of the migration file. The migration number is the second number found in a migration file's name, and while the timestamp and migration number should both increase at the same time, there is a rare chance this does not happen, such as when working in an environment with desynced time. It might change the order in which migrations are applied and is thus a breaking change.
  • [BREAKING CHANGE]: Setting a defaultValue of null is no longer supported, although it is not likely this makes sense.
  • The index.js file in the model root directory can now do a default export of an object containing the sequelize and Sequelize keys.

New Contributors

  • @auto-npm-upgrade made their first contribution in #58
  • @inso- made their first contribution in #72

Full Changelog: v1.0.12...v2.0.0

v1.0.12

09 Feb 13:12
85b7600
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.11...v1.0.12

v1.0.11

07 Feb 14:40
0d6d92d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.10...v1.0.11

v1.0.10

31 Jan 12:56
7e48099
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.0.10

v1.0.9

24 Jan 14:41
0d98070
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

v1.0.8

11 Jan 13:06
3c6f015
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

20 Dec 19:58
53ad072
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6

19 Dec 01:29
3acb529
Compare
Choose a tag to compare

Full Changelog: 1.0.5...v1.0.6