Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(533)

Side by Side Diff: CHANGELOG.md

Issue 1715893002: Bump to `0.1.11`. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698