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

Side by Side Diff: CHANGELOG.md

Issue 2066683002: Linter `0.1.20`. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 4 years, 6 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.20
2
3 * New `cancel_subscriptions` lint.
4
1 # 0.1.19 5 # 0.1.19
2 6
3 * New `close_sinks` lint. 7 * New `close_sinks` lint.
4 * Fixes to `iterable_contains_unrelated_type `. 8 * Fixes to `iterable_contains_unrelated_type `.
5 9
6 # 0.1.18 10 # 0.1.18
7 11
8 * Fix NSME in `iterable_contains_unrelated_type` (#245). 12 * Fix NSME in `iterable_contains_unrelated_type` (#245).
9 * Fixed typo in `comment_references` error description. 13 * Fixed typo in `comment_references` error description.
10 * Fix `overriden_field` false positive (#246). 14 * Fix `overriden_field` false positive (#246).
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 # 0.0.2+1 141 # 0.0.2+1
138 142
139 * Added machine output option. Fix #69. 143 * Added machine output option. Fix #69.
140 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 144 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
141 * Tightened up `analyzer` package constraints. 145 * Tightened up `analyzer` package constraints.
142 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 146 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
143 147
144 # 0.0.2 148 # 0.0.2
145 149
146 * Initial push to pub. 150 * 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