CodableCSV v0.6.4 Release Notes
Release Date: 2020-11-22 // almost 4 years ago-
CSVWriter
encoder is faster for UTF8 encodings.- ๐ Shift-JIS encoding is now supported (#29).
- ๐
CSVEncoder
andCSVDecoder
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.