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

Side by Side Diff: CHANGELOG.md

Issue 1038063002: DDC fixes for path (Closed) Base URL: https://github.com/dart-lang/path.git@master
Patch Set: Fix formatting Created 5 years, 9 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.4
2
3 * Fix dev_compiler warnings.
4
1 ## 1.3.3 5 ## 1.3.3
2 6
3 * Performance improvement in `Context.relative` - don't call `current` if `from` 7 * Performance improvement in `Context.relative` - don't call `current` if `from`
4 is not relative. 8 is not relative.
5 9
6 ## 1.3.2 10 ## 1.3.2
7 11
8 * Fix some analyzer hints. 12 * Fix some analyzer hints.
9 13
10 ## 1.3.1 14 ## 1.3.1
(...skipping 24 matching lines...) Expand all
35 performance. 39 performance.
36 40
37 # 1.2.0 41 # 1.2.0
38 42
39 * Added `path.prettyUri`, which produces a human-readable representation of a 43 * Added `path.prettyUri`, which produces a human-readable representation of a
40 URI. 44 URI.
41 45
42 # 1.1.0 46 # 1.1.0
43 47
44 * `path.fromUri` now accepts strings as well as `Uri` objects. 48 * `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