Skip to content

v7.0.0-alpha.21

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 07:59
· 1169 commits to main since this release

7.0.0-alpha.21 (2023-01-19)

Features

  • feat: improve typedoc & remove Optional, Error exports (#15495)
  • feat: move validator decorators to @sequelize/validator.js (#15561)
  • feat: rollback workaround #13347, improve stack traces using async stack traces instead (#15559)

Breaking changes

  • The Optional type has been removed. Use a type library like type-fest's SetOptional if you need this type
  • Removed Sequelize.Error and the Error export. Use the BaseError export instead.