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

Side by Side Diff: CHANGELOG.md

Issue 1782643002: Bump to 0.1.13. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 4 years, 9 months 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.13
2
3 * Fix to skip overriding members in API doc checks (`public_member_api_docs`).
4 * Fix to suppress lints on synthetic nodes/tokens (#193).
5 * Message fixes (`annotate_overrides`, `public_member_api_docs`).
6 * Fix to exclude setters from return type checks (#192).
7
1 # 0.1.12 8 # 0.1.12
2 9
3 * Fix to address `LibraryNames` regexp that in pathological cases went exponenti al. 10 * Fix to address `LibraryNames` regexp that in pathological cases went exponenti al.
4 11
5 # 0.1.11 12 # 0.1.11
6 13
7 * Doc generation improvements (now with options samples). 14 * Doc generation improvements (now with options samples).
8 * Lint to sort unnamed constructors first (#187). 15 * Lint to sort unnamed constructors first (#187).
9 * Lint to ensure public members have API docs (#188). 16 * Lint to ensure public members have API docs (#188).
10 * Lint to ensure constructors are sorted first (#186). 17 * Lint to ensure constructors are sorted first (#186).
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 # 0.0.2+1 86 # 0.0.2+1
80 87
81 * Added machine output option. Fix #69. 88 * Added machine output option. Fix #69.
82 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 89 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
83 * Tightened up `analyzer` package constraints. 90 * Tightened up `analyzer` package constraints.
84 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 91 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
85 92
86 # 0.0.2 93 # 0.0.2
87 94
88 * Initial push to pub. 95 * 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