csvutil v1.2.0 Release Notes

Release Date: 2018-07-31 // over 5 years ago
  • Highlights

    • โž• Added support for older Go versions (minimum version is Go1.7)
    • Added Decoder.Map for data normalization (example)
    • Decoder can now properly handle interface values that are initialized pointers - it decodes data into these values instead of creating a string (example)
    • โž• Added go.mod file
    • ๐Ÿ›  Fixed the issue where Header and EncoderHeader were not recognizing the type properly if the value was wrapped in additional interfaces
    • ๐Ÿ‘Œ Improved internal code
    • ๐Ÿ‘Œ Improved documentation