Skip to content

3.0

Compare
Choose a tag to compare
@Jaspaul Jaspaul released this 16 Feb 21:29
· 13 commits to master since this release
09f5669

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.*