|
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/v8.0.0...HEAD) |
| 5 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v8.1.0...HEAD) |
6 | 6 |
|
7 | 7 | **Merged pull requests:**
|
8 | 8 |
|
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)) |
| 9 | +- feat\(debug\): improve debug & update dependencies [\#729](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/729) ([fratzinger](https://github.com/fratzinger)) |
| 10 | + |
| 11 | +## [v8.1.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.1.0) (2023-08-23) |
| 12 | + |
| 13 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v8.0.0...v8.1.0) |
11 | 14 |
|
12 | 15 | ## [v8.0.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.0.0) (2023-06-15)
|
13 | 16 |
|
|
18 | 21 | - \[FR\] patch2Update hook [\#530](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/530)
|
19 | 22 | - \[FR\] simplifyAllObjects [\#527](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/527)
|
20 | 23 |
|
| 24 | +**Merged pull requests:** |
| 25 | + |
| 26 | +- chore: update dependencies & @feathersjs/feathers as peerDependency [\#721](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/721) ([fratzinger](https://github.com/fratzinger)) |
| 27 | +- \[docs\] Fix softDelete arguments array [\#716](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/716) ([mdartic](https://github.com/mdartic)) |
| 28 | + |
21 | 29 | ## [v7.0.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v7.0.3) (2023-04-06)
|
22 | 30 |
|
23 | 31 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v7.0.2...v7.0.3)
|
|
256 | 264 |
|
257 | 265 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v5.0.2...v5.0.3)
|
258 | 266 |
|
259 |
| -**Implemented enhancements:** |
260 |
| - |
261 |
| -- Hook to support $search in query [\#501](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/501) |
262 |
| - |
263 | 267 | **Closed issues:**
|
264 | 268 |
|
265 | 269 | - An in-range update of @feathersjs/feathers is breaking the build 🚨 [\#583](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/583)
|
|
292 | 296 | **Closed issues:**
|
293 | 297 |
|
294 | 298 | - TypeScript definition for fastJoin don't reflect examples for recursive resolvers [\#521](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/521)
|
295 |
| -- Write docs for sequelizeConvert [\#497](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/497) |
296 | 299 |
|
297 | 300 | **Merged pull requests:**
|
298 | 301 |
|
|
381 | 384 |
|
382 | 385 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.20.1...v4.20.2)
|
383 | 386 |
|
384 |
| -**Closed issues:** |
385 |
| - |
386 |
| -- Add typings for sequelizeConvert [\#498](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/498) |
387 |
| - |
388 |
| -**Merged pull requests:** |
389 |
| - |
390 |
| -- add types for sequelizeConvert hook [\#502](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/502) ([j2L4e](https://github.com/j2L4e)) |
391 |
| - |
392 | 387 | ## [v4.20.1](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.20.1) (2019-01-11)
|
393 | 388 |
|
394 | 389 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.20.0...v4.20.1)
|
395 | 390 |
|
396 |
| -**Merged pull requests:** |
397 |
| - |
398 |
| -- update type definition for debug hook [\#500](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/500) ([brane53](https://github.com/brane53)) |
399 |
| - |
400 | 391 | ## [v4.20.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.20.0) (2019-01-07)
|
401 | 392 |
|
402 | 393 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.19.8...v4.20.0)
|
403 | 394 |
|
404 |
| -**Merged pull requests:** |
405 |
| - |
406 |
| -- Delete unused fgraphql-async. Added sequelizeConvert. [\#499](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/499) ([eddyystop](https://github.com/eddyystop)) |
407 |
| - |
408 | 395 | ## [v4.19.8](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.19.8) (2019-01-04)
|
409 | 396 |
|
410 | 397 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.19.7...v4.19.8)
|
411 | 398 |
|
412 |
| -**Fixed bugs:** |
413 |
| - |
414 |
| -- Typings needed for libphonenumber-js [\#495](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/495) |
415 |
| - |
416 |
| -**Merged pull requests:** |
417 |
| - |
418 |
| -- move `@types/graphql` package from `devDependencies` into `dependencies` [\#496](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/496) ([j2L4e](https://github.com/j2L4e)) |
419 |
| - |
420 | 399 | ## [v4.19.7](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.19.7) (2019-01-04)
|
421 | 400 |
|
422 | 401 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.19.6...v4.19.7)
|
|
0 commit comments