Releases: monitorjbl/json-view
Releases · monitorjbl/json-view
1.1.0
- Fix for getters simply named "get" and getters with "get" in their name (#61)
1.0.1
- No longer double-serializing inherited properties (#59)
1.0.0
- Adding support for method-based accessors (#46)
- Adding support for Jackson
JsonNode
- Adding support for local
@JsonInclude
annotations with Includes.NON_NULL
0.16
- Adding support for field transformation (#52)
- Adding matcher behavior option to support recursion (#44)
- Adding support for @JsonSerialize.using() (#41)
0.15
- Added support for UUIDs (#39)
0.14
- Support for
@JsonProperty
(#36)
- Support for Java8 dates (#28)
- New module implementation for easier configuration (#38)
0.13
- Added default view for Spring integration (#37)
- Allowing custom serializers for specific classes (#35)
- No longer replacing all Spring message converters (#30)
0.12
- Support for
BigDecimal
serialization (#23)
- Support for
@JsonBackReference
(#24)
- Support for
@JsonIgnoreProperties
on fields (#26)
0.11
- Serializer now respects interfaces correctly (#25)
0.10
*Support for String's ResponseEntity
(#18)