OLD | NEW |
| 1 ## 1.1.0 |
| 2 |
| 3 * The MIME spec says that media types and their parameter names are |
| 4 case-insensitive. Accordingly, `MediaType` now uses a case-insensitive map for |
| 5 its parameters and its `type` and `subtype` fields are now always lowercase. |
| 6 |
1 ## 1.0.0 | 7 ## 1.0.0 |
2 | 8 |
3 This is 1.0.0 because the API is stable—there are no breaking changes. | 9 This is 1.0.0 because the API is stable—there are no breaking changes. |
4 | 10 |
5 * Added an `AuthenticationChallenge` class for parsing and representing the | 11 * Added an `AuthenticationChallenge` class for parsing and representing the |
6 value of `WWW-Authenticate` and related headers. | 12 value of `WWW-Authenticate` and related headers. |
7 | 13 |
8 * Added a `CaseInsensitiveMap` class for representing case-insensitive HTTP | 14 * Added a `CaseInsensitiveMap` class for representing case-insensitive HTTP |
9 values. | 15 values. |
10 | 16 |
(...skipping 26 matching lines...) Expand all Loading... |
37 * Fixes for HTTP date formatting. | 43 * Fixes for HTTP date formatting. |
38 | 44 |
39 ## 0.0.2+1 | 45 ## 0.0.2+1 |
40 | 46 |
41 * Minor code refactoring. | 47 * Minor code refactoring. |
42 | 48 |
43 ## 0.0.2 | 49 ## 0.0.2 |
44 | 50 |
45 * Added `CompatibleWebSocket`, for platform- and API-independent support for the | 51 * Added `CompatibleWebSocket`, for platform- and API-independent support for the |
46 WebSocket API. | 52 WebSocket API. |
OLD | NEW |