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

Side by Side Diff: CHANGELOG.md

Issue 1446383002: Bail early in API analysis if no project is set. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 5 years, 1 month 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/package_api_docs.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.7
2
3 * Fix to `package_api_docs` (dart-lang/sdk#24947; #154).
4
1 # 0.1.6 5 # 0.1.6
2 6
3 * Fix to `package_prefixed_library_names` (dart-lang/sdk#24947; #154). 7 * Fix to `package_prefixed_library_names` (dart-lang/sdk#24947; #154).
4 8
5 # 0.1.5 9 # 0.1.5
6 10
7 * Added `prefer_is_not_empty` lint rule (#143). 11 * Added `prefer_is_not_empty` lint rule (#143).
8 * Added `type_annotate_public_apis` lint rule (#24). 12 * Added `type_annotate_public_apis` lint rule (#24).
9 * Added `avoid_as` lint rule (#145). 13 * Added `avoid_as` lint rule (#145).
10 * Fixed `non_constant_identifier_names` rule to special case underscore identifi ers in callbacks. 14 * Fixed `non_constant_identifier_names` rule to special case underscore identifi ers in callbacks.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 # 0.0.2+1 48 # 0.0.2+1
45 49
46 * Added machine output option. Fix #69. 50 * Added machine output option. Fix #69.
47 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 51 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
48 * Tightened up `analyzer` package constraints. 52 * Tightened up `analyzer` package constraints.
49 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 53 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
50 54
51 # 0.0.2 55 # 0.0.2
52 56
53 * Initial push to pub. 57 * Initial push to pub.
OLDNEW
« no previous file with comments | « no previous file | lib/src/rules/package_api_docs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698