Skip to content

Releases: spatie/laravel-activitylog

3.9.1

15 Oct 07:40
Compare
Choose a tag to compare
  • fix default database connection - #616

3.9.0

06 Oct 13:08
Compare
Choose a tag to compare

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

04 Sep 09:22
Compare
Choose a tag to compare
  • 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

28 Aug 13:00
1714543
Compare
Choose a tag to compare
  • do not export docs folder

3.7.1

24 Jul 07:41
Compare
Choose a tag to compare
  • fix default database connection env var

3.7.0

23 Jul 12:13
5dfff99
Compare
Choose a tag to compare
  • add database connection to configuration #568

3.6.3

23 Jul 12:08
7a7d093
Compare
Choose a tag to compare
  • fix deprecated array_ helper #569

3.6.2

16 Jul 14:13
d5fd05e
Compare
Choose a tag to compare
  • fix existing description #563

3.6.1

29 May 06:52
Compare
Choose a tag to compare
  • fix nullable date attributes #546

3.6.0

28 May 08:22
Compare
Choose a tag to compare
  • update properties column type from text to json #525
  • update subject_id and causer_id column type from integer to big_integer and unsigned #527
  • fix attribute getter support in DetectsChanges trait #534
  • fix old attributes retrieval in DetectsChanges trait #537
  • clean up old attributes in DetectsChanges trait #538