All notable changes to personal-data-export
will be documented in this file
- support Laravel 9
- drop support for older Laravel versions.
Full Changelog: https://github.com/spatie/laravel-personal-data-export/compare/3.0.0...4.0.0
- improve translations
- refactor internals
- deps: update spatie/temporary-directory (#57)
- remove the deleted views from the service provider (#56)
- replace mailable with notification
- drop support for PHP 7
- drop support for anything below Laravel 8
- Add support for Laravel 8
- use default traits in job and allow to configure the job connection and queue (#42)
- support Laravel 7
- support Laravel 6
- format exported JSON
- made API fluent
- readme corrections
- add uuid compatibility
- fix issue where using files using with disk parameter was not included in final zip
- fix #11
- make properties of events public
- initial release