Skip to content

Releases: sourcefuse/loopback4-soft-delete

3.0.0

02 Aug 10:57

Choose a tag to compare

  • 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

Next major release

27 May 16:44

Choose a tag to compare

  • Loopback dependencies upgraded. 233920a
  • And, Or clause handled as well. 233920a

v1.3.0...v2.0.0

Release with updated @loopback versions and security fixes

11 May 22:01

Choose a tag to compare

Release with updated @loopback versions

13 Jun 11:56

Choose a tag to compare