Skip to content

Commit 7d8661c

Browse files
committed
Updating changelog
1 parent 2a84d31 commit 7d8661c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22

33
## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/HEAD)
44

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)
66

77
**Merged pull requests:**
88

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)
1019

1120
## [v6.1.4](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.4) (2022-07-24)
1221

@@ -19,6 +28,10 @@
1928
- Export Error "hrtime" in typescript Vite Application [\#676](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/676)
2029
- Update in imports errors [\#673](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/673)
2130

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+
2235
## [v6.1.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.3) (2022-06-10)
2336

2437
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.2...v6.1.3)
@@ -104,7 +117,6 @@
104117
- Usage of feathers common hook in custom hook [\#642](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/642)
105118
- keep doesn't work as an after hook for get [\#640](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/640)
106119
- 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)
108120

109121
## [v5.0.6](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v5.0.6) (2021-05-14)
110122

@@ -218,10 +230,6 @@
218230

219231
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.20.7...v5.0.0)
220232

221-
**Fixed bugs:**
222-
223-
- Clarification on softDelete2 [\#455](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/455)
224-
225233
**Closed issues:**
226234

227235
- An in-range update of @feathersjs/feathers is breaking the build 🚨 [\#558](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/558)
@@ -436,10 +444,6 @@
436444
- Difference between serialize and alterItems [\#464](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/464)
437445
- softDelete2 returns error on delete [\#462](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/462)
438446

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-
443447
## [v4.17.14](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.17.14) (2018-11-01)
444448

445449
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.13...v4.17.14)
@@ -464,10 +468,6 @@
464468

465469
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.10...v4.17.11)
466470

467-
**Closed issues:**
468-
469-
- fastJoin loop [\#453](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/453)
470-
471471
**Merged pull requests:**
472472

473473
- Added fgraphql hook. [\#457](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/457) ([eddyystop](https://github.com/eddyystop))

0 commit comments

Comments
 (0)