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

Side by Side Diff: CHANGELOG.md

Issue 2309313002: Publish linter `0.1.25`. (Closed)
Patch Set: Created 4 years, 3 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.25
2
3 * Fixed false positive on `[]=` in `always_declare_return_types` (#300).
4 * New `invariant_booleans` lint.
5 * New `literal_only_boolean_expressions` lint.
6 * Fixed `camel_case_types` to allow `$` in identifiers (#290).
7
1 # 0.1.24 8 # 0.1.24
2 9
3 * Internal updates to keep up with changes in the analyzer package. 10 * Internal updates to keep up with changes in the analyzer package.
4 * Updated `close_sinks` to respect calls to `destroy` (#282). 11 * Updated `close_sinks` to respect calls to `destroy` (#282).
5 * Fixed `only_throw_errors` to report on the expression not node. 12 * Fixed `only_throw_errors` to report on the expression not node.
6 13
7 # 0.1.23 14 # 0.1.23
8 15
9 * Removed `whitespace_around_ops` pending re-name and re-design (#249). 16 * Removed `whitespace_around_ops` pending re-name and re-design (#249).
10 17
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 # 0.0.2+1 177 # 0.0.2+1
171 178
172 * Added machine output option. Fix #69. 179 * Added machine output option. Fix #69.
173 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 180 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
174 * Tightened up `analyzer` package constraints. 181 * Tightened up `analyzer` package constraints.
175 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 182 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
176 183
177 # 0.0.2 184 # 0.0.2
178 185
179 * Initial push to pub. 186 * 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