6.8.0 (2021-10-24)
Bug Fixes
- types: allow any values in
isIn
validator (#12962) (d511d91) - allows insert primary key with zero (#13458) (e4aff2f)
- model: Convert number values only if they aren't null to avoid NaN (199b632)
- model.d: accept [Op.is] in where (broken in TypeScript 4.4) (#13499) (d685a9a)
- postgres: fix
findCreateFind
to work with postgres transactions (#13482) (84421d7) - select: do not force set
subQuery
tofalse
(#13490) (0943339) - sqlite: fix wrongly overwriting storage if empty string (#13376) (c3e608b), closes #13375
- types: add missing upsert hooks (#13394) (5e9c209)
- types: extend BulkCreateOptions by SearchPathable (#13469) (47c2d05), closes #13454
- types: typo in model.d.ts (#13574) (31d0fbc)