All Versions
9
Latest Version
Avg Release Cycle
188 days
Latest Release
1582 days ago
Changelog History
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