Skip to content

1.1.0: Merge pull request #25 from gnutix/patch-1

Compare
Choose a tag to compare
@suin suin released this 22 Nov 19:47
· 31 commits to master since this release

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