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

Side by Side Diff: pkg/source_maps/CHANGELOG.md

Issue 402843003: Deprecate the source_maps span classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add -dev to version Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/source_maps/lib/builder.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 ## 0.9.4 1 ## 0.9.4
2 2
3 * Update `SpanFormatException` with `source` and `offset`. 3 * Update `SpanFormatException` with `source` and `offset`.
4 4
5 * All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now
6 also accept the corresponding `source_span` classes as well. Using the old
7 classes is now deprecated and will be unsupported in version 0.10.0.
8
5 ## 0.9.3 9 ## 0.9.3
6 10
7 * Support writing SingleMapping objects to source map version 3 format. 11 * Support writing SingleMapping objects to source map version 3 format.
8 * Support the `sourceRoot` field in the SingleMapping class. 12 * Support the `sourceRoot` field in the SingleMapping class.
9 * Support updating the `targetUrl` field in the SingleMapping class. 13 * Support updating the `targetUrl` field in the SingleMapping class.
10 14
11 ## 0.9.2+2 15 ## 0.9.2+2
12 16
13 * Fix a bug in `FixedSpan.getLocationMessage`. 17 * Fix a bug in `FixedSpan.getLocationMessage`.
14 18
15 ## 0.9.2+1 19 ## 0.9.2+1
16 20
17 * Minor readability improvements to `FixedSpan.getLocationMessage` and 21 * Minor readability improvements to `FixedSpan.getLocationMessage` and
18 `SpanException.toString`. 22 `SpanException.toString`.
19 23
20 ## 0.9.2 24 ## 0.9.2
21 25
22 * Add `SpanException` and `SpanFormatException` classes. 26 * Add `SpanException` and `SpanFormatException` classes.
23 27
24 ## 0.9.1 28 ## 0.9.1
25 29
26 * Support unmapped areas in source maps. 30 * Support unmapped areas in source maps.
27 31
28 * Increase the readability of location messages. 32 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « no previous file | pkg/source_maps/lib/builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698