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

Side by Side Diff: CHANGELOG.md

Issue 937683002: Don't use 'current' if 'from' is not relative. (Closed) Base URL: https://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') | lib/src/context.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.3.3
2
3 * Performance improvement in `Context.relative` - don't call `current` if `from`
4 is not relative.
5
1 ## 1.3.2 6 ## 1.3.2
2 7
3 * Fix some analyzer hints. 8 * Fix some analyzer hints.
4 9
5 ## 1.3.1 10 ## 1.3.1
6 11
7 * Add a number of performance improvements. 12 * Add a number of performance improvements.
8 13
9 ## 1.3.0 14 ## 1.3.0
10 15
(...skipping 19 matching lines...) Expand all
30 performance. 35 performance.
31 36
32 # 1.2.0 37 # 1.2.0
33 38
34 * Added `path.prettyUri`, which produces a human-readable representation of a 39 * Added `path.prettyUri`, which produces a human-readable representation of a
35 URI. 40 URI.
36 41
37 # 1.1.0 42 # 1.1.0
38 43
39 * `path.fromUri` now accepts strings as well as `Uri` objects. 44 * `path.fromUri` now accepts strings as well as `Uri` objects.
OLDNEW
« no previous file with comments | « no previous file | lib/src/context.dart » ('j') | lib/src/context.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698