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

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

Issue 814113004: Pull args, intl, logging, shelf, and source_maps out of the SDK. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Also csslib. Created 6 years 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 | « pkg/shelf/test/test_util.dart ('k') | pkg/source_maps/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ## 0.10.0+1
2
3 * Remove an unnecessary warning printed when the "file" field is missing from a
4 Json formatted source map. This field is optional and its absence is not
5 unusual.
6
7 ## 0.10.0
8
9 * Remove the `Span`, `Location` and `SourceFile` classes. Use the
10 corresponding `source_span` classes instead.
11
12 ## 0.9.4
13
14 * Update `SpanFormatException` with `source` and `offset`.
15
16 * All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now
17 also accept the corresponding `source_span` classes as well. Using the old
18 classes is now deprecated and will be unsupported in version 0.10.0.
19
20 ## 0.9.3
21
22 * Support writing SingleMapping objects to source map version 3 format.
23 * Support the `sourceRoot` field in the SingleMapping class.
24 * Support updating the `targetUrl` field in the SingleMapping class.
25
26 ## 0.9.2+2
27
28 * Fix a bug in `FixedSpan.getLocationMessage`.
29
30 ## 0.9.2+1
31
32 * Minor readability improvements to `FixedSpan.getLocationMessage` and
33 `SpanException.toString`.
34
35 ## 0.9.2
36
37 * Add `SpanException` and `SpanFormatException` classes.
38
39 ## 0.9.1
40
41 * Support unmapped areas in source maps.
42
43 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « pkg/shelf/test/test_util.dart ('k') | pkg/source_maps/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698