|
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.1.3...HEAD) |
| 5 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.4...HEAD) |
6 | 6 |
|
7 | 7 | **Merged pull requests:**
|
8 | 8 |
|
9 |
| -- refactor: remove hrtime and do Date.now [\#677](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/677) ([fratzinger](https://github.com/fratzinger)) |
| 9 | +- Fixing issue \#2692 [\#680](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/680) ([zaheraldefai](https://github.com/zaheraldefai)) |
| 10 | + |
| 11 | +## [v6.1.4](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.4) (2022-07-24) |
| 12 | + |
| 13 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.3...v6.1.4) |
| 14 | + |
| 15 | +**Closed issues:** |
| 16 | + |
| 17 | +- \[Bug\] PreventChanges hook prevents only last defined field [\#679](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/679) |
| 18 | +- isProvider\(\) not working as expected [\#678](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/678) |
| 19 | +- Export Error "hrtime" in typescript Vite Application [\#676](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/676) |
| 20 | +- Update in imports errors [\#673](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/673) |
10 | 21 |
|
11 | 22 | ## [v6.1.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.3) (2022-06-10)
|
12 | 23 |
|
13 | 24 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.2...v6.1.3)
|
14 | 25 |
|
| 26 | +**Merged pull requests:** |
| 27 | + |
| 28 | +- refactor: remove hrtime and do Date.now [\#677](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/677) ([fratzinger](https://github.com/fratzinger)) |
| 29 | + |
15 | 30 | ## [v6.1.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.2) (2022-06-09)
|
16 | 31 |
|
17 | 32 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.1...v6.1.2)
|
|
162 | 177 | - Argument of type xxx is not assignable to parameter of type xxx [\#579](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/579)
|
163 | 178 | - Cache hook returns improper values when using $select or query on methods other than find\(\) [\#575](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/575)
|
164 | 179 | - Validation hook for passwords [\#471](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/471)
|
165 |
| -- Support $search for MongoDB [\#451](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/451) |
166 | 180 |
|
167 | 181 | **Merged pull requests:**
|
168 | 182 |
|
|
190 | 204 | **Implemented enhancements:**
|
191 | 205 |
|
192 | 206 | - Doument fgraphql [\#466](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/466)
|
193 |
| -- Clarify fastJoin API docs. [\#452](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/452) |
194 | 207 |
|
195 | 208 | **Closed issues:**
|
196 | 209 |
|
|
467 | 480 |
|
468 | 481 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.8...v4.17.9)
|
469 | 482 |
|
470 |
| -**Merged pull requests:** |
471 |
| - |
472 |
| -- Add missing 'create' method in MethodName type [\#449](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/449) ([murbanowicz](https://github.com/murbanowicz)) |
473 |
| - |
474 | 483 | ## [v4.17.8](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.17.8) (2018-09-24)
|
475 | 484 |
|
476 | 485 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.7...v4.17.8)
|
|
479 | 488 |
|
480 | 489 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.6...v4.17.7)
|
481 | 490 |
|
482 |
| -**Merged pull requests:** |
483 |
| - |
484 |
| -- Typings: Add context to resolver callback arguments. [\#448](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/448) ([j2L4e](https://github.com/j2L4e)) |
485 |
| - |
486 | 491 | ## [v4.17.6](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.17.6) (2018-09-19)
|
487 | 492 |
|
488 | 493 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.5...v4.17.6)
|
|
0 commit comments