OLD | NEW |
| 1 ## 0.4.0-dev |
| 2 |
| 3 * Access to headers for `Request` and `Response` is now case-insensitive. |
| 4 |
| 5 * The constructor for `Request` has been simplified. |
| 6 |
1 ## 0.3.0+9 | 7 ## 0.3.0+9 |
2 | 8 |
3 * Removed old testing infrastructure. | 9 * Removed old testing infrastructure. |
4 | 10 |
5 * Updated documentation address. | 11 * Updated documentation address. |
6 | 12 |
7 ## 0.3.0+8 | 13 ## 0.3.0+8 |
8 | 14 |
9 * Added a dependency on the `http_parser` package. | 15 * Added a dependency on the `http_parser` package. |
10 | 16 |
(...skipping 29 matching lines...) Expand all Loading... |
40 | 46 |
41 * **BREAKING** Removed `Shelf` prefix from all classes. | 47 * **BREAKING** Removed `Shelf` prefix from all classes. |
42 * **BREAKING** `Response` has drastically different constructors. | 48 * **BREAKING** `Response` has drastically different constructors. |
43 * *NEW!* `Response` now accepts a body of either `String` or | 49 * *NEW!* `Response` now accepts a body of either `String` or |
44 `Stream<List<int>>`. | 50 `Stream<List<int>>`. |
45 * *NEW!* `Response` now exposes `encoding` and `mimeType`. | 51 * *NEW!* `Response` now exposes `encoding` and `mimeType`. |
46 | 52 |
47 ## 0.1.0 2014-03-02 | 53 ## 0.1.0 2014-03-02 |
48 | 54 |
49 * First reviewed release | 55 * First reviewed release |
OLD | NEW |