Releases: SpartnerNL/Laravel-Excel
Releases · SpartnerNL/Laravel-Excel
3.1.60
Bump phpspreadsheet to 1.29.4
Full Changelog: 3.1.59...3.1.60
3.1.59
What's Changed
- Bump minimum version of Phpspreadsheet
- Update CHANGELOG.md, fix typos by @BobConanDev in #4215
- Fix typo in missing file exception by @bitfactory-robin-martijn in #4225
- Fixes TTL cache key name by @ngiraud in #4228
- Adjust WithCharts into function close() by @SirCoolMind in #4227
New Contributors
- @BobConanDev made their first contribution in #4215
- @bitfactory-robin-martijn made their first contribution in #4225
- @ngiraud made their first contribution in #4228
- @SirCoolMind made their first contribution in #4227
Full Changelog: 3.1.58...3.1.59
3.1.58
What's Changed
- Revert "Change filePath to real path if it's an upload (#4132)" by @isaacdew2 in #4201
- Fix Could not find zip member error on Serverless env by @jbajou in #4198
New Contributors
Full Changelog: 3.1.57...3.1.58
3.1.57
Full Changelog: 3.1.56...3.1.57
3.1.56
What's Changed
- Change filePath to real path if it's an upload by @isaacdew2 in #4132
- Default CSV import file encoding to be guessed by @BrandonSurowiec in #4185
- [3.x] Add
Macroable
toExcel
andExcelFake
by @yoeriboven in #4171 - Added withSkipDuplicates import concern by @frknakk in #4152
New Contributors
- @isaacdew2 made their first contribution in #4132
- @BrandonSurowiec made their first contribution in #4185
- @yoeriboven made their first contribution in #4171
- @frknakk made their first contribution in #4152
Full Changelog: 3.1.55...3.1.56
3.1.55
Bugfix for output buffer cleaning
Full Changelog: 3.1.54...3.1.55
3.1.54
- Laravel 11 support
- Detach cell parent when flushing cache to save memory
- Explicitly fail when file does not exist on import
Full Changelog: 3.1.53...3.1.54
3.1.53
- Backport never released features: cascade persisting of belongs* relations and builder macros
- Fix for L5.8
- Remove conflicting db transactions trait from macro tests
- Use app() helper instead of resolve() for old Lumen versions
Full Changelog: 3.1.52...3.1.53
3.1.52
What's Changed
- Fix mkdir recursive flag placement by @iftaras in #4054
- Use regex lazy quantifier to match first occurrence in combined validation rules by @kenfai in #4049
- Memory exhaust 1024M in queued export with FromQuery method by @sebestenyb in #4044
- Add AfterChunk event for chunked exports by @sebestenyb in #4037
- Cell Value Middleware / Trim cells by default by @joelharkes in #4050
- Fix facade diskName by @SanderMuller in #4020
New Contributors
- @kenfai made their first contribution in #4049
- @sebestenyb made their first contribution in #4044
Full Changelog: 3.1.51...3.1.52
3.1.51
What's Changed
- check if local path is valid before writing by @adamgoucher in #4034
- Fix mkdir exception by @iftaras in #4041
- Laravel Scout support by @Cellard in #4032
New Contributors
- @adamgoucher made their first contribution in #4034
- @iftaras made their first contribution in #4041
- @Cellard made their first contribution in #4032
Full Changelog: 3.1.50...3.1.51