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

Side by Side Diff: CHANGELOG.md

Issue 1225373003: Fix path.toUri for relative paths. (Closed) Base URL: git@github.com:dart-lang/path@master
Patch Set: merge Created 5 years, 5 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/src/internal_style.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.6
2
3 * Ensure that `path.toUri` preserves trailing slashes for relative paths.
4
1 ## 1.3.5 5 ## 1.3.5
2 6
3 * Added type annotations to top-level and static fields. 7 * Added type annotations to top-level and static fields.
4 8
5 ## 1.3.4 9 ## 1.3.4
6 10
7 * Fix dev_compiler warnings. 11 * Fix dev_compiler warnings.
8 12
9 ## 1.3.3 13 ## 1.3.3
10 14
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 performance. 47 performance.
44 48
45 # 1.2.0 49 # 1.2.0
46 50
47 * Added `path.prettyUri`, which produces a human-readable representation of a 51 * Added `path.prettyUri`, which produces a human-readable representation of a
48 URI. 52 URI.
49 53
50 # 1.1.0 54 # 1.1.0
51 55
52 * `path.fromUri` now accepts strings as well as `Uri` objects. 56 * `path.fromUri` now accepts strings as well as `Uri` objects.
OLDNEW
« no previous file with comments | « no previous file | lib/src/internal_style.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698