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

Side by Side Diff: CHANGELOG.md

Issue 2189993002: Remove `whitespace_around_ops` pending re-name and re-design (#249). (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 | 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.23
2
3 * Removed `whitespace_around_ops` pending re-name and re-design (#249).
4
5
1 # 0.1.22 6 # 0.1.22
2 7
3 * Grinder support (`rule:rule_name` and `docs:location`) for rule stub and doc g eneration (respectively). 8 * 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`. 9 * Fix to allow leading underscores in `non_constant_identifier_names`.
5 * New `valid_regexps` lint (#277). 10 * New `valid_regexps` lint (#277).
6 * New `whitespace_around_ops` lint (#249). 11 * New `whitespace_around_ops` lint (#249).
7 * Fix to `overridden_fields` to flag overridden static fields (#274). 12 * 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). 13 * 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). 14 * New `empty_catches` lint to catch empty catch blocks (#43).
10 * Fixed `close_sinks` false positive (#268). 15 * Fixed `close_sinks` false positive (#268).
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 # 0.0.2+1 165 # 0.0.2+1
161 166
162 * Added machine output option. Fix #69. 167 * Added machine output option. Fix #69.
163 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 168 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
164 * Tightened up `analyzer` package constraints. 169 * Tightened up `analyzer` package constraints.
165 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 170 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
166 171
167 # 0.0.2 172 # 0.0.2
168 173
169 * Initial push to pub. 174 * 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