Releases: nmorel/gwt-jackson
Releases · nmorel/gwt-jackson
0.11.0
0.10.0
Thanks to the contributor for your PR :)
0.9.0
- Issue #42 : Rewrite the generator to improve the readabilty of the generator code and the generated code. gwt-jackson now uses javapoet to write the code
- Issue #43 : Support for annotation @JsonInclude
- Support factory method on interface and abstract class
- The context builders are now created via deferred binding. This allows the user to overwrite the default options globally.
- Updated jackson dependencies to 2.5.1
0.8.0
- Fix issue #39 JSON Property name containing special characters fails GWT deserialization
- Fix issue #40 make AbstractObjectMapper.getSerializer / getDeserializer public?
- Add support for @JsonCreator delegation (613da8e)
- Add support for @JsonValue (e831d56)
- Add support for @JsonAnyGetter and @JsonAnySetter (4ae5919)
- Add support for @JsonUnwrapped on serialization only (ba32fda)
- Add basic support for @jsonformat timezone. Offset pattern only (+0000 or -0800 for example). (a1d72f1)
- Add support for JavaScriptObject using stringify for serialization and JsonUtils.safeEval for deserialization. (2484905)
- Improve serialization performance by skipping the String's escaping when not needed (51ca927 and 755d5c9)