Releases: FourierTransformer/ftcsv
Releases · FourierTransformer/ftcsv
Encoding Bug Fix
headers now respect the delimiter that's passed in when doing encoding
added headerFunc!
- headerFunc allows you to pass in a function that is applied to every header.
- minor performance improvements
- pretty big code refactor which should make updates a little easier
Delimiting Bug Fix
The encoder will now convert fields to a string value before writing them out.
Faster Vanilla Lua Parsing
vanilla lua can now parse files much faster (~3x faster in certain situations!)
Additional Lua Support
Now works with lua 5.1 and 5.3!
Initial Release
First Release!