Skip to content

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fratzinger committed May 13, 2024
1 parent dc07acc commit b50d634
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,30 @@

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

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

**Merged pull requests:**

- chore: update dependencies [\#435](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/435) ([fratzinger](https://github.com/fratzinger))
- refactor!: perf, restructuring, rm \_getOrFind, rm params.$returning, use instance methods [\#429](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/429) ([fratzinger](https://github.com/fratzinger))
- fix: multi patch raw false [\#436](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/436) ([fratzinger](https://github.com/fratzinger))

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

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

**Closed issues:**

- Allow join queries on remove [\#402](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/402)
- Use proper $and in patch and remove methods [\#383](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/383)

## [v8.0.0-pre.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v8.0.0-pre.0) (2024-05-12)

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

**Merged pull requests:**

- chore: update dependencies [\#435](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/435) ([fratzinger](https://github.com/fratzinger))
- refactor!: perf, restructuring, rm \_getOrFind, rm params.$returning, use instance methods [\#429](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/429) ([fratzinger](https://github.com/fratzinger))

## [v7.0.4-pre.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v7.0.4-pre.0) (2024-05-12)

[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v7.0.3...v7.0.4-pre.0)
Expand Down

0 comments on commit b50d634

Please sign in to comment.