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