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

Side by Side Diff: CHANGELOG.md

Issue 2182183004: Linter `0.1.22`. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 4 years, 4 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.22
2
3 * Grinder support (`rule:rule_name` and `docs:location`) for rule stub and doc g eneration (respectively).
4 * Fix to allow leading underscores in `non_constant_identifier_names`.
5 * New `valid_regexps` lint (#277).
6 * New `whitespace_around_ops` lint (#249).
7 * Fix to `overridden_fields` to flag overridden static fields (#274).
8 * New `list_remove_unrelated_type` to detect passing a non-`T` value to `List.re move()`` (#271).
9 * New `empty_catches` lint to catch empty catch blocks (#43).
10 * Fixed `close_sinks` false positive (#268).
11 * `linter` support for `--strong` to allow for running linter in strong mode.
12
1 # 0.1.21 13 # 0.1.21
2 14
3 * New `only_throw_errors` lint. 15 * New `only_throw_errors` lint.
4 * New lint to check for `empty_statements` (#259). 16 * New lint to check for `empty_statements` (#259).
5 * Fixed NSME when file contents cannot be read (#260). 17 * Fixed NSME when file contents cannot be read (#260).
6 * Fixed unsafe cast in `iterable_contains_unrelated_type` (#267). 18 * Fixed unsafe cast in `iterable_contains_unrelated_type` (#267).
7 19
8 # 0.1.20 20 # 0.1.20
9 21
10 * New `cancel_subscriptions` lint. 22 * New `cancel_subscriptions` lint.
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 # 0.0.2+1 160 # 0.0.2+1
149 161
150 * Added machine output option. Fix #69. 162 * Added machine output option. Fix #69.
151 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 163 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
152 * Tightened up `analyzer` package constraints. 164 * Tightened up `analyzer` package constraints.
153 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 165 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
154 166
155 # 0.0.2 167 # 0.0.2
156 168
157 * Initial push to pub. 169 * 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