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