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

Commit dd07436

Browse files
author
Dekel Barzilay
committed
Updated CHANGELOG file
1 parent bc29ea0 commit dd07436

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Changelog
22

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+
311
## [v6.1.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v6.1.0) (2020-10-19)
412

513
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v6.0.0...v6.1.0)
614

715
**Closed issues:**
816

9-
- Feature request: Customizing the query [\#123](https://github.com/feathersjs-ecosystem/feathers-objection/issues/123)
1017
- $modifyEager issue [\#122](https://github.com/feathersjs-ecosystem/feathers-objection/issues/122)
1118
- Missing documentation on insertGraph [\#121](https://github.com/feathersjs-ecosystem/feathers-objection/issues/121)
1219
- Bug: Query customization doesn't apply to the count SQL query [\#120](https://github.com/feathersjs-ecosystem/feathers-objection/issues/120)
@@ -49,6 +56,10 @@
4956
- \[Q\] query service with property in array of objects jsonb [\#111](https://github.com/feathersjs-ecosystem/feathers-objection/issues/111)
5057
- Relate [\#110](https://github.com/feathersjs-ecosystem/feathers-objection/issues/110)
5158

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+
5263
## [v5.7.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v5.7.0) (2020-07-25)
5364

5465
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v5.6.0...v5.7.0)
@@ -250,7 +261,6 @@
250261

251262
**Merged pull requests:**
252263

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))
254264
- Add any as default type parameter [\#73](https://github.com/feathersjs-ecosystem/feathers-objection/pull/73) ([daffl](https://github.com/daffl))
255265

256266
## [v4.6.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v4.6.0) (2019-12-06)
@@ -285,6 +295,7 @@
285295
**Merged pull requests:**
286296

287297
- 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))
288299

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

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

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

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

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

@@ -644,6 +650,7 @@
644650

645651
**Merged pull requests:**
646652

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

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

0 commit comments

Comments
 (0)