jsoncolor v0.3.0 Release Notes

Release Date: 2020-02-15 // about 4 years ago
  • ๐Ÿ‘‰ Make custom formatters easier to use

    โž• Add MarshalWithFormatter, MarshalIndentWithFormatter and
    ๐Ÿ†• NewEncoderWithFormatter functions which make it easier to generate
    ๐Ÿ‘€ colorized output using a custom Formatter. See the docs above these
    functions for caveats.

    โž• Add go.mod and go.sum files


Previous changes from v0.2.1

    • ๐Ÿ›  Fix: Encoder.Encode must terminate encoded value with a newline