Releases: TeamMaestro/sequelize-common
Releases · TeamMaestro/sequelize-common
Release 3.1.0
Features
- Adds an
@RegisterEntity
decorator which addsequelize-typescript
entities to the newEntityRegistration
module.
Release 3.0.0
Updates
- Typings for
UpdateManyToManyAssocationOptions
now accept ajoinTableModel
that does not have asortOrder
attribute.
Release 2.0.0
Updates
- Refactor to use Sequelize 5
Release 1.1.0
Features
- Add additionalJoinTableCreateFields to the updateManyToManyAssociations