Skip to content

Releases: audunru/export-response

v2.0.4

11 Dec 07:20
2256fbf
Compare
Choose a tag to compare

2.0.4 (2024-12-10)

Miscellaneous Chores

v2.0.3

06 Nov 18:45
9df27f6
Compare
Choose a tag to compare

2.0.3 (2024-11-06)

Miscellaneous Chores

  • deps: bump the composer group across 1 directory with 2 updates (#21) (0112368)

v2.0.2

25 Aug 08:17
cf900f0
Compare
Choose a tag to compare

2.0.2 (2024-08-25)

Miscellaneous Chores

v2.0.1

25 May 06:51
5721dc0
Compare
Choose a tag to compare

2.0.1 (2024-05-20)

Miscellaneous Chores

v2.0.0

17 May 07:02
0eb3b24
Compare
Choose a tag to compare

2.0.0 (2024-05-17)

⚠ BREAKING CHANGES

  • laravel 11 support (#15)

Features

Performance Improvements

  • service provider is deferrable (91a7624)

Miscellaneous Chores

  • use released version of has-parameters (#17) (a2857b7)

v1.0.1

07 Apr 10:25
2465f38
Compare
Choose a tag to compare

1.0.1 (2024-04-07)

Miscellaneous Chores

v1.0.0

18 Jul 21:00
ce127ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v1.0.0

v0.5.0

18 Jul 12:46
23f8704
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

Laravel 9 support

09 Apr 07:10
7ddfb63
Compare
Choose a tag to compare
v0.4.0

feat: laravel 9 support (#10)

v0.3.0

31 Oct 13:03
af4b526
Compare
Choose a tag to compare

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)