Skip to content

Releases: sequelize/cli

v6.6.2

03 Nov 11:13
Compare
Choose a tag to compare

6.6.2 (2023-11-03)

Bug Fixes

v6.6.1

05 Jun 20:40
Compare
Choose a tag to compare

6.6.1 (2023-06-05)

Bug Fixes

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

v6.6.0

25 Jan 10:51
518166d
Compare
Choose a tag to compare

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

26 Oct 14:59
6973338
Compare
Choose a tag to compare

6.5.2 (2022-10-26)

Bug Fixes

v6.5.1

27 Sep 11:37
7f524a5
Compare
Choose a tag to compare

6.5.1 (2022-09-27)

Bug Fixes

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

v6.4.1

15 Jan 11:44
Compare
Choose a tag to compare

6.4.1 (2022-01-15)

Bug Fixes

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

v6.4.0

14 Jan 20:30
Compare
Choose a tag to compare

6.4.0 (2022-01-14)

Bug Fixes

Features

v6.2.0

05 Jul 05:58
Compare
Choose a tag to compare

v6.2.0 - 5th, July 2020

Feature

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

v6.1.0

27 Jun 06:31
Compare
Choose a tag to compare

v6.1.0 - 27th, June 2020

Fixed

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

v6

24 Jun 10:13
Compare
Choose a tag to compare
v6

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