Skip to content

v7.0.0-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 07:55
· 1568 commits to v7 since this release

7.0.0-alpha.6 (2022-02-07)

Bug Fixes

  • don't call overloaded versions of find functions internally (#13951) (e5d02ef)
  • fix typings for queries with {plain: true} option (#13899) (d139b2e)
  • model.d: fix type for count and findAndCountAll (#13786) (cf27c66)
  • types: accept $nested.syntax$ in WhereAttributeHash (#13983) (f72bb1e)
  • types: add hooks to InstanceDestroyOptions type (#13491) (6d4b553)
  • types: add missing fields to FindOr{Create,Build}Options (#13389) (81b0b9d)
  • types: correct typing definitions for Sequelize.where (#14018) (308ace0)
  • types: deduplicate error typings (#14002) (3f75880)
  • types: fix QueryInterface#bulkInsert attribute arg type (#13945) (36ad644)
  • types: improve branded types (#13990) (940060a)

Features