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

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

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 4 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/.test_config ('k') | packages/source_maps/lib/builder.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.10.4
2 * Implement `highlight` in `SourceMapFileSpan`.
3 * Require version `^1.3.0` of `source_span`.
4
5 ## 0.10.3
6 * Add `addMapping` and `containsMapping` members to `MappingBundle`.
7
8 ## 0.10.2
9 * Support for extended source map format.
10 * Polish `MappingBundle.spanFor` handling of URIs that have a suffix that
11 exactly match a source map in the MappingBundle.
12
13 ## 0.10.1+5
14 * Fix strong mode warning in test.
15
16 ## 0.10.1+4
17
18 * Extend `MappingBundle.spanFor` to accept requests for output files that
19 don't have source maps.
20
21 ## 0.10.1+3
22
23 * Add `MappingBundle` class that handles extended source map format that
24 supports source maps for multiple output files in a single mapper.
25 Extend `Mapping.spanFor` API to accept a uri parameter that is optional
26 for normal source maps but required for MappingBundle source maps.
27
28 ## 0.10.1+2
29
30 * Fix more strong mode warnings.
31
32 ## 0.10.1+1
33
34 * Fix all strong mode warnings.
35
1 ## 0.10.1 36 ## 0.10.1
2 37
3 * Add a `mapUrl` named argument to `parse` and `parseJson`. This argument is 38 * Add a `mapUrl` named argument to `parse` and `parseJson`. This argument is
4 used to resolve source URLs for source spans. 39 used to resolve source URLs for source spans.
5 40
6 ## 0.10.0+2 41 ## 0.10.0+2
7 42
8 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1) 43 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1)
9 44
10 ## 0.10.0+1 45 ## 0.10.0+1
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 78
44 ## 0.9.2 79 ## 0.9.2
45 80
46 * Add `SpanException` and `SpanFormatException` classes. 81 * Add `SpanException` and `SpanFormatException` classes.
47 82
48 ## 0.9.1 83 ## 0.9.1
49 84
50 * Support unmapped areas in source maps. 85 * Support unmapped areas in source maps.
51 86
52 * Increase the readability of location messages. 87 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « packages/source_maps/.test_config ('k') | packages/source_maps/lib/builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698