Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.10.0+2 | |
| 2 | |
| 3 * Added return types to a number of constants. | |
|
Siggi Cherem (dart-lang)
2014/06/02 18:41:51
remove "return" (unless they are functions?)
kevmoo
2014/06/02 20:28:49
Done.
| |
| 4 | |
| 5 * Fixed link in `README.md`. | |
|
Siggi Cherem (dart-lang)
2014/06/02 18:41:51
I don't think we need to mention this :) I think i
kevmoo
2014/06/02 20:28:49
Done.
| |
| 6 | |
| 1 ## 0.10.0+1 | 7 ## 0.10.0+1 |
| 2 | 8 |
| 3 * Matchers related to bad language use have been removed. These represent code | 9 * Matchers related to bad language use have been removed. These represent code |
| 4 structure that should rarely or never be validated in tests. | 10 structure that should rarely or never be validated in tests. |
| 5 * `isAbstractClassInstantiationError` | 11 * `isAbstractClassInstantiationError` |
| 6 * `throwsAbstractClassInstantiationError` | 12 * `throwsAbstractClassInstantiationError` |
| 7 * `isFallThroughError` | 13 * `isFallThroughError` |
| 8 * `throwsFallThroughError` | 14 * `throwsFallThroughError` |
| 9 | 15 |
| 10 * Added types to a number of method arguments. | 16 * Added types to a number of method arguments. |
| 11 | 17 |
| 12 * The structure of the library and test code has been updated. | 18 * The structure of the library and test code has been updated. |
| OLD | NEW |