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

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

Issue 309803003: Avoid using RegExps in path to work around issue 19090. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 6 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
« no previous file with comments | « no previous file | pkg/path/lib/src/characters.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.2.1 1 # 1.2.1
2 2
3 * Many members on `Style` that provided access to patterns and functions used 3 * Many members on `Style` that provided access to patterns and functions used
4 internally for parsing paths have been deprecated. 4 internally for parsing paths have been deprecated.
5 5
6 * Manually parse paths (rather than using RegExps to do so) for better
7 performance.
8
6 # 1.2.0 9 # 1.2.0
7 10
8 * Added `path.prettyUri`, which produces a human-readable representation of a 11 * Added `path.prettyUri`, which produces a human-readable representation of a
9 URI. 12 URI.
10 13
11 # 1.1.0 14 # 1.1.0
12 15
13 * `path.fromUri` now accepts strings as well as `Uri` objects. 16 * `path.fromUri` now accepts strings as well as `Uri` objects.
OLDNEW
« no previous file with comments | « no previous file | pkg/path/lib/src/characters.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698