Skip to content

Releases: TeamMaestro/sequelize-common

Release 7.1.1

29 Feb 20:40
Compare
Choose a tag to compare

Fix: Needed to make upsertOnly optional for backwards support

Release 7.1.0

29 Feb 20:35
Compare
Choose a tag to compare

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

29 Feb 20:33
Compare
Choose a tag to compare

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

14 Jan 17:05
Compare
Choose a tag to compare

Features

  • allow optional childPrimaryKey passed to update association functions

Release 4.1.1

14 Aug 22:32
Compare
Choose a tag to compare

HOTFIX: [email protected]+ deprecated the ability to set the deletedAt on save so switching to destroy

Release 4.1.0

05 Aug 12:12
Compare
Choose a tag to compare

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

01 Aug 20:36
Compare
Choose a tag to compare

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

18 Jul 16:42
Compare
Choose a tag to compare

Changes

  • Removes unnecessary console log in EntityRegistration

Release 3.3.0

17 Jul 15:23
Compare
Choose a tag to compare

Features

  • Add BaseViewEntity for view models to extend

Release 3.2.0

15 Jul 18:50
Compare
Choose a tag to compare

Fix

  • ignores .git directory in npm module