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

Side by Side Diff: CHANGELOG.md

Issue 1112743002: Add a mapUrl parameter to parse() and parseJson(). (Closed) Base URL: git@github.com:dart-lang/source_maps.git@master
Patch Set: Created 5 years, 7 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/parser.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.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
1 ## 0.10.0+2 6 ## 0.10.0+2
2 7
3 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1) 8 * Fix analyzer error (FileSpan has a new field since `source_span` 1.1.1)
4 9
5 ## 0.10.0+1 10 ## 0.10.0+1
6 11
7 * Remove an unnecessary warning printed when the "file" field is missing from a 12 * Remove an unnecessary warning printed when the "file" field is missing from a
8 Json formatted source map. This field is optional and its absence is not 13 Json formatted source map. This field is optional and its absence is not
9 unusual. 14 unusual.
10 15
(...skipping 27 matching lines...) Expand all
38 43
39 ## 0.9.2 44 ## 0.9.2
40 45
41 * Add `SpanException` and `SpanFormatException` classes. 46 * Add `SpanException` and `SpanFormatException` classes.
42 47
43 ## 0.9.1 48 ## 0.9.1
44 49
45 * Support unmapped areas in source maps. 50 * Support unmapped areas in source maps.
46 51
47 * Increase the readability of location messages. 52 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « no previous file | lib/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698