Skip to content

3.0.0

Choose a tag to compare

@samarpan-b samarpan-b released this 02 Aug 10:57
· 167 commits to master since this release
  • Added support for two new attributes - deletedOn, deletedBy for better auditing.
  • Added transaction repository support. In place of SoftCrudRepository, extend your repository with DefaultTransactionSoftCrudRepository.
  • Upgraded to latest LB4 versions.

BREAKING CHANGE

  • For new attributes support, loopback4-authentication module is needed to be installed.
  • Existing DB tables need to be migrated to contain 2 new columns deleted_on (timestamp), deleted_by (text).

v2.0.0...v3.0.0