Skip to content

Commit 6b8c16d

Browse files
committed
Updating changelog
1 parent 97b3308 commit 6b8c16d

File tree

1 file changed

+11
-32
lines changed

1 file changed

+11
-32
lines changed

CHANGELOG.md

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

77
**Merged pull requests:**
88

9-
- chore: update dependencies & @feathersjs/feathers as peerDependency [\#721](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/721) ([fratzinger](https://github.com/fratzinger))
10-
- \[docs\] Fix softDelete arguments array [\#716](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/716) ([mdartic](https://github.com/mdartic))
9+
- feat\(debug\): improve debug & update dependencies [\#729](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/729) ([fratzinger](https://github.com/fratzinger))
10+
11+
## [v8.1.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.1.0) (2023-08-23)
12+
13+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v8.0.0...v8.1.0)
1114

1215
## [v8.0.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.0.0) (2023-06-15)
1316

@@ -18,6 +21,11 @@
1821
- \[FR\] patch2Update hook [\#530](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/530)
1922
- \[FR\] simplifyAllObjects [\#527](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/527)
2023

24+
**Merged pull requests:**
25+
26+
- chore: update dependencies & @feathersjs/feathers as peerDependency [\#721](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/721) ([fratzinger](https://github.com/fratzinger))
27+
- \[docs\] Fix softDelete arguments array [\#716](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/716) ([mdartic](https://github.com/mdartic))
28+
2129
## [v7.0.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v7.0.3) (2023-04-06)
2230

2331
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v7.0.2...v7.0.3)
@@ -256,10 +264,6 @@
256264

257265
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v5.0.2...v5.0.3)
258266

259-
**Implemented enhancements:**
260-
261-
- Hook to support $search in query [\#501](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/501)
262-
263267
**Closed issues:**
264268

265269
- An in-range update of @feathersjs/feathers is breaking the build 🚨 [\#583](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/583)
@@ -292,7 +296,6 @@
292296
**Closed issues:**
293297

294298
- TypeScript definition for fastJoin don't reflect examples for recursive resolvers [\#521](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/521)
295-
- Write docs for sequelizeConvert [\#497](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/497)
296299

297300
**Merged pull requests:**
298301

@@ -381,42 +384,18 @@
381384

382385
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.20.1...v4.20.2)
383386

384-
**Closed issues:**
385-
386-
- Add typings for sequelizeConvert [\#498](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/498)
387-
388-
**Merged pull requests:**
389-
390-
- add types for sequelizeConvert hook [\#502](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/502) ([j2L4e](https://github.com/j2L4e))
391-
392387
## [v4.20.1](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.20.1) (2019-01-11)
393388

394389
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.20.0...v4.20.1)
395390

396-
**Merged pull requests:**
397-
398-
- update type definition for debug hook [\#500](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/500) ([brane53](https://github.com/brane53))
399-
400391
## [v4.20.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.20.0) (2019-01-07)
401392

402393
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.19.8...v4.20.0)
403394

404-
**Merged pull requests:**
405-
406-
- Delete unused fgraphql-async. Added sequelizeConvert. [\#499](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/499) ([eddyystop](https://github.com/eddyystop))
407-
408395
## [v4.19.8](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.19.8) (2019-01-04)
409396

410397
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.19.7...v4.19.8)
411398

412-
**Fixed bugs:**
413-
414-
- Typings needed for libphonenumber-js [\#495](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/495)
415-
416-
**Merged pull requests:**
417-
418-
- move `@types/graphql` package from `devDependencies` into `dependencies` [\#496](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/496) ([j2L4e](https://github.com/j2L4e))
419-
420399
## [v4.19.7](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.19.7) (2019-01-04)
421400

422401
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.19.6...v4.19.7)

0 commit comments

Comments
 (0)