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

Side by Side Diff: CHANGELOG.md

Issue 1455003002: Optimize absolute() and normalize(). (Closed) Base URL: git@github.com:dart-lang/path@master
Patch Set: Code review changes 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 | benchmark/benchmark.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.7
2
3 * Improve the performance of `absolute()` and `normalize()`.
4
1 ## 1.3.6 5 ## 1.3.6
2 6
3 * Ensure that `path.toUri` preserves trailing slashes for relative paths. 7 * Ensure that `path.toUri` preserves trailing slashes for relative paths.
4 8
5 ## 1.3.5 9 ## 1.3.5
6 10
7 * Added type annotations to top-level and static fields. 11 * Added type annotations to top-level and static fields.
8 12
9 ## 1.3.4 13 ## 1.3.4
10 14
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 performance. 51 performance.
48 52
49 # 1.2.0 53 # 1.2.0
50 54
51 * Added `path.prettyUri`, which produces a human-readable representation of a 55 * Added `path.prettyUri`, which produces a human-readable representation of a
52 URI. 56 URI.
53 57
54 # 1.1.0 58 # 1.1.0
55 59
56 * `path.fromUri` now accepts strings as well as `Uri` objects. 60 * `path.fromUri` now accepts strings as well as `Uri` objects.
OLDNEW
« no previous file with comments | « no previous file | benchmark/benchmark.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698