v0.3.0
Features
- ExportXlsx middleware
Breaking changes
- Uses spatie/simple-excel instead of league/csv. If you're using CSV exports, run
composer require spatie/simple-excel
to require the new dependency. If you're not using league/csv for anything else, you can remove that package. - ToCsv collection macro has been removed (transformation from collection to Csv is done directly in the ToCsv response macro instead)