blob: b921802953a81affee022ab8f9dcdcb884ec2c8c [file] [log] [blame]
Tatu Saloranta59f25742012-06-26 22:14:37 -07001Version: 2.1.0
Tatu Saloranta39a4a282012-02-24 16:00:54 -08002
3Release date:
Tatu Saloranta59f25742012-06-26 22:14:37 -07004 xx-Jul-2012
Tatu Saloranta39a4a282012-02-24 16:00:54 -08005
6Description:
Tatu Saloranta59f25742012-06-26 22:14:37 -07007 New minor version.
Tatu Saloranta1e2b4042012-05-14 19:42:57 -07008
Tatu Salorantaccbc0862012-08-24 12:42:04 -07009New features:
10
11* [Issue#4]: Add '@JsonIdentityReference', to support use case where values of
12 a specific reference property are always serialized as ids, never as full POJO
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070013
Tatu Saloranta0ba14012012-10-04 17:36:10 -070014Improvements:
15
16* Added '@JsonIdentityInfo.firstAsID' property, to allow forcing all references
17 to an Object to be serialized as id, including first one.
18* Fix OSGi artifact name to be fully-qualified
19
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070020------------------------------------------------------------------------
21=== History: ===
22------------------------------------------------------------------------
23
242.0.2 (14-May-2012)
Tatu Saloranta52654bd2012-04-22 10:35:46 -070025
Tatu Saloranta227498d2012-05-14 18:40:12 -070026Fixes:
27
28* OSGi bundle name was accidentally changed in 2.0.1; reverted back to one
29 used in 2.0.0, earlier
Tatu Saloranta52654bd2012-04-22 10:35:46 -070030 (reported Pascal G)
31
Tatu Saloranta227498d2012-05-14 18:40:12 -0700322.0.1 (22-Apr-2012)
33
34Fixes:
35
36* [JACKSON-827] Fix incompatibilities with JDK 1.5 (2.0.0 accidentally
37 required 1.6)
38 (reported Pascal G)
39
Tatu Saloranta52654bd2012-04-22 10:35:46 -0700402.0.0 (25-Mar-2012)
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070041
42Improvements:
43
44* [JACKSON-437]: Allow injecting of type id as POJO property, by setting
45 new '@JsonTypeInfo.visible' property to true.
46* [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
47 (requested by Aner P)
48* [JACKSON-787]: @JsonIgnoredProperties can be used on properties too
Tatu Saloranta39a4a282012-02-24 16:00:54 -080049
50New features:
51
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070052* [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs),
53 with @JsonIdentityInfo
Tatu Saloranta39a4a282012-02-24 16:00:54 -080054* [JACKSON-714] Add general-purpose '@JsonFormat' annotation
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070055* [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include)
56* [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation
57 bundles" (also: AnnotationIntrospector.isAnnotationBundle())
58
59Other:
60
61* Lots of miscellaneous refactoring; moving most annotations from
62 databind into this package; only leaving ones that depend on
63 databind package types
Tatu Saloranta39a4a282012-02-24 16:00:54 -080064
65------------------------------------------------------------------------
66=== History: ===
67------------------------------------------------------------------------
68
69[entries for versions 1.x and earlier not retained; refer to earlier releases)