7.0.0-alpha.6 (2022-02-07)
Bug Fixes
- don't call overloaded versions of find functions internally (#13951) (e5d02ef)
- don't discard commit message on lint fail (#13953) (1a6884a)
- fix typings for queries with {plain: true} option (#13899) (d139b2e)
- model.d: fix type for
count
andfindAndCountAll
(#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
- add options.rawErrors to
Sequelize#query
method (#13881) (4c8fa9a) - mariadb: add mariadb support in Sequelize.set function (#13926) (6056bb3), closes #13920
- postgres: drop indices concurrently in Postgres (#13903) (ad08cd7)
- types: add
InferAttributes
utility type (#13909) (7eff04a) - types: add typings for DataTypes.TSVECTOR (#13940) (35859a4)
- types: drop TypeScript < 4.1 (#13954) (d384a87)