| OLD | NEW |
| 1 ##0.11.5+4 |
| 2 |
| 3 * Improved the output of `TestCase` failures in `HtmlConfig`. |
| 4 |
| 1 ##0.11.5+3 | 5 ##0.11.5+3 |
| 2 | 6 |
| 3 * Fixed issue with handling exceptions. | 7 * Fixed issue with handling exceptions. |
| 4 | 8 |
| 5 ##0.11.5+2 | 9 ##0.11.5+2 |
| 6 | 10 |
| 7 * Properly detect when tests are finished being run on content shell. | 11 * Properly detect when tests are finished being run on content shell. |
| 8 | 12 |
| 9 ##0.11.5+1 | 13 ##0.11.5+1 |
| 10 | 14 |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 114 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 111 `expectAsyncUntil1` and `expectAsyncUntil2` | 115 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 112 * `TestCase`: | 116 * `TestCase`: |
| 113 * Removed properties: `setUp`, `tearDown`, `testFunction` | 117 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 114 * `enabled` is now get-only | 118 * `enabled` is now get-only |
| 115 * Removed methods: `pass`, `fail`, `error` | 119 * Removed methods: `pass`, `fail`, `error` |
| 116 * `interactive_html_config.dart` has been removed. | 120 * `interactive_html_config.dart` has been removed. |
| 117 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 121 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 118 `solo_group` now throw a `StateError` if called while tests are running. | 122 `solo_group` now throw a `StateError` if called while tests are running. |
| 119 * `rerunTests` has been removed. | 123 * `rerunTests` has been removed. |
| OLD | NEW |