Skip to content

Latest commit

 

History

History
363 lines (181 loc) · 17.6 KB

CHANGELOG.md

File metadata and controls

363 lines (181 loc) · 17.6 KB

Release v8.0.2 June 4, 2024

Welcome to the June 4, 2024 release of loopback4-audit-log. 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 v8.0.1 May 15, 2024

Welcome to the May 15, 2024 release of loopback4-audit-log. 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 v5.2.0 August 7, 2023

Welcome to the August 7, 2023 release of loopback4-audit-log. There are many updates in this version that we hope you will like, the key highlights include:

  • Make actor field selection configurable :- feat(mixin): making the actor field configurable was commited on August 7, 2023 by yeshamavani

      • feat(mixin): feat(mixin): making the actor field configurable
    • added a key to that can be bounded to key of user that can be set as actor

    • GH-68

    • GH-68

      • feat(mixin): docs(mixin): add docs about how to configure actor id key
    • steps explaining how to pass the actor id via the repository constructor to

    • change its value

    • GH-68

    • GH-68

      • feat(mixin): added delete all hard and delete by id hard
    • in case current user is not available then can be passed through options

    • GH-68

      • feat(mixin): making the actor field configurable
    • adding a separate function for actor to avoid repetition

    • GH-68

      • feat(mixin): making actor id configurable
    • get actor from a private method

    • GH-68

  • :- was commited on August 1, 2023 by Shubham P

  • :- was commited on August 1, 2023 by Shubham P

  • :- Add catalog-info.yaml config file was commited on August 1, 2023 by Shubham P

      • Add catalog-info.yaml config file
      • Update catalog-info.yaml

Clink on the above links to understand the changes in detail.


Release v5.1.2 July 14, 2023

Welcome to the July 14, 2023 release of loopback4-audit-log. 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 v5.1.1 June 7, 2023

Welcome to the June 7, 2023 release of loopback4-audit-log. 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 v5.1.0 May 25, 2023

Welcome to the May 25, 2023 release of loopback4-audit-log. 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 v4.0.1 April 25, 2023

Welcome to the April 25, 2023 release of loopback4-audit-log. 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 v4.0.0 April 25, 2023

Welcome to the April 25, 2023 release of loopback4-audit-log. There are many updates in this version that we hope you will like, the key highlights include:

  • Add Audit Log Mixin Wrapper Around Audit Log Mixin :- feat(mixin): add conditional audit repository mixin was commited on April 25, 2023 by Sunny Tyagi

    • To be used when the actual audit mixin is to be applied conditionally from the

    • flag from the environment variables

    • rather than the code.

    • BREAKING CHANGE:

    • 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.

    • GH-57

Clink on the above links to understand the changes in detail.


Release v3.2.3 April 24, 2023

Welcome to the April 24, 2023 release of loopback4-audit-log. 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 v3.2.2 March 13, 2023

Welcome to the March 13, 2023 release of loopback4-audit-log. 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 v3.2.1 February 17, 2023

Welcome to the February 17, 2023 release of loopback4-audit-log. 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 v3.2.0 January 10, 2023

Welcome to the January 10, 2023 release of loopback4-audit-log. There are many updates in this version that we hope you will like, the key highlights include:

  • :- chore(deps): loopback version update was commited on January 10, 2023 by Surbhi Sharma

    • updated version of the lb4 dependencies to the latest.

    • GH-43

  • :- feat(chore): custom change log was commited on January 9, 2023 by yeshamavani

      • feat(chore): custom change log
    • The change log will now have issues as well as commit for the change

    • this is customizable in the

    • md file

    • GH-39

      • feat(chore): now we will generate out custom changelog
    • using git-release-notes npm package for this

    • GH-39

Clink on the above links to understand the changes in detail.


3.1.6 (2022-12-05)

3.1.5 (2022-11-03)

Bug Fixes

3.1.4 (2022-10-31)

3.1.3 (2022-09-09)

3.1.2 (2022-06-24)

Bug Fixes

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

3.1.1 (2022-06-17)

3.1.0 (2022-05-26)

Features