Releases: jamesgordo/php-csv-parser
Releases · jamesgordo/php-csv-parser
1.0.6
What's Changed
- Updated PHPUnit version. by @jamesgordo in #12
- Patch Data.php for PHP 8.2 and higher by @Serzol64 in #10
- Fix Deprecation Notice for passing null to parameter. by @jamesgordo in #14
New Contributors
Full Changelog: 1.0.5...1.0.6
1.0.5
Fixed issue when first column is empty.
Removed 7.2 for travis since annotations for latest phpunit are changed.
1.0.3 removed 7.2 testing since annotations are changes
Minor improvements.
Merge pull request #5 from jamesgordo/parser-patch-1 added handler when file object is passed.
Initial Version Release
1.0.0 :gem: First release.