Skip to content

Commit 0098dd5

Browse files
committed
Updating changelog
1 parent 88a1f67 commit 0098dd5

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

CHANGELOG.md

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

77
**Merged pull requests:**
88

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))
9+
- iff.else working [\#668](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/668) ([fratzinger](https://github.com/fratzinger))
10+
11+
## [v6.1.1](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.1) (2022-05-31)
12+
13+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.0...v6.1.1)
14+
15+
**Closed issues:**
16+
17+
- alterItems requires returning item when multi is true [\#649](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/649)
18+
- Gets bad request when i pass any value with paramsForServer [\#590](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/590)
19+
- Concrete fastJoin example needed - populate id in array [\#535](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/535)
20+
- PreventChanges opposite [\#503](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/503)
1021

1122
## [v6.1.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.0) (2022-05-22)
1223

@@ -18,6 +29,10 @@
1829
- 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)
1930
- feathers js - cannot access correct config file [\#620](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/620)
2031

32+
**Merged pull requests:**
33+
34+
- ts: Add setField hook from feathers-authentication-hooks [\#664](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/664) ([fratzinger](https://github.com/fratzinger))
35+
2136
## [v6.0.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.0.0) (2022-05-22)
2237

2338
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.0.0-2...v6.0.0)
@@ -199,7 +214,6 @@
199214
- Many-to-many fastJoin [\#505](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/505)
200215
- Remove fgraphql-async as its not used [\#482](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/482)
201216
- Proposal: Don't mutate objects in common hooks [\#480](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/480)
202-
- Support dot notation in params.query [\#441](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/441)
203217

204218
**Merged pull requests:**
205219

@@ -492,17 +506,6 @@
492506

493507
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.16.3...v4.17.0)
494508

495-
**Closed issues:**
496-
497-
- Which hook to use? [\#436](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/436)
498-
499-
**Merged pull requests:**
500-
501-
- typings CI testing [\#440](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/440) ([j2L4e](https://github.com/j2L4e))
502-
- Revert "\[WIP\] Typings: Set up CI testing" [\#439](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/439) ([eddyystop](https://github.com/eddyystop))
503-
- \[WIP\] Typings: Set up CI testing [\#438](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/438) ([j2L4e](https://github.com/j2L4e))
504-
- add typings file + infrastructure [\#437](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/437) ([j2L4e](https://github.com/j2L4e))
505-
506509
## [v4.16.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.16.3) (2018-08-25)
507510

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

0 commit comments

Comments
 (0)