forked from michaelliao/jsonstream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASE-NOTES.txt
More file actions
37 lines (23 loc) · 760 Bytes
/
RELEASE-NOTES.txt
File metadata and controls
37 lines (23 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Release Notes
1.0.4 (2015-01-22)
==================
Fix create non-public JavaBean.
Rename useObjectHook() to useObjectMapper() in JsonBuilder.
1.0.3 (2015-01-21)
==================
Add createWriter(OutputStream) in JsonBuilder.
Fix serialize Map.
1.0.2 (2015-01-08)
==================
Refactor JSON exceptions, rename ObjectHook to ObjectMapper.
1.0.1 (2015-01-07)
==================
Add JsonSerializable support, allow to serialize object to custom definition.
Bugfix for serializing char.
1.0 (2015-01-06)
================
Initial release.
* Support JSON deserialization to Java beans.
* Support validations on Java beans via annotation.
* Support @Format with custom validation on String property.
* Support Java beans serialization to JSON.