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

Side by Side Diff: packages/path/CHANGELOG.md

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@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 | « packages/path/.test_config ('k') | packages/path/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.9
2
3 * Further improve the performance of `isWithin()` when paths contain `/.`
4 sequences that aren't `/../`.
5
6 ## 1.3.8
7
8 * Improve the performance of `isWithin()` when the paths don't contain
9 asymmetrical `.` or `..` components.
10
11 * Improve the performance of `relative()` when `from` is `null` and the path is
12 already relative.
13
14 * Improve the performance of `current` when the current directory hasn't
15 changed.
16
17 ## 1.3.7
18
19 * Improve the performance of `absolute()` and `normalize()`.
20
1 ## 1.3.6 21 ## 1.3.6
2 22
3 * Ensure that `path.toUri` preserves trailing slashes for relative paths. 23 * Ensure that `path.toUri` preserves trailing slashes for relative paths.
4 24
5 ## 1.3.5 25 ## 1.3.5
6 26
7 * Added type annotations to top-level and static fields. 27 * Added type annotations to top-level and static fields.
8 28
9 ## 1.3.4 29 ## 1.3.4
10 30
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 performance. 67 performance.
48 68
49 # 1.2.0 69 # 1.2.0
50 70
51 * Added `path.prettyUri`, which produces a human-readable representation of a 71 * Added `path.prettyUri`, which produces a human-readable representation of a
52 URI. 72 URI.
53 73
54 # 1.1.0 74 # 1.1.0
55 75
56 * `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 | « packages/path/.test_config ('k') | packages/path/benchmark/benchmark.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698