OLD | NEW |
| 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 Loading... |
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. |
OLD | NEW |