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

Side by Side Diff: CHANGELOG.md

Issue 1312623006: Bump version. (Closed) Base URL: https://github.com/dart-lang/source_span.git@master
Patch Set: Created 5 years, 3 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 | pubspec.yaml » ('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.1.6
2
3 * Optimize `getLine()` in `SourceFile` when repeatedly called.
4
1 # 1.1.5 5 # 1.1.5
2 6
3 * Fixed another case in which `FileSpan.union` could throw an exception for 7 * Fixed another case in which `FileSpan.union` could throw an exception for
4 external implementations of `FileSpan`. 8 external implementations of `FileSpan`.
5 * Optimize `getLine()` in `SourceFile` when repeatedly called.
6 9
7 # 1.1.4 10 # 1.1.4
8 11
9 * Eliminated dart2js warning about overriding `==`, but not `hashCode`. 12 * Eliminated dart2js warning about overriding `==`, but not `hashCode`.
10 13
11 # 1.1.3 14 # 1.1.3
12 15
13 * `FileSpan.compareTo`, `FileSpan.==`, `FileSpan.union`, and `FileSpan.expand` 16 * `FileSpan.compareTo`, `FileSpan.==`, `FileSpan.union`, and `FileSpan.expand`
14 no longer throw exceptions for external implementations of `FileSpan`. 17 no longer throw exceptions for external implementations of `FileSpan`.
15 18
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 `SourceSpan.message` and `SourceFile.message`, respectively. Rather than 75 `SourceSpan.message` and `SourceFile.message`, respectively. Rather than
73 taking both a `useColor` and a `color` parameter, they now take a single 76 taking both a `useColor` and a `color` parameter, they now take a single
74 `color` parameter that controls both whether and which color is used. 77 `color` parameter that controls both whether and which color is used.
75 78
76 * `Span.isIdentifier` has been removed. This property doesn't make sense outside 79 * `Span.isIdentifier` has been removed. This property doesn't make sense outside
77 of a source map context. 80 of a source map context.
78 81
79 * `SourceFileSegment` has been removed. This class wasn't widely used and was 82 * `SourceFileSegment` has been removed. This class wasn't widely used and was
80 inconsistent in its choice of which parameters were considered relative and 83 inconsistent in its choice of which parameters were considered relative and
81 which absolute. 84 which absolute.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698