OLD | NEW |
1 ## 1.0.0 | 1 ## 1.0.0 |
2 | 2 |
3 This is 1.0.0 because the API is stable—there are no breaking changes. | 3 This is 1.0.0 because the API is stable—there are no breaking changes. |
4 | 4 |
5 * Added an `AuthenticationChallenge` class for parsing and representing the | 5 * Added an `AuthenticationChallenge` class for parsing and representing the |
6 value of `WWW-Authenticate` and related headers. | 6 value of `WWW-Authenticate` and related headers. |
7 | 7 |
| 8 * Added a `CaseInsensitiveMap` class for representing case-insensitive HTTP |
| 9 values. |
| 10 |
8 ## 0.0.2+8 | 11 ## 0.0.2+8 |
9 | 12 |
10 * Bring in the latest `dart:io` WebSocket code. | 13 * Bring in the latest `dart:io` WebSocket code. |
11 | 14 |
12 ## 0.0.2+7 | 15 ## 0.0.2+7 |
13 | 16 |
14 * Add more detail to the readme. | 17 * Add more detail to the readme. |
15 | 18 |
16 ## 0.0.2+6 | 19 ## 0.0.2+6 |
17 | 20 |
(...skipping 16 matching lines...) Expand all Loading... |
34 * Fixes for HTTP date formatting. | 37 * Fixes for HTTP date formatting. |
35 | 38 |
36 ## 0.0.2+1 | 39 ## 0.0.2+1 |
37 | 40 |
38 * Minor code refactoring. | 41 * Minor code refactoring. |
39 | 42 |
40 ## 0.0.2 | 43 ## 0.0.2 |
41 | 44 |
42 * Added `CompatibleWebSocket`, for platform- and API-independent support for the | 45 * Added `CompatibleWebSocket`, for platform- and API-independent support for the |
43 WebSocket API. | 46 WebSocket API. |
OLD | NEW |