Skip to content

Releases: TeamMaestro/sequelize-common

Release 7.1.1

Choose a tag to compare

@jpinkster jpinkster released this 29 Feb 20:40

Fix: Needed to make upsertOnly optional for backwards support

Release 7.1.0

Choose a tag to compare

@jpinkster jpinkster released this 29 Feb 20:35

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

Choose a tag to compare

@jpinkster jpinkster released this 29 Feb 20:33

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

Choose a tag to compare

@tvmaasjazz tvmaasjazz released this 14 Jan 17:05

Features

  • allow optional childPrimaryKey passed to update association functions

Release 4.1.1

Choose a tag to compare

@jpinkster jpinkster released this 14 Aug 22:32

HOTFIX: Sequelize@5.0+ deprecated the ability to set the deletedAt on save so switching to destroy

Release 4.1.0

Choose a tag to compare

@jpinkster jpinkster released this 05 Aug 12:12

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

Choose a tag to compare

@gibsonjoshua55 gibsonjoshua55 released this 01 Aug 20:36

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

Choose a tag to compare

@gibsonjoshua55 gibsonjoshua55 released this 18 Jul 16:42

Changes

  • Removes unnecessary console log in EntityRegistration

Release 3.3.0

Choose a tag to compare

@tvmaasjazz tvmaasjazz released this 17 Jul 15:23

Features

  • Add BaseViewEntity for view models to extend

Release 3.2.0

Choose a tag to compare

@gibsonjoshua55 gibsonjoshua55 released this 15 Jul 18:50

Fix

  • ignores .git directory in npm module