Releases: yajra/laravel-datatables-export
Releases · yajra/laravel-datatables-export
v1.0.0
- Bump to 1.0.0, possible breaking changes.
- fix(phpstan): Remove ignored errors #37
- fix(ci): Fix compatibility with service class #37
- Use html markdown instead of php markdown for codes that will be placed in blade files (#35)
v0.14.0
- Fix export on columns from eloquent relation #29
- Add auto download feature #30
v0.13.0
- Performance improvement #27
v0.12.0
- Add feature to set sheet name #25
v0.11.1
- Fix compatibility with PHP7.4 and DataTables v9 #24
v0.11.0
- Add github actions ci/cd #21
- Add phpstan
- Add php-cs-fixer
- Add basic tests
- Fix prioritization of expected formats
- Fix days old purge config is always 1 day
v0.10.0
- Add ability to force cell as text. #22
v0.9.0
- Migrate to OpenSpout v3 #20
v0.8.0
- Add option to use cursor or lazy to iterate with the results #17
- Fix export error when path does not exist yet
- Fix [Feature Request] Make storage path configurable #16
v0.7.1
- Use lazy to fix support with eager loaded relations.