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

Side by Side Diff: CHANGELOG.md

Issue 2564683003: Improve handling of locations not from the uris the source map is for. (Closed)
Patch Set: Improve handling of locations not from the uris the source map is for. Make `MappingBundle` disting… 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 | lib/parser.dart » ('j') | lib/parser.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.10.1+4
2
3 * Improve handling of locations not from the uris the source map is for.
Siggi Cherem (dart-lang) 2016/12/09 16:38:38 nit, rephrase it to make it a bit more specific ab
Jacob 2016/12/09 17:18:03 Done. Was trying to keep the changelog entries hig
4
1 ## 0.10.1+3 5 ## 0.10.1+3
2 6
3 * Add `MappingBundle` class that handles extended source map format that 7 * Add `MappingBundle` class that handles extended source map format that
4 supports source maps for multiple output files in a single mapper. 8 supports source maps for multiple output files in a single mapper.
5 Extend `Mapping.spanFor` API to accept a uri parameter that is optional 9 Extend `Mapping.spanFor` API to accept a uri parameter that is optional
6 for normal source maps but required for MappingBundle source maps. 10 for normal source maps but required for MappingBundle source maps.
7 11
8 ## 0.10.1+2 12 ## 0.10.1+2
9 13
10 * Fix more strong mode warnings. 14 * Fix more strong mode warnings.
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 62
59 ## 0.9.2 63 ## 0.9.2
60 64
61 * Add `SpanException` and `SpanFormatException` classes. 65 * Add `SpanException` and `SpanFormatException` classes.
62 66
63 ## 0.9.1 67 ## 0.9.1
64 68
65 * Support unmapped areas in source maps. 69 * Support unmapped areas in source maps.
66 70
67 * Increase the readability of location messages. 71 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « no previous file | lib/parser.dart » ('j') | lib/parser.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698