csvutil v1.3.0 Release Notes

Release Date: 2020-02-26 // about 4 years ago
  • Highlights

    • โž• Added inline tag
    • Decoder now sets pointer fields to nil on blank values
    • Encode and Decode now accept slices and arrays
    • Marshal and Unmarshal now accept arrays
    • ๐Ÿ›  Fixed omitempty for nil pointer values
    • ๐Ÿ›  Fixed omitempty for nil interface values
    • ๐Ÿ‘Œ Improved UnmarshalTypeError error message