Skip to content

Releases: eealba/jasoner

v1.0.0

31 May 17:43
d5a5c11

Choose a tag to compare

What's Changed

  • Add support for JsonObject serialization and deserialization by @eealba in #20
  • Update to version 1.0.0 in pom.xml and README.md by @eealba in #21

Full Changelog: v0.8.0...v1.0.0

v0.8.0

25 May 14:14

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

26 Mar 13:16
341ee8e

Choose a tag to compare

What's Changed

Full Changelog: V0.7.0...v.0.7.0

v0.6.4

26 Jan 08:39

Choose a tag to compare

What's Changed

  • bugfix in deserialize when receive empty array or object by @eealba in #16

Full Changelog: v0.6.2...v0.6.4

v0.6.2

01 Jan 17:55

Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

27 Dec 11:54

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

27 Dec 07:40

Choose a tag to compare

What's Changed

  • Serialize and deserialize pojo with enum that include JasonerProperty by @eealba in #10
  • Ensured that quotes in JSON strings are properly escaped by adding a … by @eealba in #11
  • release v0.5.1 by @eealba in #12
  • Serialize and deserialize pojo with enum that include JasonerProperty by @eealba in #13

Full Changelog: v0.4.1...v0.6.0

bugfix Object serialization to Json

07 Dec 20:45

Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

When serializing an object to json and the field or method has JasonerProperty annotation, the annotation value will always be used

Minor changes v.0.4.0

10 Nov 13:08

Choose a tag to compare

What's Changed

  • Refactoring and improve javadoc by @eealba in #9

Full Changelog: v0.3.1...v0.4.0

v0.3.1

09 Nov 18:29
71dd3a9

Choose a tag to compare

What's Changed

  • bugfix: Serialize and Deserialize Record that represent V.O. by @eealba in #8

Full Changelog: v0.3.0...v0.3.1