loopback4-soft-delete
Advanced tools
Changelog
Release v7.2.3 March 17, 2023
Welcome to the March 17, 2023 release of loopback4-soft-delete. There are many updates in this version that we hope you will like, the key highlights include:
explicitly setting <code>deleted</code> column to <code>false</code> strips out other fields in the response :- fix(repository): remove imposing behaviour of fields was commited on March 17, 2023 by Shubham P
which was setting deleted to true for each soft-delete query
it is not required to run conditions
GH-142
Clink on the above links to understand the changes in detail.
Changelog
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.
Changelog
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.
Changelog
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
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
created soft crud service file containing common code among artifacts
created softFilter and
excludeSoftDeleted decorator for the common tasks
GH-128
DefaultTransactionSoftCrudRepository
in favor of SoftCrudRepositoryMixin for improving maintainability
GH-132
builder
removed soft-crud service and used custom soft filter builder class providing
methods like
imposeCondition, fields etc.
GH-0
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.
Changelog
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
remove all current vulnerability
GH-125
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.
Changelog
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.
Changelog
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.