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.