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

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

Issue 447773003: Make path's top-level context field public. (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.3.0
2
3 * Expose a top-level `context` field that provides access to a `Context` object
4 for the current system.
5
1 ## 1.2.3 6 ## 1.2.3
2 7
3 * Don't cache path Context based on cwd, as cwd involves a system-call to 8 * Don't cache path Context based on cwd, as cwd involves a system-call to
4 compute. 9 compute.
5 10
6 ## 1.2.2 11 ## 1.2.2
7 12
8 * Remove the documentation link from the pubspec so this is linked to 13 * Remove the documentation link from the pubspec so this is linked to
9 pub.dartlang.org by default. 14 pub.dartlang.org by default.
10 15
11 # 1.2.1 16 # 1.2.1
12 17
13 * Many members on `Style` that provided access to patterns and functions used 18 * Many members on `Style` that provided access to patterns and functions used
14 internally for parsing paths have been deprecated. 19 internally for parsing paths have been deprecated.
15 20
16 * Manually parse paths (rather than using RegExps to do so) for better 21 * Manually parse paths (rather than using RegExps to do so) for better
17 performance. 22 performance.
18 23
19 # 1.2.0 24 # 1.2.0
20 25
21 * Added `path.prettyUri`, which produces a human-readable representation of a 26 * Added `path.prettyUri`, which produces a human-readable representation of a
22 URI. 27 URI.
23 28
24 # 1.1.0 29 # 1.1.0
25 30
26 * `path.fromUri` now accepts strings as well as `Uri` objects. 31 * `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