Skip to content

Commit 7c0cbf5

Browse files
committed
Updating changelog
1 parent 8963918 commit 7c0cbf5

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

CHANGELOG.md

+27-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,31 @@
22

33
## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/HEAD)
44

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)
66

77
**Merged pull requests:**
88

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)
1030

1131
## [v8.0.0-pre.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v8.0.0-pre.1) (2024-05-13)
1232

@@ -17,6 +37,10 @@
1737
- Allow join queries on remove [\#402](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/402)
1838
- Use proper $and in patch and remove methods [\#383](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/383)
1939

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+
2044
## [v8.0.0-pre.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v8.0.0-pre.0) (2024-05-12)
2145

2246
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v7.0.4-pre.0...v8.0.0-pre.0)
@@ -597,6 +621,7 @@
597621
**Closed issues:**
598622

599623
- 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)
600625
- Run tests against all sequelize dialects [\#163](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/163)
601626
- Adding model includes returns incorrect paging count [\#161](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/161)
602627
- Raw associations prevent pagination total being available [\#137](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/137)

0 commit comments

Comments
 (0)