All Versions
14
Latest Version
Avg Release Cycle
59 days
Latest Release
1733 days ago

Changelog History
Page 1

  • v0.9.23

    July 03, 2018
  • v0.9.22 Changes

    March 05, 2018
    • ๐Ÿ›  fix #167 parse Object.class follow jackson convention. fixed the case of 1.0 parsed as int not double.
    • ๐Ÿ›  fix #154 support map integer key
    • ๐Ÿ›  fix #152
  • v0.9.21 Changes

    ๐Ÿ’ฅ breaking changes

    • ๐Ÿ›  fix #149 parse Object.class follow jackson convention

    ๐Ÿ› bug fixes

    • ๐Ÿ›  fix #145 add Any.registerEncoders
    • ๐Ÿ”€ merge #143
  • v0.9.20 Changes

    • ๐Ÿ›  fix #136, field with only getter is also considered as java bean property, so that @JsonIgnore on the field should be propagated to getter
  • v0.9.19 Changes

    • ๐Ÿ”„ changed cfg class name to hashcode based
    • ๐Ÿ›  fix static codegen
    • ๐Ÿ›  fix #133 NPE when no extra
    • ๐Ÿ›  fix #132 MaybeEmptyArrayDecoder
    • ๐Ÿ›  fix #130 @JsonCreator not compatible with @JsonIgnore
    • ๐Ÿ›  fix #126 surrogate unicode
  • v0.9.18 Changes

    November 18, 2017
    • ๐Ÿ›  fix of overflow detection for numeric primitive types
    • ๐Ÿ›  fix of method prefix of error message
    • issue #125 avoid nested JsonException
    • ๐Ÿ›  fix #109 treat wildcard generics variable as Object
  • v0.9.17 Changes

    • ๐Ÿ›  fix leading zero
    • ๐Ÿ›  fix #112 #119
    • ๐Ÿ›  fix of parsing zero & min values
    • ๐Ÿ‘ issue #115 better leading zero detection
    • ๐Ÿ›  fix #144, parse max int/long
    • ๐Ÿ›  fix #110 if @JsonProperty is marked on field, ignore getter/setter
  • v0.9.16 Changes

    October 12, 2017
    • issue #107 annotation should be marked on getter/setter if present
    • ๐Ÿ›  fix ctor is null when encoding issue
    • issue #104, JsonWrapper argument should not be mandatory
    • issue #99 added mustBeValid method to Any class
    • issue #97 demonstrate JsonProperty when both field and setter
    • like "1.0e+10" should not fail
    • issue #94 skip transient field
    • issue #94 fix JsonProperty not changing fromNames and toNames
    • issue #93 some control character should be esacped specially
    • issue #93 fix control character serialization
    • ๐Ÿ‘ issue #92 fix generics support
  • v0.9.15 Changes

    June 24, 2017

    ๐Ÿ’ฅ breaking changes

    • 0๏ธโƒฃ null is not omitted by default config

    ๐Ÿ†• new features

    • โž• add defaultValueToOmit to @JsonProperty
    • โž• add omitDefaultValue to config
    • ๐Ÿ‘ encoder support indention in dynamic mode
  • v0.9.12

    May 23, 2017