| OLD | NEW |
| 1 ## 0.0.2+8 |
| 2 |
| 3 * Bring in the latest `dart:io` WebSocket code. |
| 4 |
| 1 ## 0.0.2+7 | 5 ## 0.0.2+7 |
| 2 | 6 |
| 3 * Add more detail to the readme. | 7 * Add more detail to the readme. |
| 4 | 8 |
| 5 ## 0.0.2+6 | 9 ## 0.0.2+6 |
| 6 | 10 |
| 7 * Updated homepage URL. | 11 * Updated homepage URL. |
| 8 | 12 |
| 9 ## 0.0.2+5 | 13 ## 0.0.2+5 |
| 10 | 14 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 * Fixes for HTTP date formatting. | 27 * Fixes for HTTP date formatting. |
| 24 | 28 |
| 25 ## 0.0.2+1 | 29 ## 0.0.2+1 |
| 26 | 30 |
| 27 * Minor code refactoring. | 31 * Minor code refactoring. |
| 28 | 32 |
| 29 ## 0.0.2 | 33 ## 0.0.2 |
| 30 | 34 |
| 31 * Added `CompatibleWebSocket`, for platform- and API-independent support for the | 35 * Added `CompatibleWebSocket`, for platform- and API-independent support for the |
| 32 WebSocket API. | 36 WebSocket API. |
| OLD | NEW |