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

Side by Side Diff: CHANGELOG.md

Issue 1992693003: Linter version 0.1.17. (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 | 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.17
2
3 * Fix to `public_member_api_docs` to check for documented getters when checking setters (#237).
4 * New `iterable_contains_unrelated_type` lint to detect when `Iterable.contains` is invoked with an object of an unrelated type.
5 * New `comment_references` lint to ensure identifiers referenced in docs are in scope (#240).
6
1 # 0.1.16 7 # 0.1.16
2 8
3 * Fix for false positive in `overriden_field`s. 9 * Fix for false positive in `overriden_field`s.
4 * New `unrelated_type_equality_checks` lint. 10 * New `unrelated_type_equality_checks` lint.
5 * Fix to accept `$` identifiers in string interpolation lint (#214). 11 * Fix to accept `$` identifiers in string interpolation lint (#214).
6 * Update to new `plugin` API (`0.2.0`). 12 * Update to new `plugin` API (`0.2.0`).
7 * Strong mode cleanup. 13 * Strong mode cleanup.
8 14
9 # 0.1.15 15 # 0.1.15
10 16
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 # 0.0.2+1 124 # 0.0.2+1
119 125
120 * Added machine output option. Fix #69. 126 * Added machine output option. Fix #69.
121 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 127 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
122 * Tightened up `analyzer` package constraints. 128 * Tightened up `analyzer` package constraints.
123 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 129 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
124 130
125 # 0.0.2 131 # 0.0.2
126 132
127 * Initial push to pub. 133 * 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