Skip to content

Commit

Permalink
Updated README with changes for 0.8.0 so far.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfredrich committed Jun 18, 2012
1 parent 0d78ba3 commit 34af38d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ Release 0.8.0 - in development (branch 'master')
requested HTTP method. Sets the HTTP Allow header to a comma-delimited list of accepted methods.
* Removed StringUtils.parseQueryString() as it was previously deprecated--use QueryStringParser.
* Introduced String.join() methods (2).
* Removed JSONP handling, favoring use of CORS instead, introducing CorsHeaderPlugin and corresponding post-processor.
* Wraps ETAG header in quotes.
* Renamed QueryRange.stop to QueryRange.limit.
* Removed need for RouteDefinition class, moving that functionality into the RestExpress builder.
* Changed example apps to reflect above elimination of RouteDefinition class.

===================================================================================================
Release 0.7.2 - 14 May 2012
Expand Down

0 comments on commit 34af38d

Please sign in to comment.