Releases: feathersjs-ecosystem/feathers-objection
Releases · feathersjs-ecosystem/feathers-objection
Updated dev dependencies
v7.1.3 7.1.3
Fixed error handling for MySQL unique constraint errors
- Fixed error handling for MySQL unique constraint errors (PR #141)
- Updated dev dependencies
Fixed $select on tables with compound PK
Check PR #140 for more info.
- Updated dev dependencies
- Added missing common tests
Add optional parameter modifierFiltersResults for disabling count of $modify query results
- Add optional parameter modifierFiltersResults for disabling count of $modify query results. you can read more here.
- Updated project dependencies
Improved error handling
Some breaking changes have been introduced.
Check here for more info on migrating to v7
Added batch insert support
v6.3.0 6.3.0
Added support for atomic graph mutation
Check the docs from more info.
v6.2.0
Updated project dependencies
v6.1.1 6.1.1
$modify now supports passing different args to each modifier
Check the docs for more info.