Skip to content

Latest commit

 

History

History
216 lines (103 loc) · 9.16 KB

CHANGELOG.md

File metadata and controls

216 lines (103 loc) · 9.16 KB

3.1.3 (2021-03-30)

Bug Fixes

  • run migrations in transaction (492c776)

3.1.2 (2021-03-19)

Bug Fixes

  • removes node 14 incompatible syntax (477c68c)

3.1.1 (2021-03-07)

Bug Fixes

  • renameColumn deleting all D and N diffs (89560d8)

3.1.0 (2021-03-06)

Features

  • add auto-detection of potential renamed columns (5471179)

3.0.1 (2021-02-27)

Bug Fixes

  • not putting cjs if module (fef2c10)

3.0.0 (2021-02-27)

Bug Fixes

  • current should be in migrations not in models (08c93b0)

BREAKING CHANGES

  • you should move your current to migrations folder

2.8.1 (2021-02-27)

Bug Fixes

  • if defaultValue in getDefaultValueType is null (8f430d8)
  • update mergify conf and force update (3606038)

2.8.0 (2021-02-27)

Bug Fixes

  • important one for file path (a3f6b0e)

Features

  • just to force update version and publish (3201376)

2.6.0 (2021-01-11)

Features

  • 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)

Bug Fixes

  • example/package.json & example/yarn.lock to reduce vulnerabilities (587821d)

2.5.0 (2020-12-31)

Features

  • Force new release, add sync to readme (7bdb2b7)

2.4.1 (2020-10-30)

Bug Fixes

  • refactor getPartialMigration n fix droptable (535656c)

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)

2.3.7 (2020-10-28)

Bug Fixes

  • remove lodash dep and make template native (88c9feb)

Performance Improvements

  • update assets to new template (950a832)

2.3.6 (2020-10-27)

Bug Fixes

  • small fix for action.options not defined (e66a52e)

2.3.5 (2020-10-27)

Bug Fixes

  • replace currentState.content to perviousState (c5771a6)

2.3.4 (2020-10-27)

Bug Fixes

  • try to fix url host problem on linux devices (9f8da83)

2.3.3 (2020-10-25)

Bug Fixes

  • double type was showing an error (32f964f)

2.3.2 (2020-10-14)

Bug Fixes

  • remove Optional chaining to support older node versions (16793a4)

2.3.1 (2020-10-06)

Bug Fixes

  • 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)

Bug Fixes

  • fix sequelizerc (1741a5c)
  • small fix for unused comparisons (c6472cd)

Features

  • add ignore-sequelizerc flag (cb79b6e)

2.2.0 (2020-09-16)

Bug Fixes

  • fix for defaultValue check (19f4af4)
  • update dep and repair bugs (1e91034)
  • lib: add checking to rhs (602af96)
  • lib: defaultValue cannot be null (d10b805)

Features

  • 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)

Bug Fixes

  • fix for registry in package json (a2cab80)

2.1.1 (2020-09-04)

Bug Fixes

  • add Lgtm grade and other icons for readme (4eea801)