Skip to content

Greater Performance & Easier Debugging

Compare
Choose a tag to compare
@dehesa dehesa released this 23 Mar 18:22
· 102 commits to master since this release
  • Expand input/output support to Data, String, and files (through URLs).
  • Reimplemented CSVReader and CSVWriter for greater performance.
  • Introduction of CSVError adopting SE-112 protocols for easier debugging.
  • Make Decoder fully immutable.
  • Expand tests on CSVReader, CSVWriter, and CSVDecoder.
  • OS requirements reduced to macOS 10.10, iOS 8, tvOS 9, watchOS 2.
  • First trials on Linux.
  • Fixed bug on trim character strategy.