Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.5.0 | |
| 2 | |
| 3 * Renamed `Stack` to `Pipeline` | |
|
nweiz
2014/04/15 21:30:09
Period
kevmoo
2014/04/15 21:35:35
Done.
| |
| 4 | |
| 1 ## 0.4.0 | 5 ## 0.4.0 |
| 2 | 6 |
| 3 * Access to headers for `Request` and `Response` is now case-insensitive. | 7 * Access to headers for `Request` and `Response` is now case-insensitive. |
| 4 | 8 |
| 5 * The constructor for `Request` has been simplified. | 9 * The constructor for `Request` has been simplified. |
| 6 | 10 |
| 7 * `Request` now exposes `url` which replaces `pathInfo`, `queryString`, and | 11 * `Request` now exposes `url` which replaces `pathInfo`, `queryString`, and |
| 8 `pathSegments`. | 12 `pathSegments`. |
| 9 | 13 |
| 10 ## 0.3.0+9 | 14 ## 0.3.0+9 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 49 | 53 |
| 50 * **BREAKING** Removed `Shelf` prefix from all classes. | 54 * **BREAKING** Removed `Shelf` prefix from all classes. |
| 51 * **BREAKING** `Response` has drastically different constructors. | 55 * **BREAKING** `Response` has drastically different constructors. |
| 52 * *NEW!* `Response` now accepts a body of either `String` or | 56 * *NEW!* `Response` now accepts a body of either `String` or |
| 53 `Stream<List<int>>`. | 57 `Stream<List<int>>`. |
| 54 * *NEW!* `Response` now exposes `encoding` and `mimeType`. | 58 * *NEW!* `Response` now exposes `encoding` and `mimeType`. |
| 55 | 59 |
| 56 ## 0.1.0 2014-03-02 | 60 ## 0.1.0 2014-03-02 |
| 57 | 61 |
| 58 * First reviewed release | 62 * First reviewed release |
| OLD | NEW |