Skip to content

v0.3.0

Compare
Choose a tag to compare
@audunru audunru released this 31 Oct 13:03
· 26 commits to master since this release
af4b526

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)