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

Side by Side Diff: CHANGELOG.md

Issue 1468343002: Improve the performance of isWithin(). (Closed) Base URL: git@github.com:dart-lang/path@master
Patch Set: remove -dev 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') | lib/src/context.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.3.8
2
3 * Improve the performance of `isWithin()` when the paths don't contain
4 asymmetrical `.` or `..` components.
5
1 ## 1.3.7 6 ## 1.3.7
2 7
3 * Improve the performance of `absolute()` and `normalize()`. 8 * Improve the performance of `absolute()` and `normalize()`.
4 9
5 ## 1.3.6 10 ## 1.3.6
6 11
7 * Ensure that `path.toUri` preserves trailing slashes for relative paths. 12 * Ensure that `path.toUri` preserves trailing slashes for relative paths.
8 13
9 ## 1.3.5 14 ## 1.3.5
10 15
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 performance. 56 performance.
52 57
53 # 1.2.0 58 # 1.2.0
54 59
55 * Added `path.prettyUri`, which produces a human-readable representation of a 60 * Added `path.prettyUri`, which produces a human-readable representation of a
56 URI. 61 URI.
57 62
58 # 1.1.0 63 # 1.1.0
59 64
60 * `path.fromUri` now accepts strings as well as `Uri` objects. 65 * `path.fromUri` now accepts strings as well as `Uri` objects.
OLDNEW
« no previous file with comments | « no previous file | benchmark/benchmark.dart » ('j') | lib/src/context.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698