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

Side by Side Diff: CHANGELOG.md

Issue 1431313002: Udpate to 0.1.5. (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 | 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.5
2
3 * Added `prefer_is_not_empty` lint rule (#143).
4 * Added `type_annotate_public_apis` lint rule (#24).
5 * Added `avoid_as` lint rule (#145).
6 * 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).
8
1 # 0.1.4 9 # 0.1.4
2 10
3 * Added `always_declare_return_types` lint rule (#146). 11 * Added `always_declare_return_types` lint rule (#146).
4 * Improved `always_specify_types` to detect missing types in declared identifier s and narrowed source range to the token. 12 * Improved `always_specify_types` to detect missing types in declared identifier s and narrowed source range to the token.
5 * Added `implementation_imports` lint rule (#33). 13 * Added `implementation_imports` lint rule (#33).
6 * Test performance improvements. 14 * Test performance improvements.
7 15
8 # 0.1.3+5 16 # 0.1.3+5
9 17
10 * Added `always_specify_types` lint rule (#144). 18 * Added `always_specify_types` lint rule (#144).
(...skipping 21 matching lines...) Expand all
32 # 0.0.2+1 40 # 0.0.2+1
33 41
34 * Added machine output option. Fix #69. 42 * Added machine output option. Fix #69.
35 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 43 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
36 * Tightened up `analyzer` package constraints. 44 * Tightened up `analyzer` package constraints.
37 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 45 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
38 46
39 # 0.0.2 47 # 0.0.2
40 48
41 * Initial push to pub. 49 * 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