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

Side by Side Diff: CHANGELOG.md

Issue 1064273002: pkg/path: Add type annotations to top-level and static fields. (Closed) Base URL: https://github.com/dart-lang/path.git@master
Patch Set: version nits Created 5 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 | lib/path.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.3.5
2
3 * Added type annotations to top-level and static fields.
4
1 ## 1.3.4 5 ## 1.3.4
2 6
3 * Fix dev_compiler warnings. 7 * Fix dev_compiler warnings.
4 8
5 ## 1.3.3 9 ## 1.3.3
6 10
7 * Performance improvement in `Context.relative` - don't call `current` if `from` 11 * Performance improvement in `Context.relative` - don't call `current` if `from`
8 is not relative. 12 is not relative.
9 13
10 ## 1.3.2 14 ## 1.3.2
(...skipping 28 matching lines...) Expand all
39 performance. 43 performance.
40 44
41 # 1.2.0 45 # 1.2.0
42 46
43 * Added `path.prettyUri`, which produces a human-readable representation of a 47 * Added `path.prettyUri`, which produces a human-readable representation of a
44 URI. 48 URI.
45 49
46 # 1.1.0 50 # 1.1.0
47 51
48 * `path.fromUri` now accepts strings as well as `Uri` objects. 52 * `path.fromUri` now accepts strings as well as `Uri` objects.
OLDNEW
« no previous file with comments | « no previous file | lib/path.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698