Releases: SpartnerNL/Laravel-Excel
Releases · SpartnerNL/Laravel-Excel
3.1.42
What's Changed
- Revert validation to array introduced in 3.1.41 by @mitchdesign in #3742
New Contributors
- @mitchdesign made their first contribution in #3742
Full Changelog: 3.1.41...3.1.42
3.1.41
What's Changed
- Fix typo in excel.php file by @guiassemany in #3613
- Fix testing for multiple stored files by regex by @keithbrink in #3631
- Fix local temp file cleanup by @FrancisMawn in #3628
- Allow validations with toArray by @ahmedash95 in #3641
- Simplify validations by using only one concern by @ahmedash95 in #3642
- Cast empty headers to int by @ahmedash95 in #3646
- Is empty when by @ibrahimeldesoki in #3645
- Support required_unless (and other required_*) rules by @RobertWeideKyos in #3660
- Prevent install of psr/simplecache 3.0 by @ziming in #3735
New Contributors
- @guiassemany made their first contribution in #3613
- @keithbrink made their first contribution in #3631
- @FrancisMawn made their first contribution in #3628
- @ahmedash95 made their first contribution in #3641
- @ibrahimeldesoki made their first contribution in #3645
- @RobertWeideKyos made their first contribution in #3660
- @ziming made their first contribution in #3735
Full Changelog: 3.1.40...3.1.41
3.1.40
What's Changed
- Expose the ability to set custom response headers when exporting collections by @andrew-belac in #3605
- Adds WithDefaultStyles concern to allow configuring the workbook default styles.
- Adds WithBackgroundColor concern to allow configuring the workbook default background color.
New Contributors
- @andrew-belac made their first contribution in #3605
Full Changelog: 3.1.39...3.1.40
3.1.39
3.1.38
3.1.37
New Contributors
Full Changelog: https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/CHANGELOG.md
3.1.36
What's Changed
- Fix return type of FromQuery::query() by @halloei in #3485
- Add support for Laravel 9 by @HajMo in #3496
- Allow setting db connection from config by @hulkur in #3497
- Fix typo in README links by @whoami15 in #3503
- Added an ability to specify CSV ouput encoding by @Lupennat in #3507
New Contributors
- @halloei made their first contribution in #3485
- @HajMo made their first contribution in #3496
- @hulkur made their first contribution in #3497
- @whoami15 made their first contribution in #3503
- @Lupennat made their first contribution in #3507
Full Changelog: 3.1.35...3.1.36
3.1.35
What's Changed
- Fixed range by @DominicVonk in #3460
- Fixed SkipsEmptyRows support with the WithColumnLimit concern by @fsilvestro in #3455
- Removed cache flush exporting files by @fsilvestro in #3477
New Contributors
- @DominicVonk made their first contribution in #3460
- @fsilvestro made their first contribution in #3455
Full Changelog: 3.1.34...3.1.35
3.1.34
What's Changed
- Feature/refactor config local path by @khacnha in #3329
- Fix queueImport function to be able to assert chained jobs. by @yasuaki640 in #3337
- Adding InteractsWithQueue to AppendToSheet jobs (fixes: #3365) by @lk77 in #3366
- [Bug] Skipped failure still persist in the collection/array. by @juliomotol in #3359
- Implement PHP 8.1's ArrayAccess interface by @grantholle in #3454
New Contributors
- @khacnha made their first contribution in #3329
- @yasuaki640 made their first contribution in #3337
- @juliomotol made their first contribution in #3359
- @grantholle made their first contribution in #3454
Full Changelog: 3.1.33...3.1.34
v3.1.33
Update CHANGELOG.md