From 232abb2c729d82976854fad31644c32673e0dcfc Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 9 Oct 2012 12:33:51 +0200 Subject: [PATCH] #8 - Updated changelog for 0.3.0.RELEASE. Added missing stuff for 0.2.0.RELEASE as well. --- src/main/resources/changelog.txt | 20 ++++++++++++++++++++ src/main/resources/notice.txt | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 317022d1..c2309304 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,26 @@ Spring Hateoas Changelog ========================= +Changes in version 0.3.0.RELEASE (2012-10-09) +--------------------------------------------- +#15 - Upgraded to Jackson 1.9.10. +#14 - Added integration test to make sure default (de)serialization works +#13 - Added LinkBuilder implementation that inspects JAX-RS @Path annotations +#12 - Introduced factories for LinkBuilder to improve client testability +#11 - Moved to Set and back to List for Links inside ResourceSupport +#10 - Renamed (Paged)Resources.fromEntities(…) to ….wrap(…) +#9 - Added constructor to PagedResources to take an Iterable of Links +#7 - Excluded getId() of ResourceSupport from default JSON rendering +- Switched from Collection to Iterable in constructor of Resources +- Moved from ResourceEnricher to ResourceProcessor to allow manipulating the resource instance + +Changes in version 0.2.0.RELEASE (2012-08-23) +--------------------------------------------- +- added ResourceEnricher SPI +- fixed equals(…)/hashCode() in Resource/Resources/PagedResources +- Added PagedResources abstraction (collection resource with pagination information) +- Enhanced resource abstraction with default implementation for Resource and Resources + Changes in version 0.1.0.RELEASE (2012-07-19) --------------------------------------------- - Initial release with basic support diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index c15e089a..0389827c 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Hateoas 0.1 +Spring Hateoas 0.3 Copyright (c) [2012] SpringSource, a division of VMware, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License").