Releases: spatie/laravel-activitylog
Releases · spatie/laravel-activitylog
4.1.0
4.0.0
PR: #787
Special thanks to Ahmed Nagi.
- Drop Laravel 6 and 7 support.
- Drop PHP 7.x support.
- Add
LogOptions
configuration object to replace all configuration properties. - Add ability to batch activity logs #560
- Add Pipeline to customize logged changes data.
- Deep diff array/JSON sub-keys and respect for only-dirty, no-empty ... #692 using new pipeline. See implementation in the tests.
- Implement a
CauserResolver
to define causer for current runtime #582.
3.17.0
3.16.1
3.16.0
3.15.0
3.14.3
- Add support for Laravel 8
3.14.2
4.0.0-rc.2
- fix
\AddEventColumnToActivityLogTable::down()
4.0.0-rc.1
- add
\Spatie\Activitylog\ActivityLogger::event()
method and column #702