Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.5.4 | |
| 2 | |
| 3 * The `shelf_io` adapter nows send the `Date` HTTP header. | |
|
nweiz
2014/05/27 21:06:47
"nows" -> "now"
I'd say "now automatically sends
kevmoo
2014/05/27 21:10:59
Done.
| |
| 4 | |
| 1 ## 0.5.3 | 5 ## 0.5.3 |
| 2 | 6 |
| 3 * Add new named parameters to `Request.change`: `scriptName` and `url`. | 7 * Add new named parameters to `Request.change`: `scriptName` and `url`. |
| 4 | 8 |
| 5 ## 0.5.2 | 9 ## 0.5.2 |
| 6 | 10 |
| 7 * Add a `Cascade` helper that runs handlers in sequence until one returns a | 11 * Add a `Cascade` helper that runs handlers in sequence until one returns a |
| 8 response that's neither a 404 nor a 405. | 12 response that's neither a 404 nor a 405. |
| 9 | 13 |
| 10 * Add a `Request.change` method that copies a request with new header values. | 14 * Add a `Request.change` method that copies a request with new header values. |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 84 | 88 |
| 85 * **BREAKING** Removed `Shelf` prefix from all classes. | 89 * **BREAKING** Removed `Shelf` prefix from all classes. |
| 86 * **BREAKING** `Response` has drastically different constructors. | 90 * **BREAKING** `Response` has drastically different constructors. |
| 87 * *NEW!* `Response` now accepts a body of either `String` or | 91 * *NEW!* `Response` now accepts a body of either `String` or |
| 88 `Stream<List<int>>`. | 92 `Stream<List<int>>`. |
| 89 * *NEW!* `Response` now exposes `encoding` and `mimeType`. | 93 * *NEW!* `Response` now exposes `encoding` and `mimeType`. |
| 90 | 94 |
| 91 ## 0.1.0 2014-03-02 | 95 ## 0.1.0 2014-03-02 |
| 92 | 96 |
| 93 * First reviewed release | 97 * First reviewed release |
| OLD | NEW |