Skip to content

Commit 320e2b0

Browse files
committed
Updating changelog
1 parent ccd9e58 commit 320e2b0

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
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.2...HEAD)
5+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v8.0.0-pre.3...HEAD)
66

77
**Merged pull requests:**
88

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

1320
## [v8.0.0-pre.2](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v8.0.0-pre.2) (2025-03-12)
1421

@@ -28,6 +35,12 @@
2835
- Support Deep Aware for JSON Objects on Patch [\#371](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/371)
2936
- 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)
3037

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+
3144
## [v8.0.0-pre.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v8.0.0-pre.1) (2024-05-13)
3245

3346
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v8.0.0-pre.0...v8.0.0-pre.1)

0 commit comments

Comments
 (0)