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

Side by Side Diff: CHANGELOG.md

Issue 1877033005: Bump to `0.1.14` pre-publish. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 4 years, 8 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.14
2
3 * Fix to respect `@optionalTypeArgs` (#196).
4 * Lint to warn if a field overrides or hides other field.
5 * Fix to allow single char UPPER_CASE non-constants (#201).
6 * Fix to accept casts to dynamic (#195).
7
1 # 0.1.13 8 # 0.1.13
2 9
3 * Fix to skip overriding members in API doc checks (`public_member_api_docs`). 10 * Fix to skip overriding members in API doc checks (`public_member_api_docs`).
4 * Fix to suppress lints on synthetic nodes/tokens (#193). 11 * Fix to suppress lints on synthetic nodes/tokens (#193).
5 * Message fixes (`annotate_overrides`, `public_member_api_docs`). 12 * Message fixes (`annotate_overrides`, `public_member_api_docs`).
6 * Fix to exclude setters from return type checks (#192). 13 * Fix to exclude setters from return type checks (#192).
7 14
8 # 0.1.12 15 # 0.1.12
9 16
10 * Fix to address `LibraryNames` regexp that in pathological cases went exponenti al. 17 * Fix to address `LibraryNames` regexp that in pathological cases went exponenti al.
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 # 0.0.2+1 93 # 0.0.2+1
87 94
88 * Added machine output option. Fix #69. 95 * Added machine output option. Fix #69.
89 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 96 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
90 * Tightened up `analyzer` package constraints. 97 * Tightened up `analyzer` package constraints.
91 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 98 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
92 99
93 # 0.0.2 100 # 0.0.2
94 101
95 * Initial push to pub. 102 * 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