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

Side by Side Diff: CHANGELOG.md

Issue 1045533002: pkg/string_scanner: code format, expanded dependency constraint on unittest (Closed) Base URL: https://github.com/dart-lang/string_scanner.git@master
Patch Set: 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/line_scanner.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 ## 0.1.3+1
2
3 * Fixed the homepage URL.
4
1 ## 0.1.3 5 ## 0.1.3
2 6
3 * Add an optional `endState` argument to `SpanScanner.spanFrom`. 7 * Add an optional `endState` argument to `SpanScanner.spanFrom`.
4 8
5 ## 0.1.2 9 ## 0.1.2
6 10
7 * Add `StringScanner.substring`, which returns a substring of the source string. 11 * Add `StringScanner.substring`, which returns a substring of the source string.
8 12
9 ## 0.1.1 13 ## 0.1.1
10 14
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 access to information about the errors that were thrown and can provide 51 access to information about the errors that were thrown and can provide
48 terminal-colored messages. 52 terminal-colored messages.
49 53
50 * Add a `LineScanner` subclass of `StringScanner` that automatically tracks line 54 * Add a `LineScanner` subclass of `StringScanner` that automatically tracks line
51 and column information of the text being scanned. 55 and column information of the text being scanned.
52 56
53 * Add a `SpanScanner` subclass of `LineScanner` that exposes matched ranges as 57 * Add a `SpanScanner` subclass of `LineScanner` that exposes matched ranges as
54 [source map][] `Span` objects. 58 [source map][] `Span` objects.
55 59
56 [source_map]: http://pub.dartlang.org/packages/source_maps 60 [source_map]: http://pub.dartlang.org/packages/source_maps
OLDNEW
« no previous file with comments | « no previous file | lib/src/line_scanner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698