Skip to content

version 16

Latest
Compare
Choose a tag to compare
@svenvc svenvc released this 21 Jun 11:42
· 38 commits to master since this release
  • 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)