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

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

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « packages/path/.status ('k') | packages/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.6
2
3 * Ensure that `path.toUri` preserves trailing slashes for relative paths.
4
5 ## 1.3.5
6
7 * Added type annotations to top-level and static fields.
8
9 ## 1.3.4
10
11 * Fix dev_compiler warnings.
12
13 ## 1.3.3
14
15 * Performance improvement in `Context.relative` - don't call `current` if `from`
16 is not relative.
17
18 ## 1.3.2
19
20 * Fix some analyzer hints.
21
22 ## 1.3.1
23
24 * Add a number of performance improvements.
25
26 ## 1.3.0
27
28 * Expose a top-level `context` field that provides access to a `Context` object
29 for the current system.
30
31 ## 1.2.3
32
33 * Don't cache path Context based on cwd, as cwd involves a system-call to
34 compute.
35
36 ## 1.2.2
37
38 * Remove the documentation link from the pubspec so this is linked to
39 pub.dartlang.org by default.
40
41 # 1.2.1
42
43 * Many members on `Style` that provided access to patterns and functions used
44 internally for parsing paths have been deprecated.
45
46 * Manually parse paths (rather than using RegExps to do so) for better
47 performance.
48
49 # 1.2.0
50
51 * Added `path.prettyUri`, which produces a human-readable representation of a
52 URI.
53
54 # 1.1.0
55
56 * `path.fromUri` now accepts strings as well as `Uri` objects.
OLDNEW
« no previous file with comments | « packages/path/.status ('k') | packages/path/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698