You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Special thanks to [Ahmed Nagi](https://github.com/nagi1).
177
199
178
200
- Drop Laravel 6 and 7 support.
201
+
179
202
- Drop PHP 7.x support.
203
+
180
204
- Add `LogOptions` configuration object to replace all configuration properties.
205
+
181
206
- Add ability to batch activity logs [#560](https://github.com/spatie/laravel-activitylog/issues/560)
207
+
182
208
- Add Pipeline to customize logged changes data.
209
+
183
210
-- Deep diff array/JSON sub-keys and respect for only-dirty, no-empty ... [#692](https://github.com/spatie/laravel-activitylog/issues/692) using new pipeline. See implementation in the tests.
184
211
185
212
-
@@ -194,6 +221,7 @@ Special thanks to [Ahmed Nagi](https://github.com/nagi1).
194
221
-
195
222
-
196
223
- Implement a `CauserResolver` to define causer for current runtime [#582](https://github.com/spatie/laravel-activitylog/issues/582).
0 commit comments