| OLD | NEW |
| 1 ## 0.11.3+1 |
| 2 |
| 3 * Fix the `prints` matcher test on dart2js. |
| 4 |
| 1 ## 0.11.3 | 5 ## 0.11.3 |
| 2 | 6 |
| 3 * Add a `prints` matcher that matches output a callback emits via `print`. | 7 * Add a `prints` matcher that matches output a callback emits via `print`. |
| 4 | 8 |
| 5 ## 0.11.2 | 9 ## 0.11.2 |
| 6 | 10 |
| 7 * Add an `isNotEmpty` matcher. | 11 * Add an `isNotEmpty` matcher. |
| 8 | 12 |
| 9 ## 0.11.1+1 | 13 ## 0.11.1+1 |
| 10 | 14 |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 * Matchers related to bad language use have been removed. These represent code | 46 * Matchers related to bad language use have been removed. These represent code |
| 43 structure that should rarely or never be validated in tests. | 47 structure that should rarely or never be validated in tests. |
| 44 * `isAbstractClassInstantiationError` | 48 * `isAbstractClassInstantiationError` |
| 45 * `throwsAbstractClassInstantiationError` | 49 * `throwsAbstractClassInstantiationError` |
| 46 * `isFallThroughError` | 50 * `isFallThroughError` |
| 47 * `throwsFallThroughError` | 51 * `throwsFallThroughError` |
| 48 | 52 |
| 49 * Added types to a number of method arguments. | 53 * Added types to a number of method arguments. |
| 50 | 54 |
| 51 * The structure of the library and test code has been updated. | 55 * The structure of the library and test code has been updated. |
| OLD | NEW |