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