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

Commit 3e9d37a

Browse files
author
Dekel Barzilay
committed
Updated CHANGELOG file
1 parent 571a877 commit 3e9d37a

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

CHANGELOG.md

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

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+
317
## [v6.0.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v6.0.0) (2020-09-20)
418

519
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-objection/compare/v5.8.1...v6.0.0)
@@ -35,10 +49,6 @@
3549
- \[Q\] query service with property in array of objects jsonb [\#111](https://github.com/feathersjs-ecosystem/feathers-objection/issues/111)
3650
- Relate [\#110](https://github.com/feathersjs-ecosystem/feathers-objection/issues/110)
3751

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

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

241251
**Merged pull requests:**
242252

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

245256
## [v4.6.0](https://github.com/feathersjs-ecosystem/feathers-objection/tree/v4.6.0) (2019-12-06)

0 commit comments

Comments
 (0)