Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # 0.1.11 | |
| 2 | |
| 3 * Doc generation improvements (now with options samples). | |
| 4 * Lint to sort unnamed constructors first (#187). | |
| 5 * Lint to ensure public members have API docs (#188). | |
| 6 * Lint t ensure constructors are sorted first (#186). | |
|
keertip
2016/02/19 21:30:21
"to"
pquitslund
2016/02/19 21:31:12
Ha. Yes. Fixed!
| |
| 7 * Lint for `hashCode` and `==` (#168). | |
| 8 * Lint to detect un-annotated overrides (#167). | |
| 9 * Fix to ignore underscores in public APIs (#153). | |
| 10 * Lint to check for return types on setters (#122). | |
| 11 * Lint to flag missing type params (#156). | |
| 12 * Lint to avoid inits to `null` (#160). | |
| 1 | 13 |
| 2 # 0.1.10 | 14 # 0.1.10 |
| 3 | 15 |
| 4 * Updated to use `analyzer` `0.27.0`. | 16 * Updated to use `analyzer` `0.27.0`. |
| 5 * Updated options processing to handle untyped maps (dart-lang/sdk#25126). | 17 * Updated options processing to handle untyped maps (dart-lang/sdk#25126). |
| 6 | 18 |
| 7 # 0.1.9 | 19 # 0.1.9 |
| 8 | 20 |
| 9 * Fix `type_annotate_public_apis` to properly handle getters/setters (#151; dart -lang/sdk#25092). | 21 * Fix `type_annotate_public_apis` to properly handle getters/setters (#151; dart -lang/sdk#25092). |
| 10 | 22 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 63 # 0.0.2+1 | 75 # 0.0.2+1 |
| 64 | 76 |
| 65 * Added machine output option. Fix #69. | 77 * Added machine output option. Fix #69. |
| 66 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. | 78 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. |
| 67 * Tightened up `analyzer` package constraints. | 79 * Tightened up `analyzer` package constraints. |
| 68 * Fixed false positives in `one_member_abstracts` lint. Fix #64. | 80 * Fixed false positives in `one_member_abstracts` lint. Fix #64. |
| 69 | 81 |
| 70 # 0.0.2 | 82 # 0.0.2 |
| 71 | 83 |
| 72 * Initial push to pub. | 84 * Initial push to pub. |
| OLD | NEW |