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

Side by Side Diff: CHANGELOG.md

Issue 1492973002: Update to 0.1.9. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 5 years 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
2 # 0.1.9
3
4 * Fix `type_annotate_public_apis` to properly handle getters/setters (#151; dart -lang/sdk#25092).
5
1 # 0.1.8 6 # 0.1.8
2 7
3 * Fix to protect against errors in linting invalid source (dart-lang/sdk#24910). 8 * Fix to protect against errors in linting invalid source (dart-lang/sdk#24910).
4 * Added `avoid_empty_else` lint rule (dart-lang/sdk#224936). 9 * Added `avoid_empty_else` lint rule (dart-lang/sdk#224936).
5 10
6 # 0.1.7 11 # 0.1.7
7 12
8 * Fix to `package_api_docs` (dart-lang/sdk#24947; #154). 13 * Fix to `package_api_docs` (dart-lang/sdk#24947; #154).
9 14
10 # 0.1.6 15 # 0.1.6
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 # 0.0.2+1 58 # 0.0.2+1
54 59
55 * Added machine output option. Fix #69. 60 * Added machine output option. Fix #69.
56 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 61 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
57 * Tightened up `analyzer` package constraints. 62 * Tightened up `analyzer` package constraints.
58 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 63 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
59 64
60 # 0.0.2 65 # 0.0.2
61 66
62 * Initial push to pub. 67 * 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