1.2.0: Merge pull request #50 from cordoval/improvements
Improvements
- Update README.md. thx @gsmark
- Make LexerConfig optional. thx @Richtermeister
- Add PHP 5.6 to .travis.yml. thx @sasezaki
- Added support for writing column headers before an export. thx @maclof
- Enclosure can now be empty - '' or false. Useful when the provided values are already enclosed. thx @iplesca
- Various improvements. thx @cordoval
Bug fix
- Remove redundant check of valid callable. thx @Richtermeister
- Fix some comment grammer. thx @hanneskaeufler