Releases: mailru/easyjson
Releases · mailru/easyjson
v0.9.1
15 Sep 18:20
Compare
Sorry, something went wrong.
No results found
What's Changed
Fix unmarshal null to existing value by @neal in #407
Fix unmarshal null values for non-pointer fields by @neal in #411
feat: Add version and commit information to easyjson generator by @stickpro in #424
New Contributors
Full Changelog : v0.9.0...v0.9.1
v0.9.0
15 Dec 17:38
Compare
Sorry, something went wrong.
No results found
up go version and bugfixes
v0.8.0
15 Dec 17:38
Compare
Sorry, something went wrong.
No results found
stable version before go version bump
Version 0.7.7
06 Feb 19:07
Compare
Sorry, something went wrong.
No results found
Update .travis.yml (#324)
Adding power support.
Version 0.7.6
19 Aug 09:32
Compare
Sorry, something went wrong.
No results found
v0.7.6
fix parser for go 1.15 (multiline comments)
Version 0.7.5
13 Aug 07:53
Compare
Sorry, something went wrong.
No results found
Version 0.7.3
10 Aug 09:25
Compare
Sorry, something went wrong.
No results found
Fix broken file header when creating decoders for interfaces (#300 )
Add go.sum to repo (#301 )
Version 0.7.2
27 Jul 16:22
Compare
Sorry, something went wrong.
No results found
Add MarshalerUnmarshaler interface
Fix generated code for Marshaler interface
Go modules
10 Sep 11:12
Compare
Sorry, something went wrong.
No results found
Added support for go modules.
Production ready.