Skip to content

Commit 6f522b1

Browse files
committed
Updating changelog
1 parent 4b1ec6d commit 6f522b1

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

CHANGELOG.md

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

77
**Merged pull requests:**
88

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

1621
## [v6.0.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.0.0) (2022-05-22)
1722

@@ -21,6 +26,15 @@
2126

2227
- IDE \(VSCode\) confused? [\#656](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/656)
2328

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+
2438
## [v6.0.0-2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.0.0-2) (2022-05-21)
2539

2640
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.0.0-1...v6.0.0-2)
@@ -39,7 +53,6 @@
3953
- keep doesn't work as an after hook for get [\#640](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/640)
4054
- Feathers js - cannot throw error in map function [\#637](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/637)
4155
- 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)
4356

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

@@ -114,7 +127,6 @@
114127
- Validation hook for passwords [\#471](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/471)
115128
- Support $search for MongoDB [\#451](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/451)
116129
- 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)
118130

119131
**Merged pull requests:**
120132

@@ -483,28 +495,18 @@
483495
**Closed issues:**
484496

485497
- 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)
487498

488499
**Merged pull requests:**
489500

490501
- typings CI testing [\#440](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/440) ([j2L4e](https://github.com/j2L4e))
491502
- Revert "\[WIP\] Typings: Set up CI testing" [\#439](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/439) ([eddyystop](https://github.com/eddyystop))
492503
- \[WIP\] Typings: Set up CI testing [\#438](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/438) ([j2L4e](https://github.com/j2L4e))
493504
- 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))
495505

496506
## [v4.16.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.16.3) (2018-08-25)
497507

498508
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.16.2...v4.16.3)
499509

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-
508510
## [v4.16.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.16.2) (2018-08-14)
509511

510512
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.16.1...v4.16.2)

0 commit comments

Comments
 (0)