All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and this changelog format.
- Package now supports Laravel 12.
- Minimum PHP is now 8.2.
- Minimum Laravel is now 11.
- Upgraded to Laravel 10.
- Minimum PHP version is now 8.1.
- Use
assert()
to ensure the soft delete boolean driver receives the correct type of model.
- Package now supports PHP 8.1 and Laravel 9.
- #2 Use
class_uses_recursive()
to detect trait on model class.
Initial release.