Releases: Soapbox/laravel-formatter
Releases · Soapbox/laravel-formatter
3.1.1
3.1
3.0
Changelog
- Update composer.json
- Upgrade to PSR-4
- Add parameter newline, delimiter, enclosure, and escape to export CSV
- When converting a XML to an array, convert @attributes to attribute
- Add parameter encoding and formatted to export xml
- JSON parse fix (Instead of only converting the first level to array, use the associative array parameter with true, so all levels will be decoded to array structure)
- Add support for Laravel 5
- Add package discovery for Laravel 5
- Add support delimiter to a CSV
- Drops support for PHP 5.*
2.2
2.1
2.0
1.4
- removed check for JSON_NUMERIC_CHECK
1.3
Update to remove version restrictions on Illuminate libraries
v1.2
Merge pull request #7 from terdelyi/master Fixed line_number variable, Errors method
V1.1
This version includes some basic test cases and a proper configuration for Travis CI