Skip to content

Releases: botter-workshop/sequelize-handlers

1.0.7

03 Apr 19:14
Compare
Choose a tag to compare

Fixed a lodash vulnerability.

1.0.6

11 Sep 19:49
Compare
Choose a tag to compare

Added options to get and query calls so that values can be overridden.

1.0.5

21 Jun 17:19
Compare
Choose a tag to compare

Switched from using async/await back to Promise to maintain compatibility with the current Node.js LTS.

1.0.4

21 Jun 11:54
Compare
Choose a tag to compare

Removed the undocumented distinct transform.

1.0.3

20 Jun 15:03
Compare
Choose a tag to compare

Fixed an error in the update handler.

1.0.2

20 Jun 14:43
Compare
Choose a tag to compare

Fixed issues with the parser.

1.0.1

20 Jun 13:52
Compare
Choose a tag to compare

Added additional documentation and set the get, remove, and update handlers to throw an exception when a row is not found.

1.0.0

20 Jun 12:34
Compare
Choose a tag to compare

Re-wrote the handlers. The library is now much leaner and makes use of newer JavaScript features.

0.5.0

19 Jun 12:32
Compare
Choose a tag to compare

Added support for all primary keys on a model.

0.4.5

31 Mar 14:19
Compare
Choose a tag to compare

Changed the distinct transform to flatten the array before comparing values.