Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: CHANGELOG.md

Issue 1032623005: pkg/shelf: spelling fixes (Closed) Base URL: https://github.com/dart-lang/shelf.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | README.md » ('j') | pubspec.yaml » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.6.1
nweiz 2015/03/24 20:00:33 This should be 0.6.0+1. 0.6.1 would imply that the
kevmoo 2015/03/24 20:03:49 Mapping to pubspec since we can't -dev +1 builds.
2
3 ** Fixed spelling errors in README and code comments.
4
1 ## 0.6.0 5 ## 0.6.0
2 6
3 **Breaking change:** The semantics of `Request.scriptName` and 7 **Breaking change:** The semantics of `Request.scriptName` and
4 [`Request.url`][url] have been overhauled, and the former has been renamed to 8 [`Request.url`][url] have been overhauled, and the former has been renamed to
5 [`Request.handlerPath`][handlerPath]. `handlerPath` is now the root-relative URL 9 [`Request.handlerPath`][handlerPath]. `handlerPath` is now the root-relative URL
6 path to the current handler, while `url`'s path is the relative path from the 10 path to the current handler, while `url`'s path is the relative path from the
7 current handler to the requested. The new semantics are easier to describe and 11 current handler to the requested. The new semantics are easier to describe and
8 to understand. 12 to understand.
9 13
10 [url]: http://www.dartdocs.org/documentation/shelf/latest/index.html#shelf/shelf .Request@id_url 14 [url]: http://www.dartdocs.org/documentation/shelf/latest/index.html#shelf/shelf .Request@id_url
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 156
153 * **BREAKING** Removed `Shelf` prefix from all classes. 157 * **BREAKING** Removed `Shelf` prefix from all classes.
154 * **BREAKING** `Response` has drastically different constructors. 158 * **BREAKING** `Response` has drastically different constructors.
155 * *NEW!* `Response` now accepts a body of either `String` or 159 * *NEW!* `Response` now accepts a body of either `String` or
156 `Stream<List<int>>`. 160 `Stream<List<int>>`.
157 * *NEW!* `Response` now exposes `encoding` and `mimeType`. 161 * *NEW!* `Response` now exposes `encoding` and `mimeType`.
158 162
159 ## 0.1.0 2014-03-02 163 ## 0.1.0 2014-03-02
160 164
161 * First reviewed release 165 * First reviewed release
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698