Releases: svenvc/NeoCSV
Releases · svenvc/NeoCSV
version 16
- Add #skip and #skip: methods to NeoCSVReader
- Use #writeField: in NeoCSVWriter>>#writeHeader:
- Consume excess fields in the input when fewer fields are configured
- Add NeoCSVReader>>#beStrict to signal an error when record fields don't match the configuration
- Follow Pharo API change in NeoCSVBenchmark>>#cleanup
- Switch CI from Travis to GitHub Actions
- Add new convenience method #addFloatFieldRadixPointComma: accessor
- Extend NeoNumberParser with an optional digit group separator character to be skipped when parsing digits
- Use OSPlatform current lineEnding as the default for NeoCSVWriter's line ending
- Extend the NeoCSVReader enumerating protocol a bit
- Improve NeoNumberParser float parsing accuracy by postponing float conversion (similar to STON and NeoJSON)
- Use Magritte Descriptions to Simplify Reading CSV (optional load)
version 15
Stable version 15 corresponding with MC repos