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

Side by Side Diff: CHANGELOG.md

Issue 2367943002: Publish linter `0.1.27`. (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 | « .gitignore ('k') | 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.27
2
3 * Fixed cast exception in `dart_type_utilities` (dart-lang/sdk#27405).
4 * New `parameter_assignments` lint.
5 * New `prefer_final_fields` lint.
6 * New `prefer_final_locals` lint.
7 * Markdown link fixes in docs (#306).
8 * Miscellaneous solo test running fixes and introduction of `solo_debug` (#304).
9
1 # 0.1.26 10 # 0.1.26
2 11
3 * Updated tests to use package `test` (#302). 12 * Updated tests to use package `test` (#302).
4 13
5 # 0.1.25 14 # 0.1.25
6 15
7 * Fixed false positive on `[]=` in `always_declare_return_types` (#300). 16 * Fixed false positive on `[]=` in `always_declare_return_types` (#300).
8 * New `invariant_booleans` lint. 17 * New `invariant_booleans` lint.
9 * New `literal_only_boolean_expressions` lint. 18 * New `literal_only_boolean_expressions` lint.
10 * Fixed `camel_case_types` to allow `$` in identifiers (#290). 19 * Fixed `camel_case_types` to allow `$` in identifiers (#290).
11 20
12 # 0.1.24 21 # 0.1.24
13 22
14 * Internal updates to keep up with changes in the analyzer package. 23 * Internal updates to keep up with changes in the analyzer package.
15 * Updated `close_sinks` to respect calls to `destroy` (#282). 24 * Updated `close_sinks` to respect calls to `destroy` (#282).
16 * Fixed `only_throw_errors` to report on the expression not node. 25 * Fixed `only_throw_errors` to report on the expression not node.
17 26
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 # 0.0.2+1 190 # 0.0.2+1
182 191
183 * Added machine output option. Fix #69. 192 * Added machine output option. Fix #69.
184 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 193 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
185 * Tightened up `analyzer` package constraints. 194 * Tightened up `analyzer` package constraints.
186 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 195 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
187 196
188 # 0.0.2 197 # 0.0.2
189 198
190 * Initial push to pub. 199 * Initial push to pub.
OLDNEW
« no previous file with comments | « .gitignore ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698