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

Side by Side Diff: CHANGELOG.md

Issue 2564683003: Improve handling of locations not from the uris the source map is for. (Closed)
Patch Set: Fix strong mode error in test. Created 4 years 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 | pubspec.yaml » ('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+5
2 * Fix strong mode warning in test.
3
1 ## 0.10.1+4 4 ## 0.10.1+4
2 5
3 * Extend `MappingBundle.spanFor` to accept requests for output files that 6 * Extend `MappingBundle.spanFor` to accept requests for output files that
4 don't have source maps. 7 don't have source maps.
5 8
6 ## 0.10.1+3 9 ## 0.10.1+3
7 10
8 * Add `MappingBundle` class that handles extended source map format that 11 * Add `MappingBundle` class that handles extended source map format that
9 supports source maps for multiple output files in a single mapper. 12 supports source maps for multiple output files in a single mapper.
10 Extend `Mapping.spanFor` API to accept a uri parameter that is optional 13 Extend `Mapping.spanFor` API to accept a uri parameter that is optional
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 66
64 ## 0.9.2 67 ## 0.9.2
65 68
66 * Add `SpanException` and `SpanFormatException` classes. 69 * Add `SpanException` and `SpanFormatException` classes.
67 70
68 ## 0.9.1 71 ## 0.9.1
69 72
70 * Support unmapped areas in source maps. 73 * Support unmapped areas in source maps.
71 74
72 * Increase the readability of location messages. 75 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698