Releases: daleattree/csvfilehandler
Releases · daleattree/csvfilehandler
v1.0.12
v1.0.11
Implemented the ability to not auto-parse a file and allow per-line reading for large files
v1.0.10
Bug fixes related to the improved column header handling
v1.0.9
Improved handling of values provided as column headers
v1.0.8
Added handling for blank rows
v1.0.7
Corrected formatKey method to correlate with get method naming convention
v1.0.6
Latest release with corrected version in composer.json and updated exception handling
v1.0.5
Corrected reference to Exception class and added tests for exceptions.
Thanks to Brad Mostert
Correct version number in composer.json
v1.0.4
Use file pointer instead of loading file into memory for parsing.
Thanks to Sarel vd Walt.
v1.0.3
Removed composer automation
Thanks to EmanueleMinotto