Releases: MRVMV/sequelize-mig
Releases · MRVMV/sequelize-mig
v2.5.1
2.5.1 (2021-01-11)
Bug Fixes
- example/package.json & example/yarn.lock to reduce vulnerabilities (587821d)
v2.5.0
2.5.0 (2020-12-31)
Features
- Force new release, add sync to readme (7bdb2b7)
v2.4.1
2.4.1 (2020-10-30)
Bug Fixes
- refactor getPartialMigration n fix droptable (535656c)
v2.4.0
2.4.0 (2020-10-28)
Bug Fixes
- fix bug in depends checking for null (90ecfc4)
- fix huge bugs for index and changeColumn (af2275c)
- writeMigration update consoleOut to consoles (02abfe8)
Features
- add getFileName to functions for future (b03e81b)
- add migration:undo (c420177)
v2.3.7
2.3.7 (2020-10-28)
Bug Fixes
- remove lodash dep and make template native (88c9feb)
Performance Improvements
- update assets to new template (950a832)
v2.3.6
2.3.6 (2020-10-27)
Bug Fixes
- small fix for action.options not defined (e66a52e)
v2.3.5
2.3.5 (2020-10-27)
Bug Fixes
- replace currentState.content to perviousState (c5771a6)
v2.3.4
2.3.4 (2020-10-27)
Bug Fixes
- try to fix url host problem on linux devices (9f8da83)
v2.3.3
2.3.3 (2020-10-25)
Bug Fixes
- double type was showing an error (32f964f)
v2.3.2
2.3.2 (2020-10-14)
Bug Fixes
- remove Optional chaining to support older node versions (16793a4)