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

Side by Side Diff: CHANGELOG.md

Issue 790173004: Actually release the performance changes to path. (Closed) Base URL: git@github.com:dart-lang/path@master
Patch Set: 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
« no previous file with comments | « no previous file | pubspec.yaml » ('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.1
2
3 * Add a number of performance improvements.
4
1 ## 1.3.0 5 ## 1.3.0
2 6
3 * Expose a top-level `context` field that provides access to a `Context` object 7 * Expose a top-level `context` field that provides access to a `Context` object
4 for the current system. 8 for the current system.
5 9
6 ## 1.2.3 10 ## 1.2.3
7 11
8 * Don't cache path Context based on cwd, as cwd involves a system-call to 12 * Don't cache path Context based on cwd, as cwd involves a system-call to
9 compute. 13 compute.
10 14
(...skipping 11 matching lines...) Expand all
22 performance. 26 performance.
23 27
24 # 1.2.0 28 # 1.2.0
25 29
26 * Added `path.prettyUri`, which produces a human-readable representation of a 30 * Added `path.prettyUri`, which produces a human-readable representation of a
27 URI. 31 URI.
28 32
29 # 1.1.0 33 # 1.1.0
30 34
31 * `path.fromUri` now accepts strings as well as `Uri` objects. 35 * `path.fromUri` now accepts strings as well as `Uri` objects.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698