CodableCSV v0.6.4 Release Notes

Release Date: 2020-11-22 // over 3 years ago
    • CSVWriter encoder is faster for UTF8 encodings.
    • ๐Ÿ‘ Shift-JIS encoding is now supported (#29).
    • ๐Ÿš€ CSVEncoder and CSVDecoder have experienced major speed ups, due to drops on unnecessary retains/releases.

Previous changes from v0.6.1

    • The first batch of optimizations have landed.
    • ๐Ÿ›  Fix for floating-point encoding/decoding (#20)
    • ๐Ÿ“š Change decodeNil() behavior to more closely follow the documentation.
    • decodeIfPresent can now be safely used.