Skip to content

Releases: FourierTransformer/ftcsv

Encoding Bug Fix

21 Oct 04:05
Compare
Choose a tag to compare

headers now respect the delimiter that's passed in when doing encoding

added headerFunc!

02 Apr 20:48
Compare
Choose a tag to compare
  • 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

30 Mar 01:21
Compare
Choose a tag to compare

The encoder will now convert fields to a string value before writing them out.

Faster Vanilla Lua Parsing

19 Mar 19:08
Compare
Choose a tag to compare

vanilla lua can now parse files much faster (~3x faster in certain situations!)

Additional Lua Support

15 Mar 01:37
Compare
Choose a tag to compare

Now works with lua 5.1 and 5.3!

Initial Release

14 Mar 02:52
Compare
Choose a tag to compare

First Release!