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:
-
loopback version updates :- chore(deps): loopback version updates was commited on June 4, 2024 by Surbhi
-
loopback version updates
-
GH-122
-
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:
-
Generate Changelog :- fix(ci-cd): rectify the remote origin was commited on May 15, 2024 by yeshamavani
-
change the remote origin in release workflow
-
GH-118
-
-
Generate Changelog :- fix(ci-cd): add step to generate changelog was commited on May 15, 2024 by yeshamavani
-
after release generate changelog
-
GH-118
-
-
Copy the Readme to root as well :- docs(chore): copy the Readme to root as well was commited on May 13, 2024 by arpit1503khanna
-
copy the Readme to root as well
-
GH-116
-
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:
-
Add ARC Branding in README :- docs(chore): add arc branding was commited on July 14, 2023 by Shubham P
-
with badges
-
GH-75
-
-
:- chore(deps): loopback version update was commited on July 14, 2023 by Surbhi
-
- chore(deps): loopback version update
-
loopback version update
-
GH-55
-
- fix(deps): resolve tslib conflict
-
to use 2.5.3
-
GH-0
- Co-authored-by: Shubham P <shubham.prajapat@sourcefuse.com>
-
-
:- fix: upgrade tslib from 2.5.2 to 2.5.3 was commited on July 13, 2023 by samarpan-b
-
Snyk has created this PR to upgrade tslib from 2.5.2 to 2.5.3.
-
See this package in npm:
-
See this project in Snyk:
-
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
-
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:
-
Loopback version update :- chore(deps): loopback version update was commited on June 1, 2023 by RaghavaroraSF
-
- chore(deps): loopback version update
-
Loopback version updates
-
GH-55
-
- chore(deps): loopback version update
-
Loopback version update
-
GH-55
-
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:
-
Provide Sequelize Support :- feat(sequelize): add sequelize support was commited on May 25, 2023 by Shubham P
-
modified mixin argument type to accept non default crud repositories
-
added
-
directory import syntax to provide sequelize specific artifacts
-
GH-69
-
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:
-
Loopback version update :- chore(deps): update
@loopback/repository
version was commited on April 25, 2023 by Shubham P-
to use the latest one
-
GH-55
-
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:
-
Loopback version update :- chore(deps): loopback version update was commited on April 24, 2023 by RaghavaroraSF
-
loopback version update
-
GH-55
-
-
Fix Sonar Quality Gate :- fix(chore): fixing sonar smells was commited on March 21, 2023 by arpit1503khanna
-
- fix(chore): fixing sonar smells
-
resolving sonar smells to improve quality gate
-
GH-47
-
- fix(chore): fixing sonar smells
-
resolving sonar smells to improve quality gate
-
GH-47
-
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:
-
loopback version update :- chore(deps): loopback version update was commited on March 13, 2023 by Gautam Agarwal
-
loopback version update
-
GH-52
-
-
Stale Bot missing in the repository :- chore(chore): add github stale bot was commited on February 27, 2023 by yeshamavani
-
Added stale.yml file to configure stale options
-
GH-50
-
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:
-
Correct the changelog Format :- fix(chore): correct the changelog format was commited on February 17, 2023 by yeshamavani
-
now issue description will be visible
-
GH-48
-
-
Package Update - loopback4-audit-log :- fix(chore): remove all current vulnerability of loopback4-audit-log was commited on February 17, 2023 by Sunny Tyagi
-
- fix(chore): remove all curent vulnerability of loopback4-audit-log
-
remove all curent vulnerability of loopback4-audit-log
-
GH-45
-
- chore(deps): loopback package update
-
loopback package update
-
GH-45
-
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.