| OLD | NEW |
| 1 ## 0.5.4+1 |
| 2 |
| 3 * Widen the version constraint for `stack_trace`. |
| 4 |
| 1 ## 0.5.4 | 5 ## 0.5.4 |
| 2 | 6 |
| 3 * The `shelf_io` adapter now sends the `Date` HTTP header by default. | 7 * The `shelf_io` adapter now sends the `Date` HTTP header by default. |
| 4 | 8 |
| 5 * Fixed logic for setting Server header in `shelf_io`. | 9 * Fixed logic for setting Server header in `shelf_io`. |
| 6 | 10 |
| 7 ## 0.5.3 | 11 ## 0.5.3 |
| 8 | 12 |
| 9 * Add new named parameters to `Request.change`: `scriptName` and `url`. | 13 * Add new named parameters to `Request.change`: `scriptName` and `url`. |
| 10 | 14 |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 | 94 |
| 91 * **BREAKING** Removed `Shelf` prefix from all classes. | 95 * **BREAKING** Removed `Shelf` prefix from all classes. |
| 92 * **BREAKING** `Response` has drastically different constructors. | 96 * **BREAKING** `Response` has drastically different constructors. |
| 93 * *NEW!* `Response` now accepts a body of either `String` or | 97 * *NEW!* `Response` now accepts a body of either `String` or |
| 94 `Stream<List<int>>`. | 98 `Stream<List<int>>`. |
| 95 * *NEW!* `Response` now exposes `encoding` and `mimeType`. | 99 * *NEW!* `Response` now exposes `encoding` and `mimeType`. |
| 96 | 100 |
| 97 ## 0.1.0 2014-03-02 | 101 ## 0.1.0 2014-03-02 |
| 98 | 102 |
| 99 * First reviewed release | 103 * First reviewed release |
| OLD | NEW |