| OLD | NEW |
| 1 ## 0.11.4+5 |
| 2 |
| 3 * Fix all strong-mode warnings. |
| 4 |
| 1 ## 0.11.4+4 | 5 ## 0.11.4+4 |
| 2 | 6 |
| 3 * Deprecate the name parameter to `isInstanceOf`. All language implementations | 7 * Deprecate the name parameter to `isInstanceOf`. All language implementations |
| 4 now support converting the type parameter to a string directly. | 8 now support converting the type parameter to a string directly. |
| 5 | 9 |
| 6 ## 0.11.4+3 | 10 ## 0.11.4+3 |
| 7 | 11 |
| 8 * Fix the examples for `equalsIgnoringWhitespace`. | 12 * Fix the examples for `equalsIgnoringWhitespace`. |
| 9 | 13 |
| 10 ## 0.11.4+2 | 14 ## 0.11.4+2 |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 * Matchers related to bad language use have been removed. These represent code | 76 * Matchers related to bad language use have been removed. These represent code |
| 73 structure that should rarely or never be validated in tests. | 77 structure that should rarely or never be validated in tests. |
| 74 * `isAbstractClassInstantiationError` | 78 * `isAbstractClassInstantiationError` |
| 75 * `throwsAbstractClassInstantiationError` | 79 * `throwsAbstractClassInstantiationError` |
| 76 * `isFallThroughError` | 80 * `isFallThroughError` |
| 77 * `throwsFallThroughError` | 81 * `throwsFallThroughError` |
| 78 | 82 |
| 79 * Added types to a number of method arguments. | 83 * Added types to a number of method arguments. |
| 80 | 84 |
| 81 * The structure of the library and test code has been updated. | 85 * The structure of the library and test code has been updated. |
| OLD | NEW |