|
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...HEAD) |
| 5 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.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)) |
10 | | -- chore\(dependencies\): Update all dependencies [\#643](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/643) ([daffl](https://github.com/daffl)) |
11 | | -- fix\(checkContext\): type as array [\#636](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/636) ([fratzinger](https://github.com/fratzinger)) |
12 | | -- Update migrating.md [\#635](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/635) ([indatawetrust](https://github.com/indatawetrust)) |
13 | | -- chore\(dependencies\): Update all dependencies [\#633](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/633) ([daffl](https://github.com/daffl)) |
14 | | -- \[FIX\] Missing arrow function syntax [\#632](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/632) ([luan0ap](https://github.com/luan0ap)) |
| 9 | +- ts: Add setField hook from feathers-authentication-hooks [\#664](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/664) ([fratzinger](https://github.com/fratzinger)) |
| 10 | + |
| 11 | +## [v6.1.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.0) (2022-05-22) |
| 12 | + |
| 13 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.0.0...v6.1.0) |
| 14 | + |
| 15 | +**Closed issues:** |
| 16 | + |
| 17 | +- Link in docs for batch loaders explanation is broken [\#657](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/657) |
| 18 | +- batch-loader guide link is broken on the website: https://hooks-common.feathersjs.com [\#648](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/648) |
| 19 | +- feathers js - cannot access correct config file [\#620](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/620) |
15 | 20 |
|
16 | 21 | ## [v6.0.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.0.0) (2022-05-22) |
17 | 22 |
|
|
21 | 26 |
|
22 | 27 | - IDE \(VSCode\) confused? [\#656](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/656) |
23 | 28 |
|
| 29 | +**Merged pull requests:** |
| 30 | + |
| 31 | +- port to ts [\#663](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/663) ([fratzinger](https://github.com/fratzinger)) |
| 32 | +- chore\(dependencies\): Update all dependencies [\#643](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/643) ([daffl](https://github.com/daffl)) |
| 33 | +- fix\(checkContext\): type as array [\#636](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/636) ([fratzinger](https://github.com/fratzinger)) |
| 34 | +- Update migrating.md [\#635](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/635) ([indatawetrust](https://github.com/indatawetrust)) |
| 35 | +- chore\(dependencies\): Update all dependencies [\#633](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/633) ([daffl](https://github.com/daffl)) |
| 36 | +- \[FIX\] Missing arrow function syntax [\#632](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/632) ([luan0ap](https://github.com/luan0ap)) |
| 37 | + |
24 | 38 | ## [v6.0.0-2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.0.0-2) (2022-05-21) |
25 | 39 |
|
26 | 40 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.0.0-1...v6.0.0-2) |
|
39 | 53 | - keep doesn't work as an after hook for get [\#640](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/640) |
40 | 54 | - Feathers js - cannot throw error in map function [\#637](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/637) |
41 | 55 | - For MongoDB hook to convert context.params.user.\_id to an ObjectID [\#456](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/456) |
42 | | -- Authorization hook [\#433](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/433) |
43 | 56 |
|
44 | 57 | ## [v5.0.6](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v5.0.6) (2021-05-14) |
45 | 58 |
|
|
114 | 127 | - Validation hook for passwords [\#471](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/471) |
115 | 128 | - Support $search for MongoDB [\#451](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/451) |
116 | 129 | - Hook to set HTTP status code [\#443](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/443) |
117 | | -- find and stash [\#430](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/430) |
118 | 130 |
|
119 | 131 | **Merged pull requests:** |
120 | 132 |
|
|
483 | 495 | **Closed issues:** |
484 | 496 |
|
485 | 497 | - Which hook to use? [\#436](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/436) |
486 | | -- discard not working [\#435](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/435) |
487 | 498 |
|
488 | 499 | **Merged pull requests:** |
489 | 500 |
|
490 | 501 | - typings CI testing [\#440](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/440) ([j2L4e](https://github.com/j2L4e)) |
491 | 502 | - Revert "\[WIP\] Typings: Set up CI testing" [\#439](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/439) ([eddyystop](https://github.com/eddyystop)) |
492 | 503 | - \[WIP\] Typings: Set up CI testing [\#438](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/438) ([j2L4e](https://github.com/j2L4e)) |
493 | 504 | - add typings file + infrastructure [\#437](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/437) ([j2L4e](https://github.com/j2L4e)) |
494 | | -- Update npm installed version [\#434](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/434) ([bravo-kernel](https://github.com/bravo-kernel)) |
495 | 505 |
|
496 | 506 | ## [v4.16.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.16.3) (2018-08-25) |
497 | 507 |
|
498 | 508 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.16.2...v4.16.3) |
499 | 509 |
|
500 | | -**Closed issues:** |
501 | | - |
502 | | -- Create TypeScript typings for this package [\#432](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/432) |
503 | | - |
504 | | -**Merged pull requests:** |
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)) |
507 | | - |
508 | 510 | ## [v4.16.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.16.2) (2018-08-14) |
509 | 511 |
|
510 | 512 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.16.1...v4.16.2) |
|
0 commit comments