|
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.4...HEAD) |
| 5 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.5...HEAD) |
6 | 6 |
|
7 | 7 | **Merged pull requests:**
|
8 | 8 |
|
9 |
| -- Fixing issue \#2692 [\#680](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/680) ([zaheraldefai](https://github.com/zaheraldefai)) |
| 9 | +- fix: add js extension to lodash imports [\#684](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/684) ([fratzinger](https://github.com/fratzinger)) |
| 10 | +- Update hooks documentation - setField [\#683](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/683) ([arnoldtkl](https://github.com/arnoldtkl)) |
| 11 | + |
| 12 | +## [v6.1.5](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.5) (2022-07-31) |
| 13 | + |
| 14 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.4...v6.1.5) |
| 15 | + |
| 16 | +**Closed issues:** |
| 17 | + |
| 18 | +- Wrong lodash imports [\#674](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/674) |
10 | 19 |
|
11 | 20 | ## [v6.1.4](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.4) (2022-07-24)
|
12 | 21 |
|
|
19 | 28 | - Export Error "hrtime" in typescript Vite Application [\#676](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/676)
|
20 | 29 | - Update in imports errors [\#673](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/673)
|
21 | 30 |
|
| 31 | +**Merged pull requests:** |
| 32 | + |
| 33 | +- Fixing issue \#2692 [\#680](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/680) ([zaheraldefai](https://github.com/zaheraldefai)) |
| 34 | + |
22 | 35 | ## [v6.1.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.3) (2022-06-10)
|
23 | 36 |
|
24 | 37 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.2...v6.1.3)
|
|
104 | 117 | - Usage of feathers common hook in custom hook [\#642](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/642)
|
105 | 118 | - keep doesn't work as an after hook for get [\#640](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/640)
|
106 | 119 | - Feathers js - cannot throw error in map function [\#637](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/637)
|
107 |
| -- For MongoDB hook to convert context.params.user.\_id to an ObjectID [\#456](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/456) |
108 | 120 |
|
109 | 121 | ## [v5.0.6](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v5.0.6) (2021-05-14)
|
110 | 122 |
|
|
218 | 230 |
|
219 | 231 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.20.7...v5.0.0)
|
220 | 232 |
|
221 |
| -**Fixed bugs:** |
222 |
| - |
223 |
| -- Clarification on softDelete2 [\#455](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/455) |
224 |
| - |
225 | 233 | **Closed issues:**
|
226 | 234 |
|
227 | 235 | - An in-range update of @feathersjs/feathers is breaking the build 🚨 [\#558](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/558)
|
|
436 | 444 | - Difference between serialize and alterItems [\#464](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/464)
|
437 | 445 | - softDelete2 returns error on delete [\#462](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/462)
|
438 | 446 |
|
439 |
| -**Merged pull requests:** |
440 |
| - |
441 |
| -- Added `keepQueryInArray` hook to keep query fields from a nested array [\#454](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/454) ([dekelev](https://github.com/dekelev)) |
442 |
| - |
443 | 447 | ## [v4.17.14](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.17.14) (2018-11-01)
|
444 | 448 |
|
445 | 449 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.13...v4.17.14)
|
|
464 | 468 |
|
465 | 469 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.10...v4.17.11)
|
466 | 470 |
|
467 |
| -**Closed issues:** |
468 |
| - |
469 |
| -- fastJoin loop [\#453](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/453) |
470 |
| - |
471 | 471 | **Merged pull requests:**
|
472 | 472 |
|
473 | 473 | - Added fgraphql hook. [\#457](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/457) ([eddyystop](https://github.com/eddyystop))
|
|
0 commit comments