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

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

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « packages/source_maps/.status ('k') | packages/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.1
2
3 * Add a `mapUrl` named argument to `parse` and `parseJson`. This argument is
4 used to resolve source URLs for source spans.
5
6 ## 0.10.0+2
7
8 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1)
9
10 ## 0.10.0+1
11
12 * Remove an unnecessary warning printed when the "file" field is missing from a
13 Json formatted source map. This field is optional and its absence is not
14 unusual.
15
16 ## 0.10.0
17
18 * Remove the `Span`, `Location` and `SourceFile` classes. Use the
19 corresponding `source_span` classes instead.
20
21 ## 0.9.4
22
23 * Update `SpanFormatException` with `source` and `offset`.
24
25 * All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now
26 also accept the corresponding `source_span` classes as well. Using the old
27 classes is now deprecated and will be unsupported in version 0.10.0.
28
29 ## 0.9.3
30
31 * Support writing SingleMapping objects to source map version 3 format.
32 * Support the `sourceRoot` field in the SingleMapping class.
33 * Support updating the `targetUrl` field in the SingleMapping class.
34
35 ## 0.9.2+2
36
37 * Fix a bug in `FixedSpan.getLocationMessage`.
38
39 ## 0.9.2+1
40
41 * Minor readability improvements to `FixedSpan.getLocationMessage` and
42 `SpanException.toString`.
43
44 ## 0.9.2
45
46 * Add `SpanException` and `SpanFormatException` classes.
47
48 ## 0.9.1
49
50 * Support unmapped areas in source maps.
51
52 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « packages/source_maps/.status ('k') | packages/source_maps/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698