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

Side by Side Diff: CHANGELOG.md

Issue 1972183002: Linter version 0.1.16 bump [TBR]. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 4 years, 7 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.16
2
3 * Fix for false positive in `overriden_field`s.
4 * New `unrelated_type_equality_checks` lint.
5 * Fix to accept `$` identifiers in string interpolation lint (#214).
6 * Update to new `plugin` API (`0.2.0`).
7 * Strong mode cleanup.
8
1 # 0.1.15 9 # 0.1.15
2 10
3 * Fix to allow simple getter/setters when a decl is ``@protected` (#215). 11 * Fix to allow simple getter/setters when a decl is ``@protected` (#215).
4 * Fix to not require type params in `is` checks (#227). 12 * Fix to not require type params in `is` checks (#227).
5 * Fix to not flag field formal identifiers in parameters (#224). 13 * Fix to not flag field formal identifiers in parameters (#224).
6 * Fix to respect filters when calculating error codes (#198). 14 * Fix to respect filters when calculating error codes (#198).
7 * Fix to allow `const` and `final` vars to be initialized to null (#210). 15 * Fix to allow `const` and `final` vars to be initialized to null (#210).
8 * Fix to respect commented blocks in `empty_constructor_bodies` (#209). 16 * Fix to respect commented blocks in `empty_constructor_bodies` (#209).
9 * Fix to check types on list/map literals (#199). 17 * Fix to check types on list/map literals (#199).
10 * Fix to skip `main` when checking for API docs (#207). 18 * Fix to skip `main` when checking for API docs (#207).
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 # 0.0.2+1 118 # 0.0.2+1
111 119
112 * Added machine output option. Fix #69. 120 * Added machine output option. Fix #69.
113 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 121 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
114 * Tightened up `analyzer` package constraints. 122 * Tightened up `analyzer` package constraints.
115 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 123 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
116 124
117 # 0.0.2 125 # 0.0.2
118 126
119 * Initial push to pub. 127 * 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