|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/HEAD)
|
4 | 4 |
|
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) |
6 | 6 |
|
7 | 7 | **Merged pull requests:**
|
8 | 8 |
|
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) |
10 | 18 |
|
11 | 19 | ## [v8.1.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.1.2) (2024-01-17)
|
12 | 20 |
|
13 | 21 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v8.1.1...v8.1.2)
|
14 | 22 |
|
| 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 | + |
15 | 27 | ## [v8.1.1](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.1.1) (2023-08-23)
|
16 | 28 |
|
17 | 29 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v8.1.0...v8.1.1)
|
|
336 | 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)
|
337 | 349 | - populate include array [\#519](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/519)
|
338 | 350 | - 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) |
343 | 351 |
|
344 | 352 | **Merged pull requests:**
|
345 | 353 |
|
|
361 | 369 | - Update dependencies to enable Greenkeeper 🌴 [\#534](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/534) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
362 | 370 | - Update README.md [\#525](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/525) ([bartduisters](https://github.com/bartduisters))
|
363 | 371 | - 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)) |
368 | 372 |
|
369 | 373 | ## [v4.20.7](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.20.7) (2019-02-22)
|
370 | 374 |
|
|
382 | 386 |
|
383 | 387 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.20.2...v4.20.4)
|
384 | 388 |
|
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 |
| - |
393 | 389 | ## [v4.20.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.20.2) (2019-01-11)
|
394 | 390 |
|
395 | 391 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.20.1...v4.20.2)
|
|
0 commit comments