| OLD | NEW |
| 1 ## 0.11.3 |
| 2 |
| 3 * Add a `prints` matcher that |
| 4 |
| 1 ## 0.11.2 | 5 ## 0.11.2 |
| 2 | 6 |
| 3 * Add an `isNotEmpty` matcher. | 7 * Add an `isNotEmpty` matcher. |
| 4 | 8 |
| 5 ## 0.11.1+1 | 9 ## 0.11.1+1 |
| 6 | 10 |
| 7 * Refactored libraries and tests. | 11 * Refactored libraries and tests. |
| 8 | 12 |
| 9 * Fixed spelling mistake. | 13 * Fixed spelling mistake. |
| 10 | 14 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 * Matchers related to bad language use have been removed. These represent code | 42 * Matchers related to bad language use have been removed. These represent code |
| 39 structure that should rarely or never be validated in tests. | 43 structure that should rarely or never be validated in tests. |
| 40 * `isAbstractClassInstantiationError` | 44 * `isAbstractClassInstantiationError` |
| 41 * `throwsAbstractClassInstantiationError` | 45 * `throwsAbstractClassInstantiationError` |
| 42 * `isFallThroughError` | 46 * `isFallThroughError` |
| 43 * `throwsFallThroughError` | 47 * `throwsFallThroughError` |
| 44 | 48 |
| 45 * Added types to a number of method arguments. | 49 * Added types to a number of method arguments. |
| 46 | 50 |
| 47 * The structure of the library and test code has been updated. | 51 * The structure of the library and test code has been updated. |
| OLD | NEW |