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

Side by Side Diff: CHANGELOG.md

Issue 883133002: path: Fix some analyzer hints. (Closed) Base URL: git@github.com:dart-lang/path@master
Patch Set: Created 5 years, 10 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 | « no previous file | lib/src/context.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.2
2
3 * Fix some analyzer hints.
4
1 ## 1.3.1 5 ## 1.3.1
2 6
3 * Add a number of performance improvements. 7 * Add a number of performance improvements.
4 8
5 ## 1.3.0 9 ## 1.3.0
6 10
7 * Expose a top-level `context` field that provides access to a `Context` object 11 * Expose a top-level `context` field that provides access to a `Context` object
8 for the current system. 12 for the current system.
9 13
10 ## 1.2.3 14 ## 1.2.3
(...skipping 15 matching lines...) Expand all
26 performance. 30 performance.
27 31
28 # 1.2.0 32 # 1.2.0
29 33
30 * Added `path.prettyUri`, which produces a human-readable representation of a 34 * Added `path.prettyUri`, which produces a human-readable representation of a
31 URI. 35 URI.
32 36
33 # 1.1.0 37 # 1.1.0
34 38
35 * `path.fromUri` now accepts strings as well as `Uri` objects. 39 * `path.fromUri` now accepts strings as well as `Uri` objects.
OLDNEW
« no previous file with comments | « no previous file | lib/src/context.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698