Skip to content

Commit aeb5c56

Browse files
committed
Updating changelog
1 parent 37d4552 commit aeb5c56

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

CHANGELOG.md

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

77
**Merged pull requests:**
88

9-
- chore: update dependencies & migrate to vitest from mocha/chai [\#739](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/739) ([fratzinger](https://github.com/fratzinger))
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))
10+
11+
## [v8.1.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.1.3) (2024-06-10)
12+
13+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v8.1.2...v8.1.3)
14+
15+
**Closed issues:**
16+
17+
- update replaceItems util to support pagination on dispatch [\#750](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/750)
1018

1119
## [v8.1.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.1.2) (2024-01-17)
1220

1321
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v8.1.1...v8.1.2)
1422

23+
**Merged pull requests:**
24+
25+
- chore: update dependencies & migrate to vitest from mocha/chai [\#739](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/739) ([fratzinger](https://github.com/fratzinger))
26+
1527
## [v8.1.1](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.1.1) (2023-08-23)
1628

1729
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v8.1.0...v8.1.1)
@@ -336,10 +348,6 @@
336348
- \[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)
337349
- populate include array [\#519](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/519)
338350
- fastJoin not reactive [\#517](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/517)
339-
- `keep` fails when object key contains dot [\#514](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/514)
340-
- TypeScript definitions for iff [\#512](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/512)
341-
- SoftDelete2 use null or -1 [\#508](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/508)
342-
- Many-to-many fastJoin [\#505](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/505)
343351

344352
**Merged pull requests:**
345353

@@ -361,10 +369,6 @@
361369
- Update dependencies to enable Greenkeeper 🌴 [\#534](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/534) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
362370
- Update README.md [\#525](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/525) ([bartduisters](https://github.com/bartduisters))
363371
- Upgrade ajv dependency and fix failing tests. [\#518](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/518) ([rybaczewa](https://github.com/rybaczewa))
364-
- Annoying typo fixed [\#516](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/516) ([midzdotdev](https://github.com/midzdotdev))
365-
- Ensure `existsByDot` and `getByDot` honour properties with dots in keys [\#515](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/515) ([anthonygood](https://github.com/anthonygood))
366-
- Updated typings. [\#513](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/513) ([deskoh](https://github.com/deskoh))
367-
- Fix promise-to-callback hook preventing other hook import. [\#506](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/506) ([rybaczewa](https://github.com/rybaczewa))
368372

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

@@ -382,14 +386,6 @@
382386

383387
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.20.2...v4.20.4)
384388

385-
**Closed issues:**
386-
387-
- query regarding set response to hook :after create [\#507](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/507)
388-
389-
**Merged pull requests:**
390-
391-
- Update iff predicates typings to be either sync or async [\#509](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/509) ([NickBolles](https://github.com/NickBolles))
392-
393389
## [v4.20.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.20.2) (2019-01-11)
394390

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

0 commit comments

Comments
 (0)