Skip to content

Releases: MRVMV/sequelize-mig

v2.5.1

11 Jan 18:38
Compare
Choose a tag to compare

2.5.1 (2021-01-11)

Bug Fixes

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

v2.5.0

31 Dec 18:45
Compare
Choose a tag to compare

2.5.0 (2020-12-31)

Features

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

v2.4.1

30 Oct 22:43
Compare
Choose a tag to compare

2.4.1 (2020-10-30)

Bug Fixes

  • refactor getPartialMigration n fix droptable (535656c)

v2.4.0

28 Oct 21:58
Compare
Choose a tag to compare

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

28 Oct 12:35
Compare
Choose a tag to compare

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

27 Oct 20:23
Compare
Choose a tag to compare

2.3.6 (2020-10-27)

Bug Fixes

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

v2.3.5

27 Oct 19:48
Compare
Choose a tag to compare

2.3.5 (2020-10-27)

Bug Fixes

  • replace currentState.content to perviousState (c5771a6)

v2.3.4

27 Oct 19:08
Compare
Choose a tag to compare

2.3.4 (2020-10-27)

Bug Fixes

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

v2.3.3

25 Oct 17:21
Compare
Choose a tag to compare

2.3.3 (2020-10-25)

Bug Fixes

  • double type was showing an error (32f964f)

v2.3.2

14 Oct 23:30
Compare
Choose a tag to compare

2.3.2 (2020-10-14)

Bug Fixes

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