Releases: monitorjbl/json-view
Releases · monitorjbl/json-view
0.9
- Adding support for custom date deserialization (#15)
- Respecting nth-level matchers (#16)
- Adding Inclusion.NON_NULL support (#17)
0.8
- encapsulating writeObject in new object (#12)
- using name() for enums (#13)
0.7
- adding support for classes (#11)
0.6
- ignoring static fields (#9)
- adding builtin support for URI/URL (#8)
- cleaning up ThreadLocals to fix multithreading issue
- adding support for custom ObjectMappers (#10)
0.5
- adding basic support for enums (#6)
- blanking path on class matcher discovery (#7)
0.4
- Separating JSON serialization and Spring integration (#3)
0.3
- Adding support for primitive arrays (#5)
- Adding date serialization (#4)
- Making include/exclude handle varargs (#2)
0.2
- adding wildcard support for issue #1
- minor optimizations to cut down on reflection calls