|
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/v6.0.0-2...HEAD) |
| 5 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.0.0...HEAD) |
6 | 6 |
|
7 | 7 | **Merged pull requests:**
|
8 | 8 |
|
| 9 | +- port to ts [\#663](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/663) ([fratzinger](https://github.com/fratzinger)) |
9 | 10 | - chore\(dependencies\): Update all dependencies [\#643](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/643) ([daffl](https://github.com/daffl))
|
10 | 11 | - fix\(checkContext\): type as array [\#636](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/636) ([fratzinger](https://github.com/fratzinger))
|
11 | 12 | - Update migrating.md [\#635](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/635) ([indatawetrust](https://github.com/indatawetrust))
|
12 | 13 | - chore\(dependencies\): Update all dependencies [\#633](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/633) ([daffl](https://github.com/daffl))
|
13 | 14 | - \[FIX\] Missing arrow function syntax [\#632](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/632) ([luan0ap](https://github.com/luan0ap))
|
14 | 15 |
|
| 16 | +## [v6.0.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.0.0) (2022-05-22) |
| 17 | + |
| 18 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.0.0-2...v6.0.0) |
| 19 | + |
| 20 | +**Closed issues:** |
| 21 | + |
| 22 | +- IDE \(VSCode\) confused? [\#656](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/656) |
| 23 | + |
15 | 24 | ## [v6.0.0-2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.0.0-2) (2022-05-21)
|
16 | 25 |
|
17 | 26 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.0.0-1...v6.0.0-2)
|
|
53 | 62 | **Closed issues:**
|
54 | 63 |
|
55 | 64 | - SoftDelete hook: No record found for id [\#584](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/584)
|
56 |
| -- Suggestion: coercion hook [\#418](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/418) |
57 | 65 |
|
58 | 66 | **Merged pull requests:**
|
59 | 67 |
|
|
107 | 115 | - Support $search for MongoDB [\#451](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/451)
|
108 | 116 | - Hook to set HTTP status code [\#443](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/443)
|
109 | 117 | - find and stash [\#430](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/430)
|
110 |
| -- Convert JS dates to/from strings/integers on service calls. [\#429](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/429) |
111 |
| -- suggestion: hook to emit \(fake\) event [\#422](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/422) |
112 | 118 |
|
113 | 119 | **Merged pull requests:**
|
114 | 120 |
|
|
182 | 188 | - Remove fgraphql-async as its not used [\#482](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/482)
|
183 | 189 | - Proposal: Don't mutate objects in common hooks [\#480](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/480)
|
184 | 190 | - Support dot notation in params.query [\#441](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/441)
|
185 |
| -- keep doesn't keep false values [\#425](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/425) |
186 | 191 |
|
187 | 192 | **Merged pull requests:**
|
188 | 193 |
|
|
492 | 497 |
|
493 | 498 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.16.2...v4.16.3)
|
494 | 499 |
|
495 |
| -**Implemented enhancements:** |
496 |
| - |
497 |
| -- Cache with mongoose ObjectId will fail to find the keyFieldName in cache [\#424](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/424) |
498 |
| - |
499 | 500 | **Closed issues:**
|
500 | 501 |
|
501 | 502 | - Create TypeScript typings for this package [\#432](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/432)
|
502 | 503 |
|
503 | 504 | **Merged pull requests:**
|
504 | 505 |
|
505 | 506 | - Added `keepQuery` support for keeping props with dot in their name [\#431](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/431) ([dekelev](https://github.com/dekelev))
|
506 |
| -- Update alter-items.js [\#428](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/428) ([bertho-zero](https://github.com/bertho-zero)) |
507 | 507 |
|
508 | 508 | ## [v4.16.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.16.2) (2018-08-14)
|
509 | 509 |
|
510 | 510 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.16.1...v4.16.2)
|
511 | 511 |
|
512 |
| -**Merged pull requests:** |
513 |
| - |
514 |
| -- Enhanced cache with MongoDB/Mongoose support [\#427](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/427) ([eddyystop](https://github.com/eddyystop)) |
515 |
| - |
516 | 512 | ## [v4.16.1](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.16.1) (2018-08-14)
|
517 | 513 |
|
518 | 514 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.16.0...v4.16.1)
|
519 | 515 |
|
520 |
| -**Merged pull requests:** |
521 |
| - |
522 |
| -- Allows custom methods in checkContext [\#426](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/426) ([eddyystop](https://github.com/eddyystop)) |
523 |
| - |
524 | 516 | ## [v4.16.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.16.0) (2018-08-04)
|
525 | 517 |
|
526 | 518 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.15.0...v4.16.0)
|
527 | 519 |
|
528 |
| -**Merged pull requests:** |
529 |
| - |
530 |
| -- Added prep for skipRemaingHooksOnFlag [\#423](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/423) ([eddyystop](https://github.com/eddyystop)) |
531 |
| -- Delete's not a thing [\#421](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/421) ([rayfoss](https://github.com/rayfoss)) |
532 |
| -- Added `keepInArray` hook to keep fields from a nested array [\#420](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/420) ([dekelev](https://github.com/dekelev)) |
533 |
| - |
534 | 520 | ## [v4.15.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.15.0) (2018-07-24)
|
535 | 521 |
|
536 | 522 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.14.3...v4.15.0)
|
537 | 523 |
|
538 |
| -**Merged pull requests:** |
539 |
| - |
540 |
| -- Final changes and tests for softDelete2 [\#419](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/419) ([eddyystop](https://github.com/eddyystop)) |
541 |
| - |
542 | 524 | ## [v4.14.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.14.3) (2018-07-09)
|
543 | 525 |
|
544 | 526 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.14.2...v4.14.3)
|
|
0 commit comments