Skip to content

Releases: mailru/easyjson

v0.9.1

15 Sep 18:20
58eb6f5

Choose a tag to compare

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
5e854fb

Choose a tag to compare

up go version and bugfixes

v0.8.0

15 Dec 17:38
141f9c7

Choose a tag to compare

stable version before go version bump

Version 0.7.7

06 Feb 19:07
c120ca7

Choose a tag to compare

Update .travis.yml (#324)

Adding power support.

Version 0.7.6

19 Aug 09:32

Choose a tag to compare

v0.7.6

fix parser for go 1.15 (multiline comments)

Version 0.7.5

13 Aug 07:53

Choose a tag to compare

Fix tag and versioning

Version 0.7.3

10 Aug 09:25
853c497

Choose a tag to compare

  • Fix broken file header when creating decoders for interfaces (#300)
  • Add go.sum to repo (#301)

Version 0.7.2

27 Jul 16:22
87794d0

Choose a tag to compare

  • Add MarshalerUnmarshaler interface
  • Fix generated code for Marshaler interface

Go modules

10 Sep 11:12
1b2b06f

Choose a tag to compare

Added support for go modules.
Production ready.