feathersjs-ecosystem / feathers-sequelize

A Feathers service adapter for the Sequelize ORM. Supporting MySQL, MariaDB, Postgres, SQLite, and SQL Server
MIT License
208 stars 74 forks source link

Allow join queries on remove #403

Closed DaddyWarbucks closed 2 years ago

DaddyWarbucks commented 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.

DaddyWarbucks commented 2 years ago

@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.

fratzinger commented 2 years ago

released as v6.4.0 👍