CodableCSV v0.5.5 Release Notes

Release Date: 2020-04-28 // almost 4 years ago
    • CSVEncoder/CSVDecoder adopts TopLevelEncoder/TopLevelDecoder when Combine is present.
    • CSVReader and CSVDecoder now also accept InputStreams.
      The introduction of this feature allows easier usage of CodableCSV by Command-line applications reading information from the .standardInput (i.e. stdin).
    • Most errors thrown by CodableCSV functions are now CSVErrors.
      All CSVErrors include the failure reason and provide help cues to avoid said problem.
    • 📚 Documentation has been expanded to cover all public and internal functionality.