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

Side by Side Diff: CHANGELOG.md

Issue 1041163005: Support multiple occurrences of text in context (Closed) Base URL: git@github.com:dart-lang/source_span.git@master
Patch Set: Created 5 years, 8 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/span_with_context.dart » ('j') | lib/src/span_with_context.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1.1.2
2
3 * Fixed validation in `SourceSpanWithContext` to allow multiple occurrences of
4 `text` within `context.
nweiz 2015/03/30 23:45:51 You forgot a "`" after "context".
Siggi Cherem (dart-lang) 2015/03/31 01:07:49 good catch, thanks.
5
1 # 1.1.1 6 # 1.1.1
2 7
3 * Fixed `FileSpan`'s context to include the full span text, not just the first 8 * Fixed `FileSpan`'s context to include the full span text, not just the first
4 line of it. 9 line of it.
5 10
6 # 1.1.0 11 # 1.1.0
7 12
8 * Added `SourceSpanWithContext`: a span that also includes the full line of text 13 * Added `SourceSpanWithContext`: a span that also includes the full line of text
9 that contains the span. 14 that contains the span.
10 15
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 `SourceSpan.message` and `SourceFile.message`, respectively. Rather than 55 `SourceSpan.message` and `SourceFile.message`, respectively. Rather than
51 taking both a `useColor` and a `color` parameter, they now take a single 56 taking both a `useColor` and a `color` parameter, they now take a single
52 `color` parameter that controls both whether and which color is used. 57 `color` parameter that controls both whether and which color is used.
53 58
54 * `Span.isIdentifier` has been removed. This property doesn't make sense outside 59 * `Span.isIdentifier` has been removed. This property doesn't make sense outside
55 of a source map context. 60 of a source map context.
56 61
57 * `SourceFileSegment` has been removed. This class wasn't widely used and was 62 * `SourceFileSegment` has been removed. This class wasn't widely used and was
58 inconsistent in its choice of which parameters were considered relative and 63 inconsistent in its choice of which parameters were considered relative and
59 which absolute. 64 which absolute.
OLDNEW
« no previous file with comments | « no previous file | lib/src/span_with_context.dart » ('j') | lib/src/span_with_context.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698