| OLD | NEW |
| 1 ## 3.0.2 |
| 2 |
| 3 * Support `string_scanner` 1.0.0. |
| 4 |
| 1 ## 3.0.1 | 5 ## 3.0.1 |
| 2 | 6 |
| 3 * Remove unnecessary dependencies. | 7 * Remove unnecessary dependencies. |
| 4 | 8 |
| 5 ## 3.0.0 | 9 ## 3.0.0 |
| 6 | 10 |
| 7 * All deprecated APIs have been removed. No new APIs have been added. Packages | 11 * All deprecated APIs have been removed. No new APIs have been added. Packages |
| 8 that would use 3.0.0 as a lower bound should use 2.2.0 instead—for example, | 12 that would use 3.0.0 as a lower bound should use 2.2.0 instead—for example, |
| 9 `http_parser: ">=2.2.0 <4.0.0"`. | 13 `http_parser: ">=2.2.0 <4.0.0"`. |
| 10 | 14 |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 * Fixes for HTTP date formatting. | 84 * Fixes for HTTP date formatting. |
| 81 | 85 |
| 82 ## 0.0.2+1 | 86 ## 0.0.2+1 |
| 83 | 87 |
| 84 * Minor code refactoring. | 88 * Minor code refactoring. |
| 85 | 89 |
| 86 ## 0.0.2 | 90 ## 0.0.2 |
| 87 | 91 |
| 88 * Added `CompatibleWebSocket`, for platform- and API-independent support for the | 92 * Added `CompatibleWebSocket`, for platform- and API-independent support for the |
| 89 WebSocket API. | 93 WebSocket API. |
| OLD | NEW |