blob: 1b73076f242644a5b20e3ac091fca3f5220a3af0 [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
14------------------------------------------------------------------------
15=== History: ===
16------------------------------------------------------------------------
17
182.0.2 (14-May-2012)
Tatu Saloranta52654bd2012-04-22 10:35:46 -070019
Tatu Saloranta227498d2012-05-14 18:40:12 -070020Fixes:
21
22* OSGi bundle name was accidentally changed in 2.0.1; reverted back to one
23 used in 2.0.0, earlier
Tatu Saloranta52654bd2012-04-22 10:35:46 -070024 (reported Pascal G)
25
Tatu Saloranta227498d2012-05-14 18:40:12 -0700262.0.1 (22-Apr-2012)
27
28Fixes:
29
30* [JACKSON-827] Fix incompatibilities with JDK 1.5 (2.0.0 accidentally
31 required 1.6)
32 (reported Pascal G)
33
Tatu Saloranta52654bd2012-04-22 10:35:46 -0700342.0.0 (25-Mar-2012)
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070035
36Improvements:
37
38* [JACKSON-437]: Allow injecting of type id as POJO property, by setting
39 new '@JsonTypeInfo.visible' property to true.
40* [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
41 (requested by Aner P)
42* [JACKSON-787]: @JsonIgnoredProperties can be used on properties too
Tatu Saloranta39a4a282012-02-24 16:00:54 -080043
44New features:
45
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070046* [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs),
47 with @JsonIdentityInfo
Tatu Saloranta39a4a282012-02-24 16:00:54 -080048* [JACKSON-714] Add general-purpose '@JsonFormat' annotation
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070049* [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include)
50* [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation
51 bundles" (also: AnnotationIntrospector.isAnnotationBundle())
52
53Other:
54
55* Lots of miscellaneous refactoring; moving most annotations from
56 databind into this package; only leaving ones that depend on
57 databind package types
Tatu Saloranta39a4a282012-02-24 16:00:54 -080058
59------------------------------------------------------------------------
60=== History: ===
61------------------------------------------------------------------------
62
63[entries for versions 1.x and earlier not retained; refer to earlier releases)