Skip to content

Releases: sequelize/umzug

v3.8.0

04 Apr 01:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.7.0...v3.8.0

v3.7.0

13 Feb 18:40
Compare
Choose a tag to compare
  • create: allow specifying content directly 543a45d

v3.6.1...v3.7.0

v3.6.1

31 Jan 18:30
Compare
Choose a tag to compare

v3.6.0...v3.6.1

v3.6.0

31 Jan 18:18
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update dependency glob to v8.1.0 by @renovate in #639
  • Fix DeprecationWarning for Sequelize V7 by @anroypaul in #644
  • fix(deps): update dependency type-fest to v4 by @renovate in #647
  • fix(deps): update dependency pony-cause to v2.1.10 by @renovate in #616

New Contributors

Full Changelog: v3.5.1...v3.6.0

v3.5.1

31 Jan 18:17
Compare
Choose a tag to compare

What's Changed

  • Snowflake does not explicitly support collation in the same way as some other databases by @lbazetto in #641

New Contributors

Full Changelog: v3.5.0...v3.5.1

v3.5.0

15 Dec 03:14
Compare
Choose a tag to compare

What's Changed

  • stop using super-old import x = require('x') syntax in #629
  • document ts-command-line error handling in #633
  • feat: non-breaking ESM support 🤝 in #613

Full Changelog: v3.4.0...v3.5.0

v3.5.0-0

06 Nov 18:48
Compare
Choose a tag to compare
v3.5.0-0 Pre-release
Pre-release

Better ESM support: #613

v3.4.0

04 Nov 12:38
Compare
Choose a tag to compare

What's Changed

  • Provide charset and collate options only for dialects supporting them by @QuentinFarizon in #624

New Contributors

Full Changelog: v3.3.1...v3.4.0

v3.3.1

03 Aug 07:39
Compare
Choose a tag to compare
  • Revert "feat: remove uniqueness from sequelize storage (#602)" e849968 (see #614)

Amended release notes from 3.3.0 (and comparison with v3.2.1):

What's Changed

v3.3.0...v3.3.1

v3.3.0

02 Aug 14:44
Compare
Choose a tag to compare

⚠️ ⚠️ ⚠️ This version is deprecated, please use 3.3.1 - but note that #602 was reverted and is not included in 3.3.1 ⚠️ ⚠️ ⚠️

Original release notes ## What's Changed * Fix false positive Confusing Ordering warning by @rpominov in https://github.com//pull/575 * async template function by @ccamensuli in https://github.com//pull/591 * Fix typo in readme by @sdepold in https://github.com//pull/604 * feat: remove uniqueness from sequelize storage by @mau31415 in https://github.com//pull/602

New Contributors

Full Changelog: v3.2.1...v3.3.0