Skip to content

Commit d32dc71

Browse files
committed
chore(release): changelog file
1 parent 8482a1c commit d32dc71

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

CHANGELOG.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,82 @@
1+
## Release [v7.2.0](https://github.com/sourcefuse/loopback4-soft-delete/compare/v7.1.2..v7.2.0) February 28, 2023
2+
Welcome to the February 28, 2023 release of loopback4-soft-delete. There are many updates in this version that we hope you will like, the key highlights include:
3+
4+
- [Add support for Sequelize as base repository from <code>loopback4-sequelize</code> package](https://github.com/sourcefuse/loopback4-soft-delete/issues/118) :- [feat(sequelize): add sequelize repository support ](https://github.com/sourcefuse/loopback4-soft-delete/commit/424c61171c2b453675e061db6755046b15fc60be) was commited on February 28, 2023 by [Shubham P](mailto:[email protected])
5+
6+
- Export `SequelizeSoftCrudRepository` providing soft-delete capabilities with
7+
8+
- sequelize as underlying
9+
10+
- repository
11+
12+
- GH-118
13+
14+
15+
- [Stale Bot missing in the repository](https://github.com/sourcefuse/loopback4-soft-delete/issues/133) :- [chore(chore): add github stale bot ](https://github.com/sourcefuse/loopback4-soft-delete/commit/aa622abd8d1718c604787ba4f7d9ddb78a398497) was commited on February 27, 2023 by [yeshamavani](mailto:[email protected])
16+
17+
- Added stale.yml file to configure stale options
18+
19+
- GH-133
20+
21+
22+
- [](https://github.com/sourcefuse/loopback4-soft-delete/issues/0) :- [refactor(chore): remove duplicate code and deprecate `DefaultTransactionSoftCrudRepository` ](https://github.com/sourcefuse/loopback4-soft-delete/commit/c4b80c4c71031f42ae928ed38fb3e2922926d3c7) was commited on February 27, 2023 by [Shubham P](mailto:[email protected])
23+
24+
- * fix(chore): add #122 changes in mixin and transaction repository
25+
26+
- add development note to ensure future modifications universal
27+
28+
- add changes
29+
30+
- made in PR #122 in
31+
32+
- soft-crud mixin and transaction-soft-crud repository
33+
34+
- GH-129
35+
36+
- * refactor(chore): add common service and decorator for filter modification
37+
38+
- created soft crud service file containing common code among artifacts
39+
40+
- created softFilter and
41+
42+
- excludeSoftDeleted decorator for the common tasks
43+
44+
- GH-128
45+
46+
- * refactor(repository): deprecate `DefaultTransactionSoftCrudRepository`
47+
48+
- in favor of SoftCrudRepositoryMixin for improving maintainability
49+
50+
- GH-132
51+
52+
- * refactor(repository): replace modify functions with custom soft filter
53+
54+
- builder
55+
56+
- removed soft-crud service and used custom soft filter builder class providing
57+
58+
- methods like
59+
60+
- imposeCondition, fields etc.
61+
62+
- GH-0
63+
64+
- * refactor(chore): resolve sonar code smells
65+
66+
- ignore transactional respotory file in sonar as this is deprecated and kept
67+
68+
- duplicacy of the code
69+
70+
- just for few months of support
71+
72+
- add avoid rule for arrowParens in prettier
73+
74+
- GH-0
75+
76+
77+
Clink on the above links to understand the changes in detail.
78+
___
79+
180
## Release [v7.1.2](https://github.com/sourcefuse/loopback4-soft-delete/compare/v7.1.1..v7.1.2) February 17, 2023
281
Welcome to the February 17, 2023 release of loopback4-soft-delete. There are many updates in this version that we hope you will like, the key highlights include:
382

0 commit comments

Comments
 (0)