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