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

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

Issue 416973003: Remove documentation links for repo packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 ## 1.2.2
2
3 * Remove the documentation link from the pubspec so this is linked to
4 pub.dartlang.org by default.
5
1 # 1.2.1 6 # 1.2.1
2 7
3 * Many members on `Style` that provided access to patterns and functions used 8 * Many members on `Style` that provided access to patterns and functions used
4 internally for parsing paths have been deprecated. 9 internally for parsing paths have been deprecated.
5 10
6 * Manually parse paths (rather than using RegExps to do so) for better 11 * Manually parse paths (rather than using RegExps to do so) for better
7 performance. 12 performance.
8 13
9 # 1.2.0 14 # 1.2.0
10 15
11 * Added `path.prettyUri`, which produces a human-readable representation of a 16 * Added `path.prettyUri`, which produces a human-readable representation of a
12 URI. 17 URI.
13 18
14 # 1.1.0 19 # 1.1.0
15 20
16 * `path.fromUri` now accepts strings as well as `Uri` objects. 21 * `path.fromUri` now accepts strings as well as `Uri` objects.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698