Skip to content

v4.0.0

Choose a tag to compare

@sfdevops sfdevops released this 25 Apr 13:24
· 90 commits to master since this release

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.