1.1.0
Improvements
- Add mbstring requirement to composer. thx @gnutix
- .travis.yml - add PHP 5.5. thx @sasezaki
- Lexer and Config now supports the ability to skip a header row. thx @Jared Fraser
- Added the ability for the callbackcollection to support AggregateIterator. thx @Jared Fraser
- Added possibility to define fileMode in Standard Export. thx @Danez
Bug fix
- Error when the last line is empty. thx @emmanuelgautier
- Fixed typo in readme.md. thx @bobey
- After all rows are written flush the contents to disk. thx @Danez
- fixes #13 - setlocale() warning on CentOS. thx @meonkeys