-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jake Ginnivan
committed
Jan 1, 2014
1 parent
b2505d5
commit 6ebbc61
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
Release Notes | ||
|
||
Version 2.?.?.? | ||
Version 2.1.0 | ||
- Enhancements to provide adherence to the HAL spec: | ||
Support array of link objects for any given rel, instead of only allowing a single link object. | ||
Support embedded single resource object for any given rel, instead of only allowing an array of resource objects. | ||
Support multiple rels within embedded, instead of only allowing one rel for an array of resource objects. | ||
Support RFC6570 URI Templates. | ||
- Support array of link objects for any given rel, instead of only allowing a single link object. | ||
- Support embedded single resource object for any given rel, instead of only allowing an array of resource objects. | ||
- Support multiple rels within embedded, instead of only allowing one rel for an array of resource objects. | ||
- Support RFC6570 URI Templates. | ||
- Deprecated WebApi.Hal.RepresentationList: use WebApi.Hal.SimpleListRepresentation instead. | ||
A future release will remove WebApi.Hal.RepresentationList. | ||
- A future release will remove WebApi.Hal.RepresentationList. | ||
- SimpleListRepresentation removes the need to manually specify the list hypermedia | ||
- Removed WebApi.Hal.Link.RegisterLinkWithWebApi. | ||
Use ordinary MVC/WebApi machinery. HAL UriTemplates must comply with RFC6570, which was in conflict with route generation helpers. | ||
- Use ordinary MVC/WebApi machinery. HAL UriTemplates must comply with RFC6570, which was in conflict with route generation helpers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters