| OLD | NEW |
| 1 ## 0.11.1 |
| 2 |
| 3 * Added `isNaN` and `isNotNaN` matchers. |
| 4 |
| 1 ## 0.11.0 | 5 ## 0.11.0 |
| 2 | 6 |
| 3 * Removed deprecated matchers. | 7 * Removed deprecated matchers. |
| 4 | 8 |
| 5 ## 0.10.1+1 | 9 ## 0.10.1+1 |
| 6 | 10 |
| 7 * Get the tests passing when run on dart2js in minified mode. | 11 * Get the tests passing when run on dart2js in minified mode. |
| 8 | 12 |
| 9 ## 0.10.1 | 13 ## 0.10.1 |
| 10 | 14 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 * Matchers related to bad language use have been removed. These represent code | 28 * Matchers related to bad language use have been removed. These represent code |
| 25 structure that should rarely or never be validated in tests. | 29 structure that should rarely or never be validated in tests. |
| 26 * `isAbstractClassInstantiationError` | 30 * `isAbstractClassInstantiationError` |
| 27 * `throwsAbstractClassInstantiationError` | 31 * `throwsAbstractClassInstantiationError` |
| 28 * `isFallThroughError` | 32 * `isFallThroughError` |
| 29 * `throwsFallThroughError` | 33 * `throwsFallThroughError` |
| 30 | 34 |
| 31 * Added types to a number of method arguments. | 35 * Added types to a number of method arguments. |
| 32 | 36 |
| 33 * The structure of the library and test code has been updated. | 37 * The structure of the library and test code has been updated. |
| OLD | NEW |