v2.0.0
- Added .ini parsing strategy.
- Changed the behavior of
csvto be a literal translation of every line in a file as an array. - Added
csvRowsandcsvColumnsas other ways to parse csv files. - Added flexibility for accepting
SplFileInfoandSplFileObjectinstances as arguments to theFileParsermethods.