Skip to content

Commit 128db6b

Browse files
committed
Updating changelog
1 parent 63d289f commit 128db6b

File tree

1 file changed

+10
-28
lines changed

1 file changed

+10
-28
lines changed

CHANGELOG.md

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,25 @@
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-2...HEAD)
5+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.0.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))
910
- chore\(dependencies\): Update all dependencies [\#643](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/643) ([daffl](https://github.com/daffl))
1011
- fix\(checkContext\): type as array [\#636](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/636) ([fratzinger](https://github.com/fratzinger))
1112
- Update migrating.md [\#635](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/635) ([indatawetrust](https://github.com/indatawetrust))
1213
- chore\(dependencies\): Update all dependencies [\#633](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/633) ([daffl](https://github.com/daffl))
1314
- \[FIX\] Missing arrow function syntax [\#632](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/632) ([luan0ap](https://github.com/luan0ap))
1415

16+
## [v6.0.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.0.0) (2022-05-22)
17+
18+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.0.0-2...v6.0.0)
19+
20+
**Closed issues:**
21+
22+
- IDE \(VSCode\) confused? [\#656](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/656)
23+
1524
## [v6.0.0-2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.0.0-2) (2022-05-21)
1625

1726
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.0.0-1...v6.0.0-2)
@@ -53,7 +62,6 @@
5362
**Closed issues:**
5463

5564
- SoftDelete hook: No record found for id [\#584](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/584)
56-
- Suggestion: coercion hook [\#418](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/418)
5765

5866
**Merged pull requests:**
5967

@@ -107,8 +115,6 @@
107115
- Support $search for MongoDB [\#451](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/451)
108116
- Hook to set HTTP status code [\#443](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/443)
109117
- find and stash [\#430](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/430)
110-
- Convert JS dates to/from strings/integers on service calls. [\#429](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/429)
111-
- suggestion: hook to emit \(fake\) event [\#422](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/422)
112118

113119
**Merged pull requests:**
114120

@@ -182,7 +188,6 @@
182188
- Remove fgraphql-async as its not used [\#482](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/482)
183189
- Proposal: Don't mutate objects in common hooks [\#480](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/480)
184190
- Support dot notation in params.query [\#441](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/441)
185-
- keep doesn't keep false values [\#425](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/425)
186191

187192
**Merged pull requests:**
188193

@@ -492,53 +497,30 @@
492497

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

495-
**Implemented enhancements:**
496-
497-
- Cache with mongoose ObjectId will fail to find the keyFieldName in cache [\#424](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/424)
498-
499500
**Closed issues:**
500501

501502
- Create TypeScript typings for this package [\#432](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/432)
502503

503504
**Merged pull requests:**
504505

505506
- 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))
506-
- Update alter-items.js [\#428](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/428) ([bertho-zero](https://github.com/bertho-zero))
507507

508508
## [v4.16.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.16.2) (2018-08-14)
509509

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

512-
**Merged pull requests:**
513-
514-
- Enhanced cache with MongoDB/Mongoose support [\#427](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/427) ([eddyystop](https://github.com/eddyystop))
515-
516512
## [v4.16.1](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.16.1) (2018-08-14)
517513

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

520-
**Merged pull requests:**
521-
522-
- Allows custom methods in checkContext [\#426](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/426) ([eddyystop](https://github.com/eddyystop))
523-
524516
## [v4.16.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.16.0) (2018-08-04)
525517

526518
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.15.0...v4.16.0)
527519

528-
**Merged pull requests:**
529-
530-
- Added prep for skipRemaingHooksOnFlag [\#423](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/423) ([eddyystop](https://github.com/eddyystop))
531-
- Delete's not a thing [\#421](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/421) ([rayfoss](https://github.com/rayfoss))
532-
- Added `keepInArray` hook to keep fields from a nested array [\#420](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/420) ([dekelev](https://github.com/dekelev))
533-
534520
## [v4.15.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.15.0) (2018-07-24)
535521

536522
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.14.3...v4.15.0)
537523

538-
**Merged pull requests:**
539-
540-
- Final changes and tests for softDelete2 [\#419](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/419) ([eddyystop](https://github.com/eddyystop))
541-
542524
## [v4.14.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.14.3) (2018-07-09)
543525

544526
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.14.2...v4.14.3)

0 commit comments

Comments
 (0)