All notable changes to personal-data-export
will be documented in this file
- 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