All Versions
9
Latest Version
Avg Release Cycle
188 days
Latest Release
1317 days ago

Changelog History

  • v3.1.0 Changes

    September 17, 2020

    ๐Ÿ‘ Implement Marshal for structs, with support for comments in structs:

    type foo struct {
      a A `comment:"First comment"`
      b B `comment:"Second comment"`
    }
    

    โž• Additional minor bug fixes.

    • ๐Ÿ›  Fix panic when passing nil to Unmarshal
    • ๐Ÿ› Bug fix for marshal of unsigned types
    • ๐Ÿ› Bug fix for README add closing block for code section
    • ๐Ÿ‘‰ Use custom Marshaler if type implements Marshal interface
    • โž• Add unit tests for Marshal. encode.go coverage at 94.9%
  • v3.0.1

    November 06, 2019
  • v3.0.0

    July 17, 2017
  • v0.2.3

    June 09, 2017
  • v0.2.2

    September 27, 2016
  • v0.2.1

    August 31, 2016
  • v0.2.0 Changes

    August 18, 2016

    ๐Ÿ›  fix err on bad ML string

  • v0.1.1

    August 09, 2016
  • v0.1.0

    August 08, 2016