blob: e17f4d1e119c483b6444da8d34d666bc6f940dfa [file] [log] [blame]
Tatu Saloranta7580af02013-04-22 19:54:26 -07001Project: jackson-annotations
Tatu Salorantad713c9f2013-06-06 14:01:02 -07002Version: 2.3.0 (xx-xxx-2013)
Tatu Saloranta39a4a282012-02-24 16:00:54 -08003
Tatu Salorantad713c9f2013-06-06 14:01:02 -07004New minor version
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -08005
Tatu Salorantad8d2e812013-07-25 18:48:07 -07006#13: Add `@JsonPropertyDescription`
7 (suggested by Net-A-Porter@github)
Tatu Salorantaa431ceb2013-07-24 22:45:05 -07008#15: Add `JsonTypeInfo.As.EXISTING` property to support new variation
9 for including Type Id.
Tatu Saloranta18c5e262013-09-12 18:14:05 -070010#20: Allow use of `@JsonFilter` for properties (via fields, methods,
11 constructor parameters)
Tatu Salorantaa431ceb2013-07-24 22:45:05 -070012
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -080013------------------------------------------------------------------------
14=== History: ===
15------------------------------------------------------------------------
16
Tatu Salorantad713c9f2013-06-06 14:01:02 -0700172.2.2 (26-May-2013)
18
19No changes from previous version.
20
Tatu Saloranta29299cf2013-05-26 21:26:21 -0700212.2.1 (03-May-2013)
22
23- Moved LICENSE file under 'META-INF/' in jar
24
Tatu Saloranta49870312013-04-26 16:43:55 -0700252.2.0 (22-Apr-2013)
26
27New minor version, but no changes since 2.1.0.
28
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -0800292.1.1 (11-Nov-2012)
Tatu Saloranta4b6fd6a2012-11-11 15:36:08 -080030
31Fixes:
32
33* Make ObjectIdGenerator java.io.Serializable (needed when serializing
34 ObjectMappers/-Writers/-Readers)
35
Tatu Saloranta4b6fd6a2012-11-11 15:36:08 -0800362.1.0 (08-Oct-2012)
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070037
Tatu Salorantaccbc0862012-08-24 12:42:04 -070038New features:
39
40* [Issue#4]: Add '@JsonIdentityReference', to support use case where values of
41 a specific reference property are always serialized as ids, never as full POJO
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070042
Tatu Saloranta0ba14012012-10-04 17:36:10 -070043Improvements:
44
45* Added '@JsonIdentityInfo.firstAsID' property, to allow forcing all references
46 to an Object to be serialized as id, including first one.
47* Fix OSGi artifact name to be fully-qualified
48
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070049
502.0.2 (14-May-2012)
Tatu Saloranta52654bd2012-04-22 10:35:46 -070051
Tatu Saloranta227498d2012-05-14 18:40:12 -070052Fixes:
53
54* OSGi bundle name was accidentally changed in 2.0.1; reverted back to one
55 used in 2.0.0, earlier
Tatu Saloranta52654bd2012-04-22 10:35:46 -070056 (reported Pascal G)
57
Tatu Saloranta227498d2012-05-14 18:40:12 -0700582.0.1 (22-Apr-2012)
59
60Fixes:
61
62* [JACKSON-827] Fix incompatibilities with JDK 1.5 (2.0.0 accidentally
63 required 1.6)
64 (reported Pascal G)
65
Tatu Saloranta52654bd2012-04-22 10:35:46 -0700662.0.0 (25-Mar-2012)
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070067
68Improvements:
69
70* [JACKSON-437]: Allow injecting of type id as POJO property, by setting
71 new '@JsonTypeInfo.visible' property to true.
72* [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
73 (requested by Aner P)
74* [JACKSON-787]: @JsonIgnoredProperties can be used on properties too
Tatu Saloranta39a4a282012-02-24 16:00:54 -080075
76New features:
77
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070078* [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs),
79 with @JsonIdentityInfo
Tatu Saloranta39a4a282012-02-24 16:00:54 -080080* [JACKSON-714] Add general-purpose '@JsonFormat' annotation
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070081* [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include)
82* [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation
83 bundles" (also: AnnotationIntrospector.isAnnotationBundle())
84
85Other:
86
87* Lots of miscellaneous refactoring; moving most annotations from
88 databind into this package; only leaving ones that depend on
89 databind package types
Tatu Saloranta39a4a282012-02-24 16:00:54 -080090
91------------------------------------------------------------------------
92=== History: ===
93------------------------------------------------------------------------
94
95[entries for versions 1.x and earlier not retained; refer to earlier releases)