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

Side by Side Diff: CHANGELOG.md

Issue 1425153005: Pubspec and Changelog updates (pre publish). (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.4
2
3 * 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.
5 * Added `implementation_imports` lint rule (#33).
6 * Test performance improvements.
7
1 # 0.1.3+5 8 # 0.1.3+5
2 9
3 * Added `always_specify_types` lint rule. 10 * Added `always_specify_types` lint rule (#144).
4 11
5 # 0.1.3+4 12 # 0.1.3+4
6 13
7 * Fixed linter registry memory leaks. 14 * Fixed linter registry memory leaks.
8 15
9 # 0.1.3 16 # 0.1.3
10 17
11 * Fixed various options file parsing issues. 18 * Fixed various options file parsing issues.
12 19
13 # 0.1.2 20 # 0.1.2
(...skipping 11 matching lines...) Expand all
25 # 0.0.2+1 32 # 0.0.2+1
26 33
27 * Added machine output option. Fix #69. 34 * Added machine output option. Fix #69.
28 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. 35 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
29 * Tightened up `analyzer` package constraints. 36 * Tightened up `analyzer` package constraints.
30 * Fixed false positives in `one_member_abstracts` lint. Fix #64. 37 * Fixed false positives in `one_member_abstracts` lint. Fix #64.
31 38
32 # 0.0.2 39 # 0.0.2
33 40
34 * Initial push to pub. 41 * 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