Releases: audunru/export-response
Releases · audunru/export-response
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.0.1
v1.0.0
v0.5.0
Laravel 9 support
v0.4.0 feat: laravel 9 support (#10)
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)