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