Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit db29655

Browse files
author
Dekel Barzilay
committed
Updated CHANGELOG file
1 parent 1c3045a commit db29655

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

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+
319
## [v6.1.1](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v6.1.1) (2020-10-22)
420

521
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v6.1.0...v6.1.1)
@@ -295,7 +311,6 @@
295311
**Merged pull requests:**
296312

297313
- 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))
299314

300315
## [v4.4.3](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v4.4.3) (2019-10-11)
301316

@@ -330,6 +345,10 @@
330345
- error on eager loading [\#64](https://github.com/feathersjs-ecosystem/feathers-objection/issues/64)
331346
- "iLike" is "ilike" and it is not whitelisted. [\#63](https://github.com/feathersjs-ecosystem/feathers-objection/issues/63)
332347

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+
333352
## [v4.2.4](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v4.2.4) (2019-09-23)
334353

335354
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v4.2.3...v4.2.4)
@@ -534,6 +553,7 @@
534553
- Added ability to use Upsert Graph on create method [\#35](https://github.com/feathersjs-ecosystem/feathers-objection/pull/35) ([NotAmaan](https://github.com/NotAmaan))
535554
- Bumped version to 1.1.2 [\#31](https://github.com/feathersjs-ecosystem/feathers-objection/pull/31) ([NotAmaan](https://github.com/NotAmaan))
536555
- 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))
537557

538558
## [v1.1.1](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v1.1.1) (2018-08-27)
539559

@@ -601,7 +621,6 @@
601621

602622
**Merged pull requests:**
603623

604-
- Transaction support \(fix\) [\#22](https://github.com/feathersjs-ecosystem/feathers-objection/pull/22) ([vonagam](https://github.com/vonagam))
605624
- Added prepare script [\#15](https://github.com/feathersjs-ecosystem/feathers-objection/pull/15) ([NotAmaan](https://github.com/NotAmaan))
606625

607626
## [v0.10.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v0.10.0) (2018-07-08)
@@ -635,6 +654,7 @@
635654

636655
**Merged pull requests:**
637656

657+
- Transaction support \(fix\) [\#22](https://github.com/feathersjs-ecosystem/feathers-objection/pull/22) ([vonagam](https://github.com/vonagam))
638658
- 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))
639659

640660
## [v0.7.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v0.7.0) (2018-01-20)
@@ -650,7 +670,6 @@
650670

651671
**Merged pull requests:**
652672

653-
- Added ilike operator \(postgres only\) [\#29](https://github.com/feathersjs-ecosystem/feathers-objection/pull/29) ([NotAmaan](https://github.com/NotAmaan))
654673
- Add $joinEager query param to fetch relations with JoinEagerAlgorithm [\#10](https://github.com/feathersjs-ecosystem/feathers-objection/pull/10) ([cdelaorden](https://github.com/cdelaorden))
655674

656675
## [v0.6.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v0.6.0) (2017-04-21)

0 commit comments

Comments
 (0)