Releases: richan-fongdasen/eloquent-blameable
Releases · richan-fongdasen/eloquent-blameable
1.4.0
- Add support for Laravel 6.0
- Dropped support for Laravel 5.5, 5.6 and 5.7
1.3.0
- Add support for Laravel 5.8
- Dropped support for Laravel 5.2, 5.3 and 5.4
1.2.0
Add support for Lumen
1.1.1
- Add support for Laravel 5.7
- Fixes
blameable_user()
helper function's documentation - Add some new tests
1.1.0
-
Blameable service will only observe the deleted event from now on.
-
Add support for multiple authentication guards.
-
Update composer and travis configurations, dropping Laravel 5.1. Multiple authentication guards only works in Laravel 5.2 and above.
-
Now, we can override the blameable configurations using static property.
1.0.2
Fixes bug which occurs when performing delete / soft delete operation in Laravel 5.6
1.0.1
This release fixes a bug which caused the blameable user's relationship to be broken on any custom user model. Thanks to @aaronschmied for finding and fixing this bug.
1.0.0
- Add support for Laravel 5.6
- Fixes composer issues with Travis and Codecov
- Add package auto-discovery feature
0.2.0
Add Compatibility Support for Laravel 5.5
0.1.0
Initial Release