|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v6.2.1](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v6.2.1) (2020-10-25) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v6.2.0...v6.2.1) |
| 6 | + |
| 7 | +## [v6.2.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v6.2.0) (2020-10-25) |
| 8 | + |
| 9 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v6.1.1...v6.2.0) |
| 10 | + |
| 11 | +**Closed issues:** |
| 12 | + |
| 13 | +- Is it possible to assign a default eagerness to the response when a user logs in? [\#126](https://github.com/feathersjs-ecosystem/feathers-objection/issues/126) |
| 14 | + |
| 15 | +**Merged pull requests:** |
| 16 | + |
| 17 | +- Atomic graph mutation [\#124](https://github.com/feathersjs-ecosystem/feathers-objection/pull/124) ([Thomas-git](https://github.com/Thomas-git)) |
| 18 | + |
3 | 19 | ## [v6.1.1](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v6.1.1) (2020-10-22) |
4 | 20 |
|
5 | 21 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v6.1.0...v6.1.1) |
|
295 | 311 | **Merged pull requests:** |
296 | 312 |
|
297 | 313 | - 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)) |
299 | 314 |
|
300 | 315 | ## [v4.4.3](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v4.4.3) (2019-10-11) |
301 | 316 |
|
|
330 | 345 | - error on eager loading [\#64](https://github.com/feathersjs-ecosystem/feathers-objection/issues/64) |
331 | 346 | - "iLike" is "ilike" and it is not whitelisted. [\#63](https://github.com/feathersjs-ecosystem/feathers-objection/issues/63) |
332 | 347 |
|
| 348 | +**Merged pull requests:** |
| 349 | + |
| 350 | +- Update all dependencies [\#67](https://github.com/feathersjs-ecosystem/feathers-objection/pull/67) ([daffl](https://github.com/daffl)) |
| 351 | + |
333 | 352 | ## [v4.2.4](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v4.2.4) (2019-09-23) |
334 | 353 |
|
335 | 354 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v4.2.3...v4.2.4) |
|
534 | 553 | - Added ability to use Upsert Graph on create method [\#35](https://github.com/feathersjs-ecosystem/feathers-objection/pull/35) ([NotAmaan](https://github.com/NotAmaan)) |
535 | 554 | - Bumped version to 1.1.2 [\#31](https://github.com/feathersjs-ecosystem/feathers-objection/pull/31) ([NotAmaan](https://github.com/NotAmaan)) |
536 | 555 | - Bumped version to 1.1.2 [\#30](https://github.com/feathersjs-ecosystem/feathers-objection/pull/30) ([NotAmaan](https://github.com/NotAmaan)) |
| 556 | +- Added ilike operator \(postgres only\) [\#29](https://github.com/feathersjs-ecosystem/feathers-objection/pull/29) ([NotAmaan](https://github.com/NotAmaan)) |
537 | 557 |
|
538 | 558 | ## [v1.1.1](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v1.1.1) (2018-08-27) |
539 | 559 |
|
|
601 | 621 |
|
602 | 622 | **Merged pull requests:** |
603 | 623 |
|
604 | | -- Transaction support \(fix\) [\#22](https://github.com/feathersjs-ecosystem/feathers-objection/pull/22) ([vonagam](https://github.com/vonagam)) |
605 | 624 | - Added prepare script [\#15](https://github.com/feathersjs-ecosystem/feathers-objection/pull/15) ([NotAmaan](https://github.com/NotAmaan)) |
606 | 625 |
|
607 | 626 | ## [v0.10.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v0.10.0) (2018-07-08) |
|
635 | 654 |
|
636 | 655 | **Merged pull requests:** |
637 | 656 |
|
| 657 | +- Transaction support \(fix\) [\#22](https://github.com/feathersjs-ecosystem/feathers-objection/pull/22) ([vonagam](https://github.com/vonagam)) |
638 | 658 | - Fixed $eager and $joinEager to be treated as columns by count\(\) [\#11](https://github.com/feathersjs-ecosystem/feathers-objection/pull/11) ([NotAmaan](https://github.com/NotAmaan)) |
639 | 659 |
|
640 | 660 | ## [v0.7.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v0.7.0) (2018-01-20) |
|
650 | 670 |
|
651 | 671 | **Merged pull requests:** |
652 | 672 |
|
653 | | -- Added ilike operator \(postgres only\) [\#29](https://github.com/feathersjs-ecosystem/feathers-objection/pull/29) ([NotAmaan](https://github.com/NotAmaan)) |
654 | 673 | - Add $joinEager query param to fetch relations with JoinEagerAlgorithm [\#10](https://github.com/feathersjs-ecosystem/feathers-objection/pull/10) ([cdelaorden](https://github.com/cdelaorden)) |
655 | 674 |
|
656 | 675 | ## [v0.6.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v0.6.0) (2017-04-21) |
|
0 commit comments