|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/HEAD)
|
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v8.0.0-pre.2...HEAD) |
| 5 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v8.0.0-pre.3...HEAD) |
6 | 6 |
|
7 | 7 | **Merged pull requests:**
|
8 | 8 |
|
9 |
| -- Remove `ModelWithScope` and add `handleError` [\#450](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/450) ([DaddyWarbucks](https://github.com/DaddyWarbucks)) |
10 |
| -- chore: fix broken and outdated sequelize doc links [\#441](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/441) ([reeceyang](https://github.com/reeceyang)) |
11 |
| -- chore: fix README.md formatting [\#440](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/440) ([reeceyang](https://github.com/reeceyang)) |
| 9 | +- chore: update dependencies [\#454](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/454) ([fratzinger](https://github.com/fratzinger)) |
| 10 | +- refactor!: renovate [\#451](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/451) ([fratzinger](https://github.com/fratzinger)) |
| 11 | + |
| 12 | +## [v8.0.0-pre.3](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v8.0.0-pre.3) (2025-05-04) |
| 13 | + |
| 14 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v8.0.0-pre.2...v8.0.0-pre.3) |
| 15 | + |
| 16 | +**Closed issues:** |
| 17 | + |
| 18 | +- Add `handleError` method [\#449](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/449) |
12 | 19 |
|
13 | 20 | ## [v8.0.0-pre.2](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v8.0.0-pre.2) (2025-03-12)
|
14 | 21 |
|
|
28 | 35 | - Support Deep Aware for JSON Objects on Patch [\#371](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/371)
|
29 | 36 | - app.service\('users'\).get\(message.userId, params\) returns createdAt and updatedAt dates as string rather than Date object on SQLite [\#366](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/366)
|
30 | 37 |
|
| 38 | +**Merged pull requests:** |
| 39 | + |
| 40 | +- Remove `ModelWithScope` and add `handleError` [\#450](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/450) ([DaddyWarbucks](https://github.com/DaddyWarbucks)) |
| 41 | +- chore: fix broken and outdated sequelize doc links [\#441](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/441) ([reeceyang](https://github.com/reeceyang)) |
| 42 | +- chore: fix README.md formatting [\#440](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/440) ([reeceyang](https://github.com/reeceyang)) |
| 43 | + |
31 | 44 | ## [v8.0.0-pre.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v8.0.0-pre.1) (2024-05-13)
|
32 | 45 |
|
33 | 46 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v8.0.0-pre.0...v8.0.0-pre.1)
|
|
0 commit comments