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

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

Issue 429173002: Don't cache path Context based on cwd, as cwd involves a system-call to compute. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/path/lib/path.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.2.3
2
3 * Don't cache path Context based on cwd, as cwd involves a system-call to
4 compute.
5
1 ## 1.2.2 6 ## 1.2.2
2 7
3 * Remove the documentation link from the pubspec so this is linked to 8 * Remove the documentation link from the pubspec so this is linked to
4 pub.dartlang.org by default. 9 pub.dartlang.org by default.
5 10
6 # 1.2.1 11 # 1.2.1
7 12
8 * Many members on `Style` that provided access to patterns and functions used 13 * Many members on `Style` that provided access to patterns and functions used
9 internally for parsing paths have been deprecated. 14 internally for parsing paths have been deprecated.
10 15
11 * Manually parse paths (rather than using RegExps to do so) for better 16 * Manually parse paths (rather than using RegExps to do so) for better
12 performance. 17 performance.
13 18
14 # 1.2.0 19 # 1.2.0
15 20
16 * Added `path.prettyUri`, which produces a human-readable representation of a 21 * Added `path.prettyUri`, which produces a human-readable representation of a
17 URI. 22 URI.
18 23
19 # 1.1.0 24 # 1.1.0
20 25
21 * `path.fromUri` now accepts strings as well as `Uri` objects. 26 * `path.fromUri` now accepts strings as well as `Uri` objects.
OLDNEW
« no previous file with comments | « no previous file | pkg/path/lib/path.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698