This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
Releases: HealthScreening/sequelize-lazy-migrations
Releases · HealthScreening/sequelize-lazy-migrations
v2.0.0
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 thesequelize
andSequelize
keys.
New Contributors
Full Changelog: v1.0.12...v2.0.0
v1.0.12
What's Changed
- Bump sequelize from 6.15.1 to 6.16.0 by @dependabot in #38
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
- Bump sequelize from 6.15.0 to 6.15.1 by @dependabot in #37
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- Bump release-it from 14.12.3 to 14.12.4 by @dependabot in #33
- Bump sequelize from 6.14.0 to 6.14.1 by @dependabot in #34
- Bump sequelize from 6.14.1 to 6.15.0 by @dependabot in #35
- Bump command-line-args from 5.2.0 to 5.2.1 by @dependabot in #36
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- Bump release-it from 14.12.1 to 14.12.3 by @dependabot in #31
- Bump sequelize from 6.13.0 to 6.14.0 by @dependabot in #32
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Bump sequelize from 6.12.0 to 6.12.1 by @dependabot in #19
- Bump sequelize from 6.12.1 to 6.12.2 by @dependabot in #20
- Bump sequelize from 6.12.2 to 6.12.3 by @dependabot in #21
- Bump sequelize from 6.12.3 to 6.12.4 by @dependabot in #22
- Bump sequelize from 6.12.4 to 6.12.5 by @dependabot in #23
- Bump command-line-args from 5.0.2 to 5.2.0 by @dependabot in #24
- Bump lodash from 4.17.11 to 4.17.21 by @dependabot in #26
- Bump sequelize from 6.11.0 to 6.12.5 by @dependabot in #25
- Bump async from 3.2.2 to 3.2.3 by @dependabot in #27
- Bump js-beautify from 1.8.9 to 1.14.0 by @dependabot in #29
- Bump release-it from 14.9.0 to 14.12.1 by @dependabot in #28
- Bump sequelize from 6.12.5 to 6.13.0 by @dependabot in #30
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Bump sequelize from 6.11.0 to 6.12.0 by @dependabot in #18
Full Changelog: v1.0.6...v1.0.7
v1.0.6
Full Changelog: 1.0.5...v1.0.6