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

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: 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') | pkg/source_maps/lib/builder.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.9.3 1 ## 0.9.3
Siggi Cherem (dart-lang) 2014/07/18 01:40:53 let's move this down and mark as 0.9.4 (Tim releas
nweiz 2014/07/23 23:17:18 Done.
2 2
3 * All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now
4 also accept the corresponding `source_span` classes as well. Using the old
5 classes is now deprecated and will be unsupported in version 0.10.0.
6
3 * Support writing SingleMapping objects to source map version 3 format. 7 * Support writing SingleMapping objects to source map version 3 format.
8
4 * Support the `sourceRoot` field in the SingleMapping class. 9 * Support the `sourceRoot` field in the SingleMapping class.
10
5 * Support updating the `targetUrl` field in the SingleMapping class. 11 * Support updating the `targetUrl` field in the SingleMapping class.
6 12
7 ## 0.9.2+2 13 ## 0.9.2+2
8 14
9 * Fix a bug in `FixedSpan.getLocationMessage`. 15 * Fix a bug in `FixedSpan.getLocationMessage`.
10 16
11 ## 0.9.2+1 17 ## 0.9.2+1
12 18
13 * Minor readability improvements to `FixedSpan.getLocationMessage` and 19 * Minor readability improvements to `FixedSpan.getLocationMessage` and
14 `SpanException.toString`. 20 `SpanException.toString`.
15 21
16 ## 0.9.2 22 ## 0.9.2
17 23
18 * Add `SpanException` and `SpanFormatException` classes. 24 * Add `SpanException` and `SpanFormatException` classes.
19 25
20 ## 0.9.1 26 ## 0.9.1
21 27
22 * Support unmapped areas in source maps. 28 * Support unmapped areas in source maps.
23 29
24 * Increase the readability of location messages. 30 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « no previous file | pkg/source_maps/lib/builder.dart » ('j') | pkg/source_maps/lib/builder.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698