All Versions
4
Latest Version
Avg Release Cycle
49 days
Latest Release
1529 days ago

Changelog History

  • v0.3.0 Changes

    February 15, 2020

    ๐Ÿ‘‰ 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

  • v0.2.1 Changes

    February 08, 2020
    • ๐Ÿ›  Fix: Encoder.Encode must terminate encoded value with a newline
  • v0.2.0 Changes

    February 08, 2020

    โž• Add drop-in replacement for encoding/json's Encoder type.

  • v0.1.0 Changes

    September 21, 2019

    ๐ŸŽ‰ Initial release.