|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v6.1.1](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v6.1.1) (2020-10-22) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v6.1.0...v6.1.1) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Feature request: Customizing the query [\#123](https://github.com/feathersjs-ecosystem/feathers-objection/issues/123) |
| 10 | + |
3 | 11 | ## [v6.1.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v6.1.0) (2020-10-19) |
4 | 12 |
|
5 | 13 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v6.0.0...v6.1.0) |
6 | 14 |
|
7 | 15 | **Closed issues:** |
8 | 16 |
|
9 | | -- Feature request: Customizing the query [\#123](https://github.com/feathersjs-ecosystem/feathers-objection/issues/123) |
10 | 17 | - $modifyEager issue [\#122](https://github.com/feathersjs-ecosystem/feathers-objection/issues/122) |
11 | 18 | - Missing documentation on insertGraph [\#121](https://github.com/feathersjs-ecosystem/feathers-objection/issues/121) |
12 | 19 | - Bug: Query customization doesn't apply to the count SQL query [\#120](https://github.com/feathersjs-ecosystem/feathers-objection/issues/120) |
|
49 | 56 | - \[Q\] query service with property in array of objects jsonb [\#111](https://github.com/feathersjs-ecosystem/feathers-objection/issues/111) |
50 | 57 | - Relate [\#110](https://github.com/feathersjs-ecosystem/feathers-objection/issues/110) |
51 | 58 |
|
| 59 | +**Merged pull requests:** |
| 60 | + |
| 61 | +- 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)) |
| 62 | + |
52 | 63 | ## [v5.7.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v5.7.0) (2020-07-25) |
53 | 64 |
|
54 | 65 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v5.6.0...v5.7.0) |
|
250 | 261 |
|
251 | 262 | **Merged pull requests:** |
252 | 263 |
|
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)) |
254 | 264 | - Add any as default type parameter [\#73](https://github.com/feathersjs-ecosystem/feathers-objection/pull/73) ([daffl](https://github.com/daffl)) |
255 | 265 |
|
256 | 266 | ## [v4.6.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v4.6.0) (2019-12-06) |
|
285 | 295 | **Merged pull requests:** |
286 | 296 |
|
287 | 297 | - Parse relation expressions at service creation time [\#69](https://github.com/feathersjs-ecosystem/feathers-objection/pull/69) ([vonagam](https://github.com/vonagam)) |
| 298 | +- Update all dependencies [\#67](https://github.com/feathersjs-ecosystem/feathers-objection/pull/67) ([daffl](https://github.com/daffl)) |
288 | 299 |
|
289 | 300 | ## [v4.4.3](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v4.4.3) (2019-10-11) |
290 | 301 |
|
|
319 | 330 | - error on eager loading [\#64](https://github.com/feathersjs-ecosystem/feathers-objection/issues/64) |
320 | 331 | - "iLike" is "ilike" and it is not whitelisted. [\#63](https://github.com/feathersjs-ecosystem/feathers-objection/issues/63) |
321 | 332 |
|
322 | | -**Merged pull requests:** |
323 | | - |
324 | | -- Update all dependencies [\#67](https://github.com/feathersjs-ecosystem/feathers-objection/pull/67) ([daffl](https://github.com/daffl)) |
325 | | - |
326 | 333 | ## [v4.2.4](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v4.2.4) (2019-09-23) |
327 | 334 |
|
328 | 335 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v4.2.3...v4.2.4) |
|
527 | 534 | - Added ability to use Upsert Graph on create method [\#35](https://github.com/feathersjs-ecosystem/feathers-objection/pull/35) ([NotAmaan](https://github.com/NotAmaan)) |
528 | 535 | - Bumped version to 1.1.2 [\#31](https://github.com/feathersjs-ecosystem/feathers-objection/pull/31) ([NotAmaan](https://github.com/NotAmaan)) |
529 | 536 | - Bumped version to 1.1.2 [\#30](https://github.com/feathersjs-ecosystem/feathers-objection/pull/30) ([NotAmaan](https://github.com/NotAmaan)) |
530 | | -- Added ilike operator \(postgres only\) [\#29](https://github.com/feathersjs-ecosystem/feathers-objection/pull/29) ([NotAmaan](https://github.com/NotAmaan)) |
531 | 537 |
|
532 | 538 | ## [v1.1.1](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v1.1.1) (2018-08-27) |
533 | 539 |
|
|
644 | 650 |
|
645 | 651 | **Merged pull requests:** |
646 | 652 |
|
| 653 | +- Added ilike operator \(postgres only\) [\#29](https://github.com/feathersjs-ecosystem/feathers-objection/pull/29) ([NotAmaan](https://github.com/NotAmaan)) |
647 | 654 | - Add $joinEager query param to fetch relations with JoinEagerAlgorithm [\#10](https://github.com/feathersjs-ecosystem/feathers-objection/pull/10) ([cdelaorden](https://github.com/cdelaorden)) |
648 | 655 |
|
649 | 656 | ## [v0.6.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v0.6.0) (2017-04-21) |
|
0 commit comments