All notable changes to the "Filament Laravel Auditing" will be documented in this file.
- Fix audits table crash on scalar nested IDs by @swilla in #73
Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v4.1.0...v4.1.1
- Drop PHP 8.2, add PHP 8.5 and Laravel 13 support by @swilla in #68
- Use Node 24-compatible GitHub Actions by @swilla in #69
- Add Laravel 13 test support by @swilla in #70
- Support Pest 5 by @swilla in #71
- Fix ArgumentCountError when the audited model is missing by @andreia in #72
Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v4.0.9...v4.1.0
- fix(views): properly display boolean values by @andrefedalto in #49
Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v4.0.8...v4.0.9
- Updates for main branch rename by @andreia in #66
Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v4.0.7...v4.0.8
- feat: add support to pt_BR by @samuelterra22 in #42
- @samuelterra22 made their first contribution in #42
Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.1.0...v3.1.1
- Laravel 12 Support by @swilla in #39
- @swilla made their first contribution in #39
Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.9...v3.1.0
- add empty state heading by @erossdev in #38
- @erossdev made their first contribution in #38
Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.8...v3.0.9
- Allow multiple parameter methods when extending columns by @intrepidws in #34
- @intrepidws made their first contribution in #34
Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.7...v3.0.8
- Add the ability to customize the presentation by @andreia in #26
Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.6...v3.0.7
- German translation add by @DGINXREAL in #28
- @DGINXREAL made their first contribution in #28
Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.5...v3.0.6
- Korean translations add by @corean in #27
- @corean made their first contribution in #27
Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.4...v3.0.5
- use Filament::auth() instead of auth() by @eelco2k in #23
- Add is_lazy configuration by @andreia in #24
- @eelco2k made their first contribution in #23
Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.3...v3.0.4
- Added fr_FR translation file for 3.x by @loanbesson in #19
Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.2...v3.0.3
- Add updateAuditsRelationManager event listener by @andreia in #17
Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.1...v3.0.2
- Ensure it does not break with null values. by @haringsrob in #16
- @haringsrob made their first contribution in #16
Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.0...v3.0.1
- Initial release