| OLD | NEW |
| 1 ## 0.12.4+7 |
| 2 |
| 3 * Support `http_parser` 1.0.0. |
| 4 |
| 1 ## 0.12.4+6 | 5 ## 0.12.4+6 |
| 2 | 6 |
| 3 * Fix a broken link in the README. | 7 * Fix a broken link in the README. |
| 4 | 8 |
| 5 ## 0.12.4+5 | 9 ## 0.12.4+5 |
| 6 | 10 |
| 7 * Internal changes only. | 11 * Internal changes only. |
| 8 | 12 |
| 9 ## 0.12.4+4 | 13 ## 0.12.4+4 |
| 10 | 14 |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 292 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 289 `expectAsyncUntil1` and `expectAsyncUntil2` | 293 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 290 * `TestCase`: | 294 * `TestCase`: |
| 291 * Removed properties: `setUp`, `tearDown`, `testFunction` | 295 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 292 * `enabled` is now get-only | 296 * `enabled` is now get-only |
| 293 * Removed methods: `pass`, `fail`, `error` | 297 * Removed methods: `pass`, `fail`, `error` |
| 294 * `interactive_html_config.dart` has been removed. | 298 * `interactive_html_config.dart` has been removed. |
| 295 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 299 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 296 `solo_group` now throw a `StateError` if called while tests are running. | 300 `solo_group` now throw a `StateError` if called while tests are running. |
| 297 * `rerunTests` has been removed. | 301 * `rerunTests` has been removed. |
| OLD | NEW |