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

Side by Side Diff: CHANGELOG.md

Issue 2245123002: Publish linter `0.1.24`. (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 | « .gitignore ('k') | no next file » | 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.24
2
3 * Internal updates to keep up with changes in the analyzer package.
4 * Updated `close_sinks` to respect calls to `destroy` (#282).
5 * Fixed `only_throw_errors` to report on the expression not node.
6
1 # 0.1.23 7 # 0.1.23
2 8
3 * Removed `whitespace_around_ops` pending re-name and re-design (#249). 9 * Removed `whitespace_around_ops` pending re-name and re-design (#249).
4 10
5
6 # 0.1.22 11 # 0.1.22
7 12
8 * Grinder support (`rule:rule_name` and `docs:location`) for rule stub and doc g eneration (respectively). 13 * Grinder support (`rule:rule_name` and `docs:location`) for rule stub and doc g eneration (respectively).
9 * Fix to allow leading underscores in `non_constant_identifier_names`. 14 * Fix to allow leading underscores in `non_constant_identifier_names`.
10 * New `valid_regexps` lint (#277). 15 * New `valid_regexps` lint (#277).
11 * New `whitespace_around_ops` lint (#249). 16 * New `whitespace_around_ops` lint (#249).
12 * Fix to `overridden_fields` to flag overridden static fields (#274). 17 * Fix to `overridden_fields` to flag overridden static fields (#274).
13 * New `list_remove_unrelated_type` to detect passing a non-`T` value to `List.re move()`` (#271). 18 * New `list_remove_unrelated_type` to detect passing a non-`T` value to `List.re move()`` (#271).
14 * New `empty_catches` lint to catch empty catch blocks (#43). 19 * New `empty_catches` lint to catch empty catch blocks (#43).
15 * Fixed `close_sinks` false positive (#268). 20 * Fixed `close_sinks` false positive (#268).
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 # 0.0.2+1 170 # 0.0.2+1
166 171
167 * Added machine output option. Fix #69. 172 * Added machine output option. Fix #69.
168 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 173 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
169 * Tightened up `analyzer` package constraints. 174 * Tightened up `analyzer` package constraints.
170 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 175 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
171 176
172 # 0.0.2 177 # 0.0.2
173 178
174 * Initial push to pub. 179 * Initial push to pub.
OLDNEW
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698