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

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

Issue 396603003: Change "FormatException.position" to be named "offset". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Reapply change, with necessary fixes in span_execption.dart 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/span.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
2
3 * Update `SpanFormatException` with `source` and `offset`.
4
1 ## 0.9.3 5 ## 0.9.3
2 6
3 * Support writing SingleMapping objects to source map version 3 format. 7 * Support writing SingleMapping objects to source map version 3 format.
4 * Support the `sourceRoot` field in the SingleMapping class. 8 * Support the `sourceRoot` field in the SingleMapping class.
5 * Support updating the `targetUrl` field in the SingleMapping class. 9 * Support updating the `targetUrl` field in the SingleMapping class.
6 10
7 ## 0.9.2+2 11 ## 0.9.2+2
8 12
9 * Fix a bug in `FixedSpan.getLocationMessage`. 13 * Fix a bug in `FixedSpan.getLocationMessage`.
10 14
11 ## 0.9.2+1 15 ## 0.9.2+1
12 16
13 * Minor readability improvements to `FixedSpan.getLocationMessage` and 17 * Minor readability improvements to `FixedSpan.getLocationMessage` and
14 `SpanException.toString`. 18 `SpanException.toString`.
15 19
16 ## 0.9.2 20 ## 0.9.2
17 21
18 * Add `SpanException` and `SpanFormatException` classes. 22 * Add `SpanException` and `SpanFormatException` classes.
19 23
20 ## 0.9.1 24 ## 0.9.1
21 25
22 * Support unmapped areas in source maps. 26 * Support unmapped areas in source maps.
23 27
24 * Increase the readability of location messages. 28 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « no previous file | pkg/source_maps/lib/span.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698