| OLD | NEW |
| 1 ## 0.12.4+4 |
| 2 |
| 3 * Widen the Dart SDK constraint to include `1.13.0`. |
| 4 |
| 1 ## 0.12.4+3 | 5 ## 0.12.4+3 |
| 2 | 6 |
| 3 * Make source maps work properly in the browser when not using `--pub-serve`. | 7 * Make source maps work properly in the browser when not using `--pub-serve`. |
| 4 | 8 |
| 5 ## 0.12.4+2 | 9 ## 0.12.4+2 |
| 6 | 10 |
| 7 * Fix a memory leak when running many browser tests where old test suites failed | 11 * Fix a memory leak when running many browser tests where old test suites failed |
| 8 to be unloaded when they were supposed to. | 12 to be unloaded when they were supposed to. |
| 9 | 13 |
| 10 ## 0.12.4+1 | 14 ## 0.12.4+1 |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 280 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 277 `expectAsyncUntil1` and `expectAsyncUntil2` | 281 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 278 * `TestCase`: | 282 * `TestCase`: |
| 279 * Removed properties: `setUp`, `tearDown`, `testFunction` | 283 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 280 * `enabled` is now get-only | 284 * `enabled` is now get-only |
| 281 * Removed methods: `pass`, `fail`, `error` | 285 * Removed methods: `pass`, `fail`, `error` |
| 282 * `interactive_html_config.dart` has been removed. | 286 * `interactive_html_config.dart` has been removed. |
| 283 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 287 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 284 `solo_group` now throw a `StateError` if called while tests are running. | 288 `solo_group` now throw a `StateError` if called while tests are running. |
| 285 * `rerunTests` has been removed. | 289 * `rerunTests` has been removed. |
| OLD | NEW |