Skip to content

Releases: spatie/laravel-activitylog

4.4.3

07 Apr 19:31
a177e7e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.2...4.4.3

4.4.2

07 Mar 13:11
600c397
Compare
Choose a tag to compare

4.4.1

04 Mar 10:52
Compare
Choose a tag to compare

4.4.0

12 Jan 17:34
Compare
Choose a tag to compare
  • allow Laravel 9

4.3.1

20 Oct 16:37
334e742
Compare
Choose a tag to compare
  • Fix hardcoded deleted_at column usage - #965

4.3.0

20 Oct 16:31
a53c2c1
Compare
Choose a tag to compare
  • Add \Spatie\Activitylog\LogOptions::useAttributeRawValues() to log uncasted attributes - #972

4.2.0

06 Oct 08:56
f6b3a51
Compare
Choose a tag to compare
  • Add immutable_date cast support - #969

4.1.1

23 Jul 14:02
38701e6
Compare
Choose a tag to compare
  • Fix migration stub names - #914

4.1.0

23 Jul 13:59
e36eb74
Compare
Choose a tag to compare
  • Add \Spatie\Activitylog\LogBatch::setBatch(string $uuid) method to keep batches across requests or multiple jobs - #918

4.0.0

04 May 12:39
Compare
Choose a tag to compare

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.