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

Side by Side Diff: CHANGELOG.md

Issue 2035653003: Bump to `0.1.18`. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 4 years, 6 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.18
2
3 * Fix NSME in `iterable_contains_unrelated_type` (#245).
4 * Fixed typo in `comment_references` error description.
5 * Fix `overriden_field` false positive (#246).
6 * Rename linter binary `lints` option to `rules` (#248).
7 * Help doc tweaks.
8
1 # 0.1.17 9 # 0.1.17
2 10
3 * Fix to `public_member_api_docs` to check for documented getters when checking setters (#237). 11 * 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. 12 * 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). 13 * New `comment_references` lint to ensure identifiers referenced in docs are in scope (#240).
6 14
7 # 0.1.16 15 # 0.1.16
8 16
9 * Fix for false positive in `overriden_field`s. 17 * Fix for false positive in `overriden_field`s.
10 * New `unrelated_type_equality_checks` lint. 18 * New `unrelated_type_equality_checks` lint.
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 # 0.0.2+1 132 # 0.0.2+1
125 133
126 * Added machine output option. Fix #69. 134 * Added machine output option. Fix #69.
127 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 135 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
128 * Tightened up `analyzer` package constraints. 136 * Tightened up `analyzer` package constraints.
129 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 137 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
130 138
131 # 0.0.2 139 # 0.0.2
132 140
133 * Initial push to pub. 141 * 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