Releases: nietras/Sep
Releases · nietras/Sep
0.2.2
0.2.1
0.2.0
- Replace the "char + position" indexing approach with a "straightforward" parse one row at a time approach for 1.4x faster low level parsing.
- Add line number range (from - to excl) to
SepReader.Row
incl. tracking line endings inside quotes so easy to find a row's lines in notepad or similar. - Add
SepReaderOptions.DisableColCountCheck
option that allows disabling exception thrown if a row does not have expected col count (fixes issue #10). - BREAKING CHANGE: Rename
SepReaderOptions.UseFastFloat
toDisableFastFloat
to follow aDisable
convention for features enabled by default. - Minor breaking change to
SepWriter
, which now always writes line ending for last row to ensure row count consistent for empty columns. - Expand README.md with options and debuggability.
0.1.0
v0.1.0-rc.1
Initial release candidate from public release of code.