Releases: neoxia/laravel-csv-response
Releases · neoxia/laravel-csv-response
v1.1.7
v1.1.6
v1.1.5
Add support for Laravel 5.8.
v1.1.4
v1.1.3
Add support for Laravel 5.6.
v1.1.2
Add include_header
option.
v1.1.1
Add support for Laravel 5.5 with package auto-discovery.
v1.1.0
Make the response more configurable.
- The last argument of the
csv()
method is an array of options. Encoding, delimiter and quotes can be customized. Breaking change.
v1.0.0
First production ready version :
- Inheritance from Laravel
ResponseFactory
class - Manage encoding
- Deal with arrays, collections, models and strings
- Fully tested