Releases: botter-workshop/sequelize-handlers
Releases · botter-workshop/sequelize-handlers
1.0.7
1.0.6
Added options
to get
and query
calls so that values can be overridden.
1.0.5
Switched from using async/await
back to Promise
to maintain compatibility with the current Node.js LTS.
1.0.4
Removed the undocumented distinct
transform.
1.0.3
Fixed an error in the update
handler.
1.0.2
Fixed issues with the parser.
1.0.1
Added additional documentation and set the get
, remove
, and update
handlers to throw an exception when a row is not found.
1.0.0
Re-wrote the handlers. The library is now much leaner and makes use of newer JavaScript features.
0.5.0
Added support for all primary keys on a model.
0.4.5
Changed the distinct transform to flatten the array before comparing values.