|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/HEAD)
|
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v7.0.3...HEAD) |
| 5 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v8.0.0...HEAD) |
6 | 6 |
|
7 | 7 | **Merged pull requests:**
|
8 | 8 |
|
9 |
| -- Pass additionalProperty name in nested objects to validateSchema error messages [\#712](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/712) ([ardcore](https://github.com/ardcore)) |
| 9 | +- chore: update dependencies & @feathersjs/feathers as peerDependency [\#721](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/721) ([fratzinger](https://github.com/fratzinger)) |
| 10 | +- \[docs\] Fix softDelete arguments array [\#716](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/716) ([mdartic](https://github.com/mdartic)) |
| 11 | + |
| 12 | +## [v8.0.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.0.0) (2023-06-15) |
| 13 | + |
| 14 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v7.0.3...v8.0.0) |
| 15 | + |
| 16 | +**Closed issues:** |
| 17 | + |
| 18 | +- \[FR\] patch2Update hook [\#530](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/530) |
| 19 | +- \[FR\] simplifyAllObjects [\#527](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/527) |
10 | 20 |
|
11 | 21 | ## [v7.0.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v7.0.3) (2023-04-06)
|
12 | 22 |
|
13 | 23 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v7.0.2...v7.0.3)
|
14 | 24 |
|
| 25 | +**Merged pull requests:** |
| 26 | + |
| 27 | +- Pass additionalProperty name in nested objects to validateSchema error messages [\#712](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/712) ([ardcore](https://github.com/ardcore)) |
| 28 | + |
15 | 29 | ## [v7.0.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v7.0.2) (2023-04-01)
|
16 | 30 |
|
17 | 31 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v7.0.1...v7.0.2)
|
|
245 | 259 | **Implemented enhancements:**
|
246 | 260 |
|
247 | 261 | - Hook to support $search in query [\#501](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/501)
|
248 |
| -- Pass client info into socket [\#493](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/493) |
249 | 262 |
|
250 | 263 | **Closed issues:**
|
251 | 264 |
|
|
408 | 421 |
|
409 | 422 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.19.6...v4.19.7)
|
410 | 423 |
|
411 |
| -**Closed issues:** |
412 |
| - |
413 |
| -- @feathersjs/commons dependency [\#492](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/492) |
414 |
| -- Validation hook for restful api [\#491](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/491) |
415 |
| - |
416 |
| -**Merged pull requests:** |
417 |
| - |
418 |
| -- Remove redundant $eq to be compatible with all database adapters [\#494](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/494) ([KidkArolis](https://github.com/KidkArolis)) |
419 |
| -- fix typings test [\#489](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/489) ([j2L4e](https://github.com/j2L4e)) |
420 |
| -- fix: use graphql as a dependency to resolve TS type definition problems [\#488](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/488) ([PowerMogli](https://github.com/PowerMogli)) |
421 |
| - |
422 | 424 | ## [v4.19.6](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.19.6) (2018-12-13)
|
423 | 425 |
|
424 | 426 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.19.5...v4.19.6)
|
|
0 commit comments