Skip to content

Commit 4c0d713

Browse files
committed
Updating changelog
1 parent 70f082c commit 4c0d713

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,31 @@
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.3...HEAD)
5+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.4...HEAD)
66

77
**Merged pull requests:**
88

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

1122
## [v6.1.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.3) (2022-06-10)
1223

1324
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.2...v6.1.3)
1425

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+
1530
## [v6.1.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.2) (2022-06-09)
1631

1732
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.1...v6.1.2)
@@ -162,7 +177,6 @@
162177
- Argument of type xxx is not assignable to parameter of type xxx [\#579](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/579)
163178
- 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)
164179
- 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)
166180

167181
**Merged pull requests:**
168182

@@ -190,7 +204,6 @@
190204
**Implemented enhancements:**
191205

192206
- 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)
194207

195208
**Closed issues:**
196209

@@ -467,10 +480,6 @@
467480

468481
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.8...v4.17.9)
469482

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-
474483
## [v4.17.8](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.17.8) (2018-09-24)
475484

476485
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.7...v4.17.8)
@@ -479,10 +488,6 @@
479488

480489
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.6...v4.17.7)
481490

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-
486491
## [v4.17.6](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.17.6) (2018-09-19)
487492

488493
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.5...v4.17.6)

0 commit comments

Comments
 (0)