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

Side by Side Diff: CHANGELOG.md

Issue 2736983002: Enabling adding and querying for source maps in a MappingBundle. (Closed)
Patch Set: Enabling adding and querying for source maps in a MappingBundle. Created 3 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/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.3
2 * Add `addMapping` and `containsMapping` members to `MappingBundle`. The
3 methods enabling adding and querying for source maps in a `MappingBundle`.
Siggi Cherem (dart-lang) 2017/03/07 18:36:33 nit: I'd drop the second sentence, it should be cl
Jacob 2017/03/07 19:29:33 Done.
4
1 ## 0.10.2 5 ## 0.10.2
2 * Support for extended source map format. 6 * Support for extended source map format.
3 * Polish `MappingBundle.spanFor` handling of URIs that have a suffix that 7 * Polish `MappingBundle.spanFor` handling of URIs that have a suffix that
4 exactly match a source map in the MappingBundle. 8 exactly match a source map in the MappingBundle.
5 9
6 ## 0.10.1+5 10 ## 0.10.1+5
7 * Fix strong mode warning in test. 11 * Fix strong mode warning in test.
8 12
9 ## 0.10.1+4 13 ## 0.10.1+4
10 14
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 75
72 ## 0.9.2 76 ## 0.9.2
73 77
74 * Add `SpanException` and `SpanFormatException` classes. 78 * Add `SpanException` and `SpanFormatException` classes.
75 79
76 ## 0.9.1 80 ## 0.9.1
77 81
78 * Support unmapped areas in source maps. 82 * Support unmapped areas in source maps.
79 83
80 * Increase the readability of location messages. 84 * 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