3.0.0
- 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).