Releases: bonaval/sequelize-temporal
Releases · bonaval/sequelize-temporal
v2.1.1
v2.1.0
2.1.0
New features
- A new
reloadIgnoredAttributes
option was added. See README
2.0.0
2.0.0
Breaking changes
- Node v18+ is required
New features
- A new
skipIfSilent
option was added in order to skip the creation of a history entry if an update or bulk update is made with the sequelizesilent: true
option (to not touch theupdatedAt
timestamp) - I'm working on migrating away from Travic CI. This isn't completed yet and the CI currently does not run
Enhancements
- Upgraded all dependenices except chai because of chaijs/chai#1561