CodableCSV v0.5.1 Release Notes

Release Date: 2020-03-26 // about 4 years ago
    • ๐Ÿ‘ Custom escaping scalars are supported thanks to @josh (#13).
      ๐Ÿ“œ This includes the ability to disable escaping functionality on parsing or serializing CSVs.
    • ๐Ÿง Linux is officially supported.
      ๐Ÿง All tests now also run on Linux (Ubuntu 18.04) through Github actions.
    • Trim strategy now throws an error at initialization when it contains delimiter characters or escaping scalars.
    • The repo now provides not only a high-level roadmap, but also a detailed plan on which features are being worked next.