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

Side by Side Diff: CHANGELOG.md

Issue 1447123002: Failsafe for unavailable project info (sdk#24947). (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: log updates 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_prefixed_library_names.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.6
2
3 * Fix to `package_prefixed_library_names` (dart-lang/sdk#24947; #154).
4
1 # 0.1.5 5 # 0.1.5
2 6
3 * Added `prefer_is_not_empty` lint rule (#143). 7 * Added `prefer_is_not_empty` lint rule (#143).
4 * Added `type_annotate_public_apis` lint rule (#24). 8 * Added `type_annotate_public_apis` lint rule (#24).
5 * Added `avoid_as` lint rule (#145). 9 * Added `avoid_as` lint rule (#145).
6 * Fixed `non_constant_identifier_names` rule to special case underscore identifi ers in callbacks. 10 * Fixed `non_constant_identifier_names` rule to special case underscore identifi ers in callbacks.
7 * Fix to escape `_`s in callback type validation (addresses false positives in ` always_specify_types`) (#147). 11 * Fix to escape `_`s in callback type validation (addresses false positives in ` always_specify_types`) (#147).
8 12
9 # 0.1.4 13 # 0.1.4
10 14
(...skipping 29 matching lines...) Expand all
40 # 0.0.2+1 44 # 0.0.2+1
41 45
42 * Added machine output option. Fix #69. 46 * Added machine output option. Fix #69.
43 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 47 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
44 * Tightened up `analyzer` package constraints. 48 * Tightened up `analyzer` package constraints.
45 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 49 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
46 50
47 # 0.0.2 51 # 0.0.2
48 52
49 * Initial push to pub. 53 * Initial push to pub.
OLDNEW
« no previous file with comments | « no previous file | lib/src/rules/package_prefixed_library_names.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698