3.1.3 (2021-03-30)
- run migrations in transaction (492c776)
3.1.2 (2021-03-19)
- removes node 14 incompatible syntax (477c68c)
3.1.1 (2021-03-07)
- renameColumn deleting all D and N diffs (89560d8)
3.1.0 (2021-03-06)
- add auto-detection of potential renamed columns (5471179)
3.0.1 (2021-02-27)
- not putting cjs if module (fef2c10)
3.0.0 (2021-02-27)
- current should be in migrations not in models (08c93b0)
- you should move your current to migrations folder
2.8.1 (2021-02-27)
- if defaultValue in getDefaultValueType is null (8f430d8)
- update mergify conf and force update (3606038)
2.8.0 (2021-02-27)
- important one for file path (a3f6b0e)
- just to force update version and publish (3201376)
2.6.0 (2021-01-11)
- add check for index file exist (dc23493)
- add some checks for better error handling (a1d9ba1)
- added a lot of checks for errors and new log (076932a)
2.5.1 (2021-01-11)
- example/package.json & example/yarn.lock to reduce vulnerabilities (587821d)
2.5.0 (2020-12-31)
- Force new release, add sync to readme (7bdb2b7)
2.4.1 (2020-10-30)
- refactor getPartialMigration n fix droptable (535656c)
2.4.0 (2020-10-28)
- fix bug in depends checking for null (90ecfc4)
- fix huge bugs for index and changeColumn (af2275c)
- writeMigration update consoleOut to consoles (02abfe8)
2.3.7 (2020-10-28)
- remove lodash dep and make template native (88c9feb)
- update assets to new template (950a832)
2.3.6 (2020-10-27)
- small fix for action.options not defined (e66a52e)
2.3.5 (2020-10-27)
- replace currentState.content to perviousState (c5771a6)
2.3.4 (2020-10-27)
- try to fix url host problem on linux devices (9f8da83)
2.3.3 (2020-10-25)
- double type was showing an error (32f964f)
2.3.2 (2020-10-14)
- remove Optional chaining to support older node versions (16793a4)
2.3.1 (2020-10-06)
- addindex, removeindex breaking migrations (f1a8bfa)
- if now changes in models no error (f5abc5e)
- trying some updates to models.js (a3e1786)
- update index.js (5e33685)
2.3.0 (2020-09-18)
- add ignore-sequelizerc flag (cb79b6e)
2.2.0 (2020-09-16)
- fix for defaultValue check (19f4af4)
- update dep and repair bugs (1e91034)
- lib: add checking to rhs (602af96)
- lib: defaultValue cannot be null (d10b805)
- add custom schemas path other than migration (a065238)
- add pwd path to change all paths base (f225e4a)
- Change migration file name to timestamps (ecf2dc7)
- lib: allow custom datatypes (1015cd1)
- lib: support blob string length (f336f86)
- lib: support other array types (8654b0b)
- lib: support text string length (ed561a6)
2.1.2 (2020-09-04)
- fix for registry in package json (a2cab80)
2.1.1 (2020-09-04)
- add Lgtm grade and other icons for readme (4eea801)