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

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

Issue 812253002: Delete a bunch of packages that are now on GitHub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Un-delete http Created 6 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 | Annotate | Revision Log
« no previous file with comments | « pkg/oauth2/test/utils_test.dart ('k') | pkg/path/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
6 ## 1.2.3
7
8 * Don't cache path Context based on cwd, as cwd involves a system-call to
9 compute.
10
11 ## 1.2.2
12
13 * Remove the documentation link from the pubspec so this is linked to
14 pub.dartlang.org by default.
15
16 # 1.2.1
17
18 * Many members on `Style` that provided access to patterns and functions used
19 internally for parsing paths have been deprecated.
20
21 * Manually parse paths (rather than using RegExps to do so) for better
22 performance.
23
24 # 1.2.0
25
26 * Added `path.prettyUri`, which produces a human-readable representation of a
27 URI.
28
29 # 1.1.0
30
31 * `path.fromUri` now accepts strings as well as `Uri` objects.
OLDNEW
« no previous file with comments | « pkg/oauth2/test/utils_test.dart ('k') | pkg/path/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698