Releases: TeamMaestro/sequelize-common
Releases · TeamMaestro/sequelize-common
Release 7.1.1
Release 7.1.0
Update to the updatedManyToMany and updateOneToMany that will support only upserting records and prevent it from deleting items not sent into the function
Release 7.0.0
Major overhaul to the updateManyToMany and updateOneToMany. This is a breaking change and need to see README to follow the new logic.
Release 5.2.0
Features
- allow optional
childPrimaryKey
passed to update association functions
Release 4.1.1
HOTFIX: [email protected]+ deprecated the ability to set the deletedAt on save so switching to destroy
Release 4.1.0
Adding a Search class that allows you to quickly add a search model into your project and use recursive search params
Release 4.0.0
New Type
- AttributesOf returns the attributes of a model without its instance methods
New Interface
- FindAndCountAllRespose is the return type of a findAndCountAll function on a model T
Breaking changes
- Typescript dev dependency is bumped to 3.5.3
Release 3.3.1
Changes
- Removes unnecessary console log in EntityRegistration
Release 3.3.0
Features
- Add
BaseViewEntity
for view models to extend
Release 3.2.0
Fix
- ignores .git directory in npm module