Releases: spatie/laravel-activitylog
Releases · spatie/laravel-activitylog
3.9.2
- drop support for Laravel 5
3.9.1
- fix default database connection - #616
3.9.0
first hacktoberfest release:
- add anonymous causer with
null
value - #605
- fix relationships to allow snake case keys - #602
- add JOSN sub-key attribute logging - #601
3.8.0
- add support for Laravel 6
- change fields with value
null
to be strictly compared when logging dirty fields (#453)
- add composite indexes for subject and causer to migration
3.7.2
- do not export docs folder
3.7.1
- fix default database connection env var
3.7.0
- add database connection to configuration #568
3.6.3
- fix deprecated
array_
helper #569
3.6.2
- fix existing description #563
3.6.1
- fix nullable date attributes #546