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