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

Side by Side Diff: CHANGELOG.md

Issue 1465023002: Update to 0.1.8. (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.8
2
3 * Fix to protect against errors in linting invalid source (dart-lang/sdk#24910).
4 * Added `avoid_empty_else` lint rule (dart-lang/sdk#224936).
5
1 # 0.1.7 6 # 0.1.7
2 7
3 * Fix to `package_api_docs` (dart-lang/sdk#24947; #154). 8 * Fix to `package_api_docs` (dart-lang/sdk#24947; #154).
4 9
5 # 0.1.6 10 # 0.1.6
6 11
7 * Fix to `package_prefixed_library_names` (dart-lang/sdk#24947; #154). 12 * Fix to `package_prefixed_library_names` (dart-lang/sdk#24947; #154).
8 13
9 # 0.1.5 14 # 0.1.5
10 15
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 # 0.0.2+1 53 # 0.0.2+1
49 54
50 * Added machine output option. Fix #69. 55 * Added machine output option. Fix #69.
51 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 56 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
52 * Tightened up `analyzer` package constraints. 57 * Tightened up `analyzer` package constraints.
53 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 58 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
54 59
55 # 0.0.2 60 # 0.0.2
56 61
57 * Initial push to pub. 62 * 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