Skip to content

Latest commit

 

History

History
264 lines (128 loc) · 13.5 KB

CHANGELOG.md

File metadata and controls

264 lines (128 loc) · 13.5 KB

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:

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:

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:

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:

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:

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:

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)

Features

  • repository: add new method to provide user identifier for deletedbyid (aaeb150), closes #0

BREAKING CHANGES

  • repository: change approach for custom identifier for deletedbyid

6.0.1 (2022-11-11)

Bug Fixes

  • repository: type mismatch for Iauthuser (e0c5464), closes #0

6.0.0 (2022-11-07)

Features

  • 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

BREAKING CHANGES

  • repository: change approach of deletedById key provider
  • repository: remove dependency of loopback4-authentication

5.3.5 (2022-10-31)

5.3.4 (2022-10-14)

5.3.3 (2022-09-20)

Bug Fixes

  • repository: fixed object assignment for filters (#93) (740da07), closes #91

5.3.2 (2022-09-19)

Bug Fixes

  • repository: add deleted property in fields filter (#92) (142179c), closes #91

5.3.1 (2022-09-09)

5.3.0 (2022-09-05)

Features

  • repository: remove multiple db calls for find by id (#88) (bbc9803), closes #87

5.2.1 (2022-07-28)

5.2.0 (2022-07-21)

Bug Fixes

  • repository): fix(repository: fixed entitytoremove=null with mongodb (#48) (277142d)

Features

  • entity: add mixin for SoftDeleteEntity and DefaultCrudRepository (#80) (4cf6b9c)

5.1.1 (2022-06-21)

5.1.0 (2022-05-25)

Bug Fixes

Features