|
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.1...HEAD) |
| 5 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v8.0.0-pre.2...HEAD) |
6 | 6 |
|
7 | 7 | **Merged pull requests:**
|
8 | 8 |
|
9 |
| -- fix: multi patch raw false [\#436](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/436) ([fratzinger](https://github.com/fratzinger)) |
| 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)) |
| 12 | + |
| 13 | +## [v8.0.0-pre.2](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v8.0.0-pre.2) (2025-03-12) |
| 14 | + |
| 15 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v8.0.0-pre.1...v8.0.0-pre.2) |
| 16 | + |
| 17 | +**Implemented enhancements:** |
| 18 | + |
| 19 | +- Allow hydrated instances to enter into the adapter [\#131](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/131) |
| 20 | + |
| 21 | +**Closed issues:** |
| 22 | + |
| 23 | +- Check/add support for nested JSONB set. [\#439](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/439) |
| 24 | +- feathers sequlize type confict when overwritting find and calling super.find [\#432](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/432) |
| 25 | +- feathers-sequelize remove method rewrite breaking change when deleting multiple items without id in table [\#409](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/409) |
| 26 | +- Better handle paranoid models [\#405](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/405) |
| 27 | +- iLike method with accent. [\#385](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/385) |
| 28 | +- Support Deep Aware for JSON Objects on Patch [\#371](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/371) |
| 29 | +- 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) |
10 | 30 |
|
11 | 31 | ## [v8.0.0-pre.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v8.0.0-pre.1) (2024-05-13)
|
12 | 32 |
|
|
17 | 37 | - Allow join queries on remove [\#402](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/402)
|
18 | 38 | - Use proper $and in patch and remove methods [\#383](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/383)
|
19 | 39 |
|
| 40 | +**Merged pull requests:** |
| 41 | + |
| 42 | +- fix: multi patch raw false [\#436](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/436) ([fratzinger](https://github.com/fratzinger)) |
| 43 | + |
20 | 44 | ## [v8.0.0-pre.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v8.0.0-pre.0) (2024-05-12)
|
21 | 45 |
|
22 | 46 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v7.0.4-pre.0...v8.0.0-pre.0)
|
|
597 | 621 | **Closed issues:**
|
598 | 622 |
|
599 | 623 | - The patch on postgres is selecting every row from the table before updating [\#168](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/168)
|
| 624 | +- Can't override id field when declaring a \(MySQL\) service [\#164](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/164) |
600 | 625 | - Run tests against all sequelize dialects [\#163](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/163)
|
601 | 626 | - Adding model includes returns incorrect paging count [\#161](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/161)
|
602 | 627 | - Raw associations prevent pagination total being available [\#137](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/137)
|
|
0 commit comments