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

Side by Side Diff: CHANGELOG.md

Issue 1376433003: Fix the typing of FileSpan.{start,end}. (Closed) Base URL: git@github.com:dart-lang/source_span@master
Patch Set: Created 5 years, 2 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/file.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
2
3 * Fix the declared type of `FileSpan.start` and `FileSpan.end`. In 1.2.0 these
4 were mistakenly changed from `FileLocation` to `SourceLocation`.
5
1 # 1.2.0 6 # 1.2.0
2 7
3 * **Deprecated:** Extending `SourceLocation` directly is deprecated. Instead, 8 * **Deprecated:** Extending `SourceLocation` directly is deprecated. Instead,
4 extend the new `SourceLocationBase` class or mix in the new 9 extend the new `SourceLocationBase` class or mix in the new
5 `SourceLocationMixin` mixin. 10 `SourceLocationMixin` mixin.
6 11
7 * Dramatically improve the performance of `FileLocation`. 12 * Dramatically improve the performance of `FileLocation`.
8 13
9 # 1.1.6 14 # 1.1.6
10 15
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 `SourceSpan.message` and `SourceFile.message`, respectively. Rather than 88 `SourceSpan.message` and `SourceFile.message`, respectively. Rather than
84 taking both a `useColor` and a `color` parameter, they now take a single 89 taking both a `useColor` and a `color` parameter, they now take a single
85 `color` parameter that controls both whether and which color is used. 90 `color` parameter that controls both whether and which color is used.
86 91
87 * `Span.isIdentifier` has been removed. This property doesn't make sense outside 92 * `Span.isIdentifier` has been removed. This property doesn't make sense outside
88 of a source map context. 93 of a source map context.
89 94
90 * `SourceFileSegment` has been removed. This class wasn't widely used and was 95 * `SourceFileSegment` has been removed. This class wasn't widely used and was
91 inconsistent in its choice of which parameters were considered relative and 96 inconsistent in its choice of which parameters were considered relative and
92 which absolute. 97 which absolute.
OLDNEW
« no previous file with comments | « no previous file | lib/src/file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698