| OLD | NEW |
| 1 # 0.2.0+1 |
| 2 |
| 3 * Compatibility with the latest `test`. |
| 4 |
| 1 # 0.2.0 | 5 # 0.2.0 |
| 2 | 6 |
| 3 * Full compatibility with `test` `0.12.0`. | 7 * Full compatibility with `test` `0.12.0`. |
| 4 | 8 |
| 5 * Tests are no longer run in their own isolates. Instead, each test's | 9 * Tests are no longer run in their own isolates. Instead, each test's |
| 6 environment is isolated manually using the `test` package's infrastructure. | 10 environment is isolated manually using the `test` package's infrastructure. |
| 7 | 11 |
| 8 * `initMetatest` is no longer necessary and has been removed. | 12 * `initMetatest` is no longer necessary and has been removed. |
| 9 | 13 |
| 10 * `metaSetUp` has been removed; the `test` package's `setUp` may be used | 14 * `metaSetUp` has been removed; the `test` package's `setUp` may be used |
| 11 instead. | 15 instead. |
| 12 | 16 |
| 13 * `expectTestResults` has been removed. | 17 * `expectTestResults` has been removed. |
| 14 | 18 |
| 15 # 0.1.1 | 19 # 0.1.1 |
| 16 | 20 |
| 17 * Changed maximum version of `unittest` to support development. | 21 * Changed maximum version of `unittest` to support development. |
| 18 | 22 |
| 19 # 0.1.0 | 23 # 0.1.0 |
| 20 | 24 |
| 21 * First release. | 25 * First release. |
| OLD | NEW |