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

Side by Side Diff: CHANGELOG.md

Issue 1035343002: Fix sourcemap after changes in source_span (Closed) Base URL: https://github.com/dart-lang/source_maps@master
Patch Set: Created 5 years, 9 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 | « no previous file | lib/src/source_map_span.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.0+2
2
3 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1)
4
1 ## 0.10.0+1 5 ## 0.10.0+1
2 6
3 * Remove an unnecessary warning printed when the "file" field is missing from a 7 * 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 8 Json formatted source map. This field is optional and its absence is not
5 unusual. 9 unusual.
6 10
7 ## 0.10.0 11 ## 0.10.0
8 12
9 * Remove the `Span`, `Location` and `SourceFile` classes. Use the 13 * Remove the `Span`, `Location` and `SourceFile` classes. Use the
10 corresponding `source_span` classes instead. 14 corresponding `source_span` classes instead.
(...skipping 23 matching lines...) Expand all
34 38
35 ## 0.9.2 39 ## 0.9.2
36 40
37 * Add `SpanException` and `SpanFormatException` classes. 41 * Add `SpanException` and `SpanFormatException` classes.
38 42
39 ## 0.9.1 43 ## 0.9.1
40 44
41 * Support unmapped areas in source maps. 45 * Support unmapped areas in source maps.
42 46
43 * Increase the readability of location messages. 47 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « no previous file | lib/src/source_map_span.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698