Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.5.5+1 | |
| 2 | |
| 3 * Updated `Request.change` to include the original `onHijack` callback if one | |
| 4 exists. | |
|
nweiz
2014/10/13 18:43:43
Nit: +2 spaces.
kevmoo
2014/10/14 16:42:38
Done.
| |
| 5 | |
| 1 ## 0.5.5 | 6 ## 0.5.5 |
| 2 | 7 |
| 3 * Added default body text for `Response.forbidden` and `Response.notFound` if | 8 * Added default body text for `Response.forbidden` and `Response.notFound` if |
| 4 null is provided. | 9 null is provided. |
| 5 | 10 |
| 6 * Clarified documentation on a number of `Response` constructors. | 11 * Clarified documentation on a number of `Response` constructors. |
| 7 | 12 |
| 8 * Updated `README` links to point to latest docs on `www.dartdocs.org`. | 13 * Updated `README` links to point to latest docs on `www.dartdocs.org`. |
| 9 | 14 |
| 10 ## 0.5.4+3 | 15 ## 0.5.4+3 |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 111 | 116 |
| 112 * **BREAKING** Removed `Shelf` prefix from all classes. | 117 * **BREAKING** Removed `Shelf` prefix from all classes. |
| 113 * **BREAKING** `Response` has drastically different constructors. | 118 * **BREAKING** `Response` has drastically different constructors. |
| 114 * *NEW!* `Response` now accepts a body of either `String` or | 119 * *NEW!* `Response` now accepts a body of either `String` or |
| 115 `Stream<List<int>>`. | 120 `Stream<List<int>>`. |
| 116 * *NEW!* `Response` now exposes `encoding` and `mimeType`. | 121 * *NEW!* `Response` now exposes `encoding` and `mimeType`. |
| 117 | 122 |
| 118 ## 0.1.0 2014-03-02 | 123 ## 0.1.0 2014-03-02 |
| 119 | 124 |
| 120 * First reviewed release | 125 * First reviewed release |
| OLD | NEW |