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

Side by Side Diff: CHANGELOG.md

Issue 2100013005: Linter `0.1.21` (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 4 years, 5 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 | lib/src/rules.dart » ('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.21
2
3 * New `only_throw_errors` lint.
4 * New lint to check for `empty_statements` (#259).
5 * Fixed NSME when file contents cannot be read (#260).
6 * Fixed unsafe cast in `iterable_contains_unrelated_type` (#267).
7
1 # 0.1.20 8 # 0.1.20
2 9
3 * New `cancel_subscriptions` lint. 10 * New `cancel_subscriptions` lint.
4 11
5 # 0.1.19 12 # 0.1.19
6 13
7 * New `close_sinks` lint. 14 * New `close_sinks` lint.
8 * Fixes to `iterable_contains_unrelated_type `. 15 * Fixes to `iterable_contains_unrelated_type `.
9 16
10 # 0.1.18 17 # 0.1.18
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 # 0.0.2+1 148 # 0.0.2+1
142 149
143 * Added machine output option. Fix #69. 150 * Added machine output option. Fix #69.
144 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 151 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
145 * Tightened up `analyzer` package constraints. 152 * Tightened up `analyzer` package constraints.
146 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 153 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
147 154
148 # 0.0.2 155 # 0.0.2
149 156
150 * Initial push to pub. 157 * Initial push to pub.
OLDNEW
« no previous file with comments | « no previous file | lib/src/rules.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698