Skip to content

Releases: sourcefuse/loopback4-audit-log

v4.0.0

25 Apr 13:24

Choose a tag to compare

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

24 Apr 15:22

Choose a tag to compare

3.2.3 (2023-04-24)

Bug Fixes

v3.2.2

13 Mar 16:51

Choose a tag to compare

3.2.2 (2023-03-13)

v3.2.1

17 Feb 13:40

Choose a tag to compare

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

10 Jan 09:27

Choose a tag to compare

3.2.0 (2023-01-10)

Features

v3.1.6

05 Dec 08:00

Choose a tag to compare

3.1.6 (2022-12-05)

v3.1.5

03 Nov 09:39

Choose a tag to compare

3.1.5 (2022-11-03)

Bug Fixes

v3.1.4

31 Oct 07:23

Choose a tag to compare

3.1.4 (2022-10-31)

v3.1.3

09 Sep 06:55

Choose a tag to compare

3.1.3 (2022-09-09)

v3.1.2

24 Jun 11:15

Choose a tag to compare

3.1.2 (2022-06-24)

Bug Fixes

  • component: missing return type (fb9b16a), closes #0