Closed DaddyWarbucks closed 2 years ago
This PR addresses https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/402
The remove method has been updated to work more similarly to the patch. This allows for a more consistent querying and sequelize options.
remove
patch
@fratzinger how do you feel about merging/deploying this is as a minor release? And then I will duplicate the work over on the dove branch in a separate PR.
dove
released as v6.4.0 👍
v6.4.0
This PR addresses https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/402
The
remove
method has been updated to work more similarly to thepatch
. This allows for a more consistent querying and sequelize options.