| OLD | NEW |
| 1 ## 0.11.0 |
| 2 |
| 3 * Removed deprecated matchers. |
| 4 |
| 1 ## 0.10.1+1 | 5 ## 0.10.1+1 |
| 2 | 6 |
| 3 * Get the tests passing when run on dart2js in minified mode. | 7 * Get the tests passing when run on dart2js in minified mode. |
| 4 | 8 |
| 5 ## 0.10.1 | 9 ## 0.10.1 |
| 6 | 10 |
| 7 * Compare sets order-independently when using `equals()`. | 11 * Compare sets order-independently when using `equals()`. |
| 8 | 12 |
| 9 ## 0.10.0+3 | 13 ## 0.10.0+3 |
| 10 | 14 |
| 11 * Removed `@deprecated` annotation on matchers due to | 15 * Removed `@deprecated` annotation on matchers due to |
| 12 [Issue 19173](https://code.google.com/p/dart/issues/detail?id=19173) | 16 [Issue 19173](https://code.google.com/p/dart/issues/detail?id=19173) |
| 13 | 17 |
| 14 ## 0.10.0+2 | 18 ## 0.10.0+2 |
| 15 | 19 |
| 16 * Added types to a number of constants. | 20 * Added types to a number of constants. |
| 17 | 21 |
| 18 ## 0.10.0+1 | 22 ## 0.10.0+1 |
| 19 | 23 |
| 20 * Matchers related to bad language use have been removed. These represent code | 24 * Matchers related to bad language use have been removed. These represent code |
| 21 structure that should rarely or never be validated in tests. | 25 structure that should rarely or never be validated in tests. |
| 22 * `isAbstractClassInstantiationError` | 26 * `isAbstractClassInstantiationError` |
| 23 * `throwsAbstractClassInstantiationError` | 27 * `throwsAbstractClassInstantiationError` |
| 24 * `isFallThroughError` | 28 * `isFallThroughError` |
| 25 * `throwsFallThroughError` | 29 * `throwsFallThroughError` |
| 26 | 30 |
| 27 * Added types to a number of method arguments. | 31 * Added types to a number of method arguments. |
| 28 | 32 |
| 29 * The structure of the library and test code has been updated. | 33 * The structure of the library and test code has been updated. |
| OLD | NEW |