Releases: sourcefuse/loopback4-audit-log
Releases · sourcefuse/loopback4-audit-log
v5.1.0
5.1.0 (2023-05-25)
Features
v5.0.0
5.0.0 (2023-05-12)
Bug Fixes
- mixin: forward
options
param to find
and findById
calls (#65) (f5d83cd), closes #64
Features
- chore: remove support for node v14,v12,v10 (#63) (403e6bb), closes #62
BREAKING CHANGES
- chore: End of life of node v14, node v12 and node v10
v4.0.0
4.0.0 (2023-04-25)
Features
- mixin: add conditional audit repository mixin (#58) (10257b6), closes #57
BREAKING CHANGES
- mixin: Audit Repository Mixin return type changed and now is being returned as an abstract class. This
doesn't affect 99% of the users because in crud repositories this mixin is already applied on the base class. Only those who are directly assigning the mixin-ed class to some variable will have the type error showing them.
v3.2.3
3.2.3 (2023-04-24)
Bug Fixes
v3.2.1
3.2.1 (2023-02-17)
Bug Fixes
- chore: correct the changelog format (#49) (3e3d492), closes #48
- chore: remove all current vulnerability of loopback4-audit-log (#46) (8843537), closes #45 #45
v3.2.0
3.2.0 (2023-01-10)
Features