Releases: sourcefuse/loopback4-audit-log
Releases · sourcefuse/loopback4-audit-log
v5.3.0
v5.2.0
v5.1.2
v5.1.1
v5.1.0
v5.0.0
v4.0.1
v4.0.0
4.0.0 (2023-04-25)
Features
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.