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