Skip to content

Commit 24bf949

Browse files
committed
Updating changelog
1 parent 70e3626 commit 24bf949

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

CHANGELOG.md

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

77
**Merged pull requests:**
88

9-
- fix: handle actOn dispatch correctly in replace items [\#751](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/751) ([jd1378](https://github.com/jd1378))
9+
- Fix/neotraverse [\#753](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/753) ([fratzinger](https://github.com/fratzinger))
10+
- chore: update tests for replaceItems with actOnDispatch [\#752](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/752) ([jd1378](https://github.com/jd1378))
11+
- docs\(traverse\): replace dead link [\#741](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/741) ([JulienZD](https://github.com/JulienZD))
12+
13+
## [v8.2.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.2.0) (2024-07-17)
14+
15+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v8.1.3...v8.2.0)
1016

1117
## [v8.1.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.1.3) (2024-06-10)
1218

@@ -16,6 +22,10 @@
1622

1723
- update replaceItems util to support pagination on dispatch [\#750](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/750)
1824

25+
**Merged pull requests:**
26+
27+
- fix: handle actOn dispatch correctly in replace items [\#751](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/751) ([jd1378](https://github.com/jd1378))
28+
1929
## [v8.1.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.1.2) (2024-01-17)
2030

2131
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v8.1.1...v8.1.2)
@@ -316,10 +326,6 @@
316326

317327
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v5.0.0...v5.0.1)
318328

319-
**Closed issues:**
320-
321-
- TypeScript definition for fastJoin don't reflect examples for recursive resolvers [\#521](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/521)
322-
323329
**Merged pull requests:**
324330

325331
- Tweaks for v5 release [\#560](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/560) ([daffl](https://github.com/daffl))
@@ -342,12 +348,6 @@
342348
- version upgrade for feathers v4 [\#531](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/531)
343349
- SoftDelete2 - before hook for 'get' method returned invalid hook object [\#528](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/528)
344350
- Doesn't work with @feathersjs/feathers@^4.3.0-pre.3 [\#526](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/526)
345-
- SoftDelete2 throws with feathers-sequelize 5 and above [\#524](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/524)
346-
- Race Condition in defaultPatchCall of SoftDelete2 [\#523](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/523)
347-
- SoftDelete2 Skip Symbol mismatch in browser [\#522](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/522)
348-
- \[REGRESSION\]: 4.8.0-4.20.7 args is not iterable error on initiation [\#520](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/520)
349-
- populate include array [\#519](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/519)
350-
- fastJoin not reactive [\#517](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/517)
351351

352352
**Merged pull requests:**
353353

@@ -367,8 +367,6 @@
367367
- Update badges [\#537](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/537) ([daffl](https://github.com/daffl))
368368
- Upgrade to Feathers v4 [\#536](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/536) ([daffl](https://github.com/daffl))
369369
- Update dependencies to enable Greenkeeper 🌴 [\#534](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/534) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
370-
- Update README.md [\#525](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/525) ([bartduisters](https://github.com/bartduisters))
371-
- Upgrade ajv dependency and fix failing tests. [\#518](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/518) ([rybaczewa](https://github.com/rybaczewa))
372370

373371
## [v4.20.7](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.20.7) (2019-02-22)
374372

0 commit comments

Comments
 (0)