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

Side by Side Diff: CHANGELOG.md

Issue 1498613002: Further improve isWithin() performance. (Closed) Base URL: git@github.com:dart-lang/path@master
Patch Set: Created 5 years 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/context.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.9
2
3 * Further improve the performance of `isWithin()` when paths contain `/.`
4 sequences that aren't `/../`.
5
1 ## 1.3.8 6 ## 1.3.8
2 7
3 * Improve the performance of `isWithin()` when the paths don't contain 8 * Improve the performance of `isWithin()` when the paths don't contain
4 asymmetrical `.` or `..` components. 9 asymmetrical `.` or `..` components.
5 10
6 * Improve the performance of `relative()` when `from` is `null` and the path is 11 * Improve the performance of `relative()` when `from` is `null` and the path is
7 already relative. 12 already relative.
8 13
9 * Improve the performance of `current` when the current directory hasn't 14 * Improve the performance of `current` when the current directory hasn't
10 changed. 15 changed.
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 performance. 67 performance.
63 68
64 # 1.2.0 69 # 1.2.0
65 70
66 * Added `path.prettyUri`, which produces a human-readable representation of a 71 * Added `path.prettyUri`, which produces a human-readable representation of a
67 URI. 72 URI.
68 73
69 # 1.1.0 74 # 1.1.0
70 75
71 * `path.fromUri` now accepts strings as well as `Uri` objects. 76 * `path.fromUri` now accepts strings as well as `Uri` objects.
OLDNEW
« no previous file with comments | « no previous file | lib/src/context.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698