Release v7.2.2 March 10, 2023
Welcome to the March 10, 2023 release of loopback4-soft-delete. There are many updates in this version that we hope you will like, the key highlights include:
-
loopback version update :- chore(deps): loopback version update was commited on March 10, 2023 by Gautam Agarwal
-
loopback version update
-
GH-137
-
Clink on the above links to understand the changes in detail.
Release v7.2.1 March 1, 2023
Welcome to the March 1, 2023 release of loopback4-soft-delete. There are many updates in this version that we hope you will like, the key highlights include:
-
v7.2.0 throws error when loopback4-sequelize is not installed :- fix(sequelize): remove default export of sequelize repository was commited on March 1, 2023 by Shubham P
-
and add directory import syntax when using sequelize
-
GH-135
-
Clink on the above links to understand the changes in detail.
Release v7.2.0 February 28, 2023
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:
-
Add support for Sequelize as base repository from <code>loopback4-sequelize</code> package :- feat(sequelize): add sequelize repository support was commited on February 28, 2023 by Shubham P
-
Export
SequelizeSoftCrudRepository
providing soft-delete capabilities with -
sequelize as underlying
-
repository
-
GH-118
-
-
Stale Bot missing in the repository :- chore(chore): add github stale bot was commited on February 27, 2023 by yeshamavani
-
Added stale.yml file to configure stale options
-
GH-133
-
-
:- refactor(chore): remove duplicate code and deprecate
DefaultTransactionSoftCrudRepository
was commited on February 27, 2023 by Shubham P-
- fix(chore): add #122 changes in mixin and transaction repository
-
add development note to ensure future modifications universal
-
add changes
-
made in PR #122 in
-
soft-crud mixin and transaction-soft-crud repository
-
GH-129
-
- refactor(chore): add common service and decorator for filter modification
-
created soft crud service file containing common code among artifacts
-
created softFilter and
-
excludeSoftDeleted decorator for the common tasks
-
GH-128
-
- refactor(repository): deprecate
DefaultTransactionSoftCrudRepository
- refactor(repository): deprecate
-
in favor of SoftCrudRepositoryMixin for improving maintainability
-
GH-132
-
- refactor(repository): replace modify functions with custom soft filter
-
builder
-
removed soft-crud service and used custom soft filter builder class providing
-
methods like
-
imposeCondition, fields etc.
-
GH-0
-
- refactor(chore): resolve sonar code smells
-
ignore transactional respotory file in sonar as this is deprecated and kept
-
duplicacy of the code
-
just for few months of support
-
add avoid rule for arrowParens in prettier
-
GH-0
-
Clink on the above links to understand the changes in detail.
Release v7.1.2 February 17, 2023
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:
-
Package Update - loopback4-soft-delete :- remove all current vulnerability of loopback4-soft-delete was commited on February 17, 2023 by Sunny Tyagi
-
- fix(chore): remove all current vulnerability
-
remove all current vulnerability
-
GH-125
-
- chore(deps): loopback version update
-
loopback version update
-
GH-125
-
-
Correction to the changelog format :- fix(chore): corrected the issue number was commited on February 15, 2023 by yeshamavani
-
now will show correct issue description as well
-
GH-123
-
Clink on the above links to understand the changes in detail.
Release v7.1.1 February 14, 2023
Welcome to the February 14, 2023 release of loopback4-soft-delete. There are many updates in this version that we hope you will like, the key highlights include:
-
:- fix(repository): added checks for fields passed as an array in case of findbyid was commited on February 14, 2023 by Prerna Gupta
-
added checks for fields passed as an array in function findById.
-
GH-117
-
Clink on the above links to understand the changes in detail.
Release v7.1.0 January 11, 2023
Welcome to the January 11, 2023 release of loopback4-soft-delete. There are many updates in this version that we hope you will like, the key highlights include:
-
:- feat(chore): generate detailed and informative changelog was commited on January 11, 2023 by yeshamavani
-
Using Customizable npm package to generate changelog
-
GH-115
-
-
:- chore(deps): loopback version update was commited on January 11, 2023 by Surbhi Sharma
-
updated loopback datasource juggler version to latest
-
GH-112
-
-
:- chore(deps): loopback version updates was commited on January 11, 2023 by Surbhi Sharma
-
Updated version of the lb4 dependencies to the latest
-
GH-110
-
Clink on the above links to understand the changes in detail.
7.0.2 (2022-12-05)
7.0.1 (2022-12-05)
7.0.0 (2022-11-16)
- repository: change approach for custom identifier for deletedbyid
6.0.1 (2022-11-11)
6.0.0 (2022-11-07)
- repository: allow deletedBy id to be configurable (#100) (1be1dc4), closes #99
- repository: allow deletedBy id to be configurable using class protected property (28de1cd), closes #99
- repository: change approach of deletedById key provider
- repository: remove dependency of loopback4-authentication