blob: 9b3720be4bca57279efb5c8cefc7ab82964419cc [file] [log] [blame]
Tatu Saloranta52654bd2012-04-22 10:35:46 -07001Version: 2.0.1
Tatu Saloranta39a4a282012-02-24 16:00:54 -08002
3Release date:
Tatu Saloranta52654bd2012-04-22 10:35:46 -07004 22-Apr-2012
Tatu Saloranta39a4a282012-02-24 16:00:54 -08005
6Description:
Tatu Saloranta52654bd2012-04-22 10:35:46 -07007 First patch release for 2.0
8
9* [JACKSON-827] Fix incompatibilities with JDK 1.5 (2.0.0 accidentally
10 required 1.6)
11 (reported Pascal G)
12
13------------------------------------------------------------------------
14=== History: ===
15------------------------------------------------------------------------
16
172.0.0 (25-Mar-2012)
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070018
19Improvements:
20
21* [JACKSON-437]: Allow injecting of type id as POJO property, by setting
22 new '@JsonTypeInfo.visible' property to true.
23* [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
24 (requested by Aner P)
25* [JACKSON-787]: @JsonIgnoredProperties can be used on properties too
Tatu Saloranta39a4a282012-02-24 16:00:54 -080026
27New features:
28
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070029* [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs),
30 with @JsonIdentityInfo
Tatu Saloranta39a4a282012-02-24 16:00:54 -080031* [JACKSON-714] Add general-purpose '@JsonFormat' annotation
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070032* [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include)
33* [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation
34 bundles" (also: AnnotationIntrospector.isAnnotationBundle())
35
36Other:
37
38* Lots of miscellaneous refactoring; moving most annotations from
39 databind into this package; only leaving ones that depend on
40 databind package types
Tatu Saloranta39a4a282012-02-24 16:00:54 -080041
42------------------------------------------------------------------------
43=== History: ===
44------------------------------------------------------------------------
45
46[entries for versions 1.x and earlier not retained; refer to earlier releases)