| OLD | NEW |
| 1 ## 0.11.1+1 |
| 2 |
| 3 * Refactored libraries and tests. |
| 4 |
| 5 * Fixed spelling mistake. |
| 6 |
| 1 ## 0.11.1 | 7 ## 0.11.1 |
| 2 | 8 |
| 3 * Added `isNaN` and `isNotNaN` matchers. | 9 * Added `isNaN` and `isNotNaN` matchers. |
| 4 | 10 |
| 5 ## 0.11.0 | 11 ## 0.11.0 |
| 6 | 12 |
| 7 * Removed deprecated matchers. | 13 * Removed deprecated matchers. |
| 8 | 14 |
| 9 ## 0.10.1+1 | 15 ## 0.10.1+1 |
| 10 | 16 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 * Matchers related to bad language use have been removed. These represent code | 34 * Matchers related to bad language use have been removed. These represent code |
| 29 structure that should rarely or never be validated in tests. | 35 structure that should rarely or never be validated in tests. |
| 30 * `isAbstractClassInstantiationError` | 36 * `isAbstractClassInstantiationError` |
| 31 * `throwsAbstractClassInstantiationError` | 37 * `throwsAbstractClassInstantiationError` |
| 32 * `isFallThroughError` | 38 * `isFallThroughError` |
| 33 * `throwsFallThroughError` | 39 * `throwsFallThroughError` |
| 34 | 40 |
| 35 * Added types to a number of method arguments. | 41 * Added types to a number of method arguments. |
| 36 | 42 |
| 37 * The structure of the library and test code has been updated. | 43 * The structure of the library and test code has been updated. |
| OLD | NEW |