Skip to content

Commit

Permalink
Updated readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Ginnivan committed Jan 1, 2014
1 parent b2505d5 commit 6ebbc61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Readme.txt
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.
1 change: 1 addition & 0 deletions WebApi.Hal.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Build.cmd = Build.cmd
Licence.md = Licence.md
README.md = README.md
Readme.txt = Readme.txt
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit 6ebbc61

Please sign in to comment.