Skip to content

Releases: pfuri/awesome-php-csv

v2.1.0

07 Mar 21:08
Compare
Choose a tag to compare

Breaking Changes in 2.1

1. hasHeadingRow parameter has been renamed to skipHeaderRow which is what it actually does

2. mapColumns parameter has been added to use the values from the first row as associative array keys for the rest of the rows in the returned results (may lower performance)

1.3.1

20 Aug 21:33
Compare
Choose a tag to compare
  • updated to psr-2 coding standards

1.3.0

18 Aug 06:20
Compare
Choose a tag to compare
Update AwesomePHPCSV.php