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

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: Include changes to SpanFormatException 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') | pkg/source_maps/pubspec.yaml » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.9.2+4
2
3 * Update `SpanFormatException` with `source` and `offset`.
4
1 ## 0.9.2+2 5 ## 0.9.2+2
2 6
3 * Fix a bug in `FixedSpan.getLocationMessage`. 7 * Fix a bug in `FixedSpan.getLocationMessage`.
4 8
5 ## 0.9.2+1 9 ## 0.9.2+1
6 10
7 * Minor readability improvements to `FixedSpan.getLocationMessage` and 11 * Minor readability improvements to `FixedSpan.getLocationMessage` and
8 `SpanException.toString`. 12 `SpanException.toString`.
9 13
10 ## 0.9.2 14 ## 0.9.2
11 15
12 * Add `SpanException` and `SpanFormatException` classes. 16 * Add `SpanException` and `SpanFormatException` classes.
13 17
14 ## 0.9.1 18 ## 0.9.1
15 19
16 * Support unmapped areas in source maps. 20 * Support unmapped areas in source maps.
17 21
18 * Increase the readability of location messages. 22 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « no previous file | pkg/source_maps/lib/span.dart » ('j') | pkg/source_maps/pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698