Skip to content

Commit 540bd04

Browse files
committed
Updating changelog
1 parent d0a40fb commit 540bd04

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

CHANGELOG.md

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

77
**Merged pull requests:**
88

9-
- iff.else working [\#668](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/668) ([fratzinger](https://github.com/fratzinger))
9+
- fix\(esm\): import errors from @feathersjs/errors [\#675](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/675) ([fratzinger](https://github.com/fratzinger))
10+
11+
## [v6.1.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.2) (2022-06-09)
12+
13+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.1...v6.1.2)
14+
15+
**Closed issues:**
16+
17+
- Modules import [\#672](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/672)
18+
- import pkg from '@feathersjs/errors'; const { BadRequest } = pkg; [\#671](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/671)
19+
- iff\(\) hooks are skipped when there's a .else\(\) [\#666](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/666)
1020

1121
## [v6.1.1](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.1) (2022-05-31)
1222

@@ -19,6 +29,10 @@
1929
- Concrete fastJoin example needed - populate id in array [\#535](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/535)
2030
- PreventChanges opposite [\#503](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/503)
2131

32+
**Merged pull requests:**
33+
34+
- iff.else working [\#668](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/668) ([fratzinger](https://github.com/fratzinger))
35+
2236
## [v6.1.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.0) (2022-05-22)
2337

2438
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.0.0...v6.1.0)
@@ -141,7 +155,6 @@
141155
- 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)
142156
- Validation hook for passwords [\#471](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/471)
143157
- Support $search for MongoDB [\#451](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/451)
144-
- Hook to set HTTP status code [\#443](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/443)
145158

146159
**Merged pull requests:**
147160

@@ -462,10 +475,6 @@
462475

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

465-
**Closed issues:**
466-
467-
- fastJoin applied but not sent to client when called from server [\#446](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/446)
468-
469478
**Merged pull requests:**
470479

471480
- Typings: Add context to resolver callback arguments. [\#448](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/448) ([j2L4e](https://github.com/j2L4e))
@@ -478,10 +487,6 @@
478487

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

481-
**Merged pull requests:**
482-
483-
- fix: isProvider returns a boolean [\#444](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/444) ([bitflower](https://github.com/bitflower))
484-
485490
## [v4.17.4](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.17.4) (2018-09-13)
486491

487492
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.3...v4.17.4)
@@ -490,10 +495,6 @@
490495

491496
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.2...v4.17.3)
492497

493-
**Merged pull requests:**
494-
495-
- Add documentation links to typings [\#442](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/442) ([j2L4e](https://github.com/j2L4e))
496-
497498
## [v4.17.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.17.2) (2018-09-10)
498499

499500
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.1...v4.17.2)

0 commit comments

Comments
 (0)