CodableCSV v0.5.0 Release Notes

Release Date: 2020-03-23 // about 4 years ago
    • ๐Ÿ‘ 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.