Releases: dev-partners/laravel-nova-auditable-log
Releases · dev-partners/laravel-nova-auditable-log
Restore previous values
The ability to rollback or change to the previous value has been added.
Thanks to @happyDemon for the contribution!
Laravel auditing package suggestion in Composer file
A small reminder to install the right package that will enable audits of Eloquent models.
Code cleanup
Merge pull request #5 from dev-partners/recycledbeans-patch-1 Imports Nova in AuditController
Cacheable routes
Merge pull request #4 from ndberg/routes-cachable moves logic to controller, makes routes cachable
Support for audits made via console (no user)
This minor release fixes an issue related to audit records created using the console that do not have a user assigned to them. The package now reflects that the record was updated via the console.
Initial Release!
v1.0.0 Update README.md