Sequelize Cli Versions Save

The Sequelize CLI

v6.6.2

6 months ago

6.6.2 (2023-11-03)

Bug Fixes

v6.6.1

11 months ago

6.6.1 (2023-06-05)

Bug Fixes

  • include .cts files when discovering migrations (#1273) (4ddb8d4)

v6.6.0

1 year ago

6.6.0 (2023-01-25)

Bug Fixes

  • only show error detail when error.original is defined (#1241) (8ba4748)

Features

  • add support for test files colocated with models (#1187) (6ba32e1)

v6.5.2

1 year ago

6.5.2 (2022-10-26)

Bug Fixes

v6.5.1

1 year ago

6.5.1 (2022-09-27)

Bug Fixes

  • postgres: add ERROR detail to output of migration (#1142) (497b805)

v6.4.1

2 years ago

6.4.1 (2022-01-15)

Bug Fixes

  • fix config import breaking on windows (#995) (acbc66f)

v6.4.0

2 years ago

6.4.0 (2022-01-14)

Bug Fixes

Features

v6.2.0

3 years ago

v6.2.0 - 5th, July 2020

Feature

  • feat: support migrations files with ts file extension #915

v6.1.0

3 years ago

v6.1.0 - 27th, June 2020

Fixed

  • fix(timestamps): support for timestamps in migration tables #899

v6.0.0

3 years ago

v6.0.0 - 24th, June 2020

Fixed

  • fix: support for sequelize@6
  • fix: print correct migration name #663
  • db:seed:undo now reverts last seed #908
  • fix: sequelize.import is still used #895

Feature

  • feat: modernize skeleton with async #909
  • feat: cjs extension support #905

Breaking

  • Only Node 10 or up supported
  • Only Sequelize 5 or up supported
  • Removed Bluebird usage internally