#19 - Updated changelog.

This commit is contained in:
Oliver Gierke
2013-01-28 13:49:26 +01:00
parent 6371c1d7e7
commit bea4fa803a
2 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,18 @@
Spring Hateoas Changelog
=========================
Changes in version 0.4.0.RELEASE (2013-28-01)
---------------------------------------------
- #18 - Added support to build links pointing to controller methods
- #32 - Added @EnableEntityLinks to transparently expose controllers managing entities
- Introduced EntityLinks API to build links pointing to components exposing URIs for entities
- Introduced LinkDiscoverer API to find links by their rels in representations (incl. JSONPath based implementation)
- #27 - Added support for Jackson 2
- #29 - Added support for HAL-style link representations
- #41, #42 - Extracted ResourceAssemblerSupport for non-Identifiables
- #43 - Fixed potential stack-overflow in ControllerLinkBuilder
- #33 - ControllerLinkBuilder now considers X-Forwarded-Host header if present
Changes in version 0.3.0.RELEASE (2012-10-09)
---------------------------------------------
#15 - Upgraded to Jackson 1.9.10.

View File

@@ -1,4 +1,4 @@
Spring Hateoas 0.3
Spring Hateoas 0.4
Copyright (c) [2012] SpringSource, a division of VMware, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").