Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
chore(release): 2.0.0 semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 3, 2023
1 parent de4037c commit 874209e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [2.0.0](https://github.com/sourcefuse/loopback4-sequelize/compare/v1.0.0...v2.0.0) (2023-01-03)


### Bug Fixes

* **ci-cd:** add commitlint and husky ([#8](https://github.com/sourcefuse/loopback4-sequelize/issues/8)) ([c879812](https://github.com/sourcefuse/loopback4-sequelize/commit/c879812a387a4499d8a6244a48cac622e5b22e7a)), closes [#0](https://github.com/sourcefuse/loopback4-sequelize/issues/0) [#0](https://github.com/sourcefuse/loopback4-sequelize/issues/0) [#0](https://github.com/sourcefuse/loopback4-sequelize/issues/0) [#0](https://github.com/sourcefuse/loopback4-sequelize/issues/0)
* **ci-cd:** change default branch to master ([de4037c](https://github.com/sourcefuse/loopback4-sequelize/commit/de4037c9529e3ebe857eb3345d1f5af73796f020)), closes [#7](https://github.com/sourcefuse/loopback4-sequelize/issues/7)
* **repository:** exclude hidden properties in response body ([3e254fd](https://github.com/sourcefuse/loopback4-sequelize/commit/3e254fd48a307c18e8ede54ce01c87804d29fbe0)), closes [#3](https://github.com/sourcefuse/loopback4-sequelize/issues/3)


### Features

* **repository:** add support for relational query ([#6](https://github.com/sourcefuse/loopback4-sequelize/issues/6)) ([c99bb59](https://github.com/sourcefuse/loopback4-sequelize/commit/c99bb59b2b1ef4401363f7465a9b62cec74bf5e1))


### BREAKING CHANGES

* **repository:** `SequelizeRepository` is renamed to `SequelizeCrudRepository`

* test(repository): add test cases for relations

namely for fields, order and limit filter along with createAll,
updateAll, delete and relations such as `@hasOne`, `@hasMany`, `@belongsTo`
`@hasMany through`, `@referencesMany` and for INNER JOIN using `required: true` flag

# 1.0.0 (2022-10-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback4-sequelize",
"version": "1.0.0",
"version": "2.0.0",
"description": "Loopback 4 Extension That Provides Sequelize Crud Repository Compatible With Default Loopback Models.",
"keywords": [
"loopback-extension",
Expand Down

0 comments on commit 874209e

Please sign in to comment.