|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v6.1.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v6.1.0) (2020-10-19) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v6.0.0...v6.1.0) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Feature request: Customizing the query [\#123](https://github.com/feathersjs-ecosystem/feathers-objection/issues/123) |
| 10 | +- $modifyEager issue [\#122](https://github.com/feathersjs-ecosystem/feathers-objection/issues/122) |
| 11 | +- Missing documentation on insertGraph [\#121](https://github.com/feathersjs-ecosystem/feathers-objection/issues/121) |
| 12 | +- Bug: Query customization doesn't apply to the count SQL query [\#120](https://github.com/feathersjs-ecosystem/feathers-objection/issues/120) |
| 13 | +- Query customization: Can all where clauses be enclosed in parentheses after they have been added? [\#119](https://github.com/feathersjs-ecosystem/feathers-objection/issues/119) |
| 14 | +- "NotFound: No record found for id ‘null’." when using query for remove and patch which returns no results. [\#118](https://github.com/feathersjs-ecosystem/feathers-objection/issues/118) |
| 15 | +- Cannot get Virtual Attributes to show up in any api response [\#117](https://github.com/feathersjs-ecosystem/feathers-objection/issues/117) |
| 16 | + |
3 | 17 | ## [v6.0.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v6.0.0) (2020-09-20) |
4 | 18 |
|
5 | 19 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v5.8.1...v6.0.0) |
|
35 | 49 | - \[Q\] query service with property in array of objects jsonb [\#111](https://github.com/feathersjs-ecosystem/feathers-objection/issues/111) |
36 | 50 | - Relate [\#110](https://github.com/feathersjs-ecosystem/feathers-objection/issues/110) |
37 | 51 |
|
38 | | -**Merged pull requests:** |
39 | | - |
40 | | -- Fix for default operators getting overwritten by options.whitelist instead of concat [\#108](https://github.com/feathersjs-ecosystem/feathers-objection/pull/108) ([satyadeepk](https://github.com/satyadeepk)) |
41 | | - |
42 | 52 | ## [v5.7.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v5.7.0) (2020-07-25) |
43 | 53 |
|
44 | 54 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v5.6.0...v5.7.0) |
|
240 | 250 |
|
241 | 251 | **Merged pull requests:** |
242 | 252 |
|
| 253 | +- Fix for default operators getting overwritten by options.whitelist instead of concat [\#108](https://github.com/feathersjs-ecosystem/feathers-objection/pull/108) ([satyadeepk](https://github.com/satyadeepk)) |
243 | 254 | - Add any as default type parameter [\#73](https://github.com/feathersjs-ecosystem/feathers-objection/pull/73) ([daffl](https://github.com/daffl)) |
244 | 255 |
|
245 | 256 | ## [v4.6.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v4.6.0) (2019-12-06) |
|
0 commit comments