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

Side by Side Diff: CHANGELOG.md

Issue 1328613002: Fix a performance bug with FileLocation. (Closed) Base URL: git@github.com:dart-lang/source_span@master
Patch Set: update pubspec 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 | lib/src/location.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.0
2
3 * Dramatically improve the performance of `FileLocation`.
4
1 # 1.1.6 5 # 1.1.6
2 6
3 * Optimize `getLine()` in `SourceFile` when repeatedly called. 7 * Optimize `getLine()` in `SourceFile` when repeatedly called.
4 8
5 # 1.1.5 9 # 1.1.5
6 10
7 * Fixed another case in which `FileSpan.union` could throw an exception for 11 * Fixed another case in which `FileSpan.union` could throw an exception for
8 external implementations of `FileSpan`. 12 external implementations of `FileSpan`.
9 13
10 # 1.1.4 14 # 1.1.4
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 `SourceSpan.message` and `SourceFile.message`, respectively. Rather than 79 `SourceSpan.message` and `SourceFile.message`, respectively. Rather than
76 taking both a `useColor` and a `color` parameter, they now take a single 80 taking both a `useColor` and a `color` parameter, they now take a single
77 `color` parameter that controls both whether and which color is used. 81 `color` parameter that controls both whether and which color is used.
78 82
79 * `Span.isIdentifier` has been removed. This property doesn't make sense outside 83 * `Span.isIdentifier` has been removed. This property doesn't make sense outside
80 of a source map context. 84 of a source map context.
81 85
82 * `SourceFileSegment` has been removed. This class wasn't widely used and was 86 * `SourceFileSegment` has been removed. This class wasn't widely used and was
83 inconsistent in its choice of which parameters were considered relative and 87 inconsistent in its choice of which parameters were considered relative and
84 which absolute. 88 which absolute.
OLDNEW
« no previous file with comments | « no previous file | lib/src/location.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698