Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.11.4+2 | |
|
nweiz
2015/02/04 01:34:45
It looks like 0.11.4+1 was never released. Can you
kevmoo
2015/02/04 05:28:20
Done.
| |
| 2 | |
| 3 * Correctly match and print `String`s with escaped values. | |
|
nweiz
2015/02/04 01:34:45
"with escaped values" -> "containing characters th
kevmoo
2015/02/04 05:28:20
Done.
| |
| 4 | |
| 1 ## 0.11.4 | 5 ## 0.11.4 |
| 2 | 6 |
| 3 * Remove the type checks in the `isEmpty` and `isNotEmpty` matchers and simply | 7 * Remove the type checks in the `isEmpty` and `isNotEmpty` matchers and simply |
| 4 access the `isEmpty` respectively `isNotEmpty` fields. This allows them to | 8 access the `isEmpty` respectively `isNotEmpty` fields. This allows them to |
| 5 work with custom collections. See [Issue | 9 work with custom collections. See [Issue |
| 6 21792](https://code.google.com/p/dart/issues/detail?id=21792) and [Issue | 10 21792](https://code.google.com/p/dart/issues/detail?id=21792) and [Issue |
| 7 21562](https://code.google.com/p/dart/issues/detail?id=21562) | 11 21562](https://code.google.com/p/dart/issues/detail?id=21562) |
| 8 | 12 |
| 9 ## 0.11.3+1 | 13 ## 0.11.3+1 |
| 10 | 14 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 54 * Matchers related to bad language use have been removed. These represent code | 58 * Matchers related to bad language use have been removed. These represent code |
| 55 structure that should rarely or never be validated in tests. | 59 structure that should rarely or never be validated in tests. |
| 56 * `isAbstractClassInstantiationError` | 60 * `isAbstractClassInstantiationError` |
| 57 * `throwsAbstractClassInstantiationError` | 61 * `throwsAbstractClassInstantiationError` |
| 58 * `isFallThroughError` | 62 * `isFallThroughError` |
| 59 * `throwsFallThroughError` | 63 * `throwsFallThroughError` |
| 60 | 64 |
| 61 * Added types to a number of method arguments. | 65 * Added types to a number of method arguments. |
| 62 | 66 |
| 63 * The structure of the library and test code has been updated. | 67 * The structure of the library and test code has been updated. |
| OLD | NEW |