Skip to content

Releases: bonaval/sequelize-temporal

v2.1.1

21 Nov 17:37
Compare
Choose a tag to compare

2.1.1

Fixes

  • When reloading, make sure to not reload any relation
  • When reloading, make sure to not reload any virtual fields

v2.1.0

12 Nov 09:24
Compare
Choose a tag to compare

2.1.0

New features

  • A new reloadIgnoredAttributes option was added. See README

2.0.0

01 Mar 15:09
Compare
Choose a tag to compare

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 sequelize silent: true option (to not touch the updatedAt timestamp)
  • I'm working on migrating away from Travic CI. This isn't completed yet and the CI currently does not run

Enhancements