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

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

Issue 396833003: Rev source_maps patch number, package is now 0.9.3. (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/pubspec.yaml » ('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.3
2
3 * Support writing SingleMapping objects to source map version 3 format.
4 * Support the `sourceRoot` field in the SingleMapping class.
5 * Support updating the `targetUrl` field in the SingleMapping class.
6
1 ## 0.9.2+2 7 ## 0.9.2+2
2 8
3 * Fix a bug in `FixedSpan.getLocationMessage`. 9 * Fix a bug in `FixedSpan.getLocationMessage`.
4 10
5 ## 0.9.2+1 11 ## 0.9.2+1
6 12
7 * Minor readability improvements to `FixedSpan.getLocationMessage` and 13 * Minor readability improvements to `FixedSpan.getLocationMessage` and
8 `SpanException.toString`. 14 `SpanException.toString`.
9 15
10 ## 0.9.2 16 ## 0.9.2
11 17
12 * Add `SpanException` and `SpanFormatException` classes. 18 * Add `SpanException` and `SpanFormatException` classes.
13 19
14 ## 0.9.1 20 ## 0.9.1
15 21
16 * Support unmapped areas in source maps. 22 * Support unmapped areas in source maps.
17 23
18 * Increase the readability of location messages. 24 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « no previous file | pkg/source_maps/pubspec.yaml » ('j') | pkg/source_maps/pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698