sourcefuse/loopback4-soft-delete

Create Mixins for SoftDeleteEntity, DefaultTransactionSoftCrudRepository and SoftCrudRepository classes

barleendhaliwal opened this issue ยท 1 comments

Is your feature request related to a problem? Please describe.
As of now, the package provides SoftDeleteEntity model, DefaultTransactionSoftCrudRepository and SoftCrudRepository that can be extended by the user, but the properties in the model are not configurable. Exporting the model and repositories as Mixin would provide an option to make them configurable, as well as make it easier to work with other classes.

Describe the solution you'd like
Create mixin for SoftDeleteEntity, DefaultTransactionSoftCrudRepository and SoftCrudRepository

๐ŸŽ‰ This issue has been resolved in version 5.2.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€