- Assert compatibility with
league/csv
for versions>= 9.12
- Add type hints
- PHP 8.1 compatibility
- new helper function
overwriteValue($key, $value)
Data\File\CsvReader
now usesLeague\Csv\Reader
internally.- we require the input file to have a header line
- we now can handle fields containing line breaks
CsvFileReader
->readHeader()` is now deprecated
- Updated example
- Updated tests