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

Side by Side Diff: CHANGELOG.md

Issue 2560623003: Support a new source map bundle format useful for the Dart Dev Compiler. A source map bundle is a J… (Closed)
Patch Set: Support a new source map bundle format useful for the Dart Dev Compiler. A source map bundle is a J… 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+3
2
3 * Add `MappingBundle` class that handles extended source map format that support s
Siggi Cherem (dart-lang) 2016/12/07 23:27:00 nit: 80 col
Jacob 2016/12/08 16:20:21 Done.
4 source maps for multiple output files in a single mapper.
5 Extend `Mapper` `spanFor` API to accept a uri parameter that is optional for
Siggi Cherem (dart-lang) 2016/12/07 23:27:00 nit: add a bullet for this point too typo: Mapper
Jacob 2016/12/08 16:20:21 Done.
6 normal source maps but required for MappingBundle source maps.
7
1 ## 0.10.1+2 8 ## 0.10.1+2
2 9
3 * Fix more strong mode warnings. 10 * Fix more strong mode warnings.
4 11
5 ## 0.10.1+1 12 ## 0.10.1+1
6 13
7 * Fix all strong mode warnings. 14 * Fix all strong mode warnings.
8 15
9 ## 0.10.1 16 ## 0.10.1
10 17
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 58
52 ## 0.9.2 59 ## 0.9.2
53 60
54 * Add `SpanException` and `SpanFormatException` classes. 61 * Add `SpanException` and `SpanFormatException` classes.
55 62
56 ## 0.9.1 63 ## 0.9.1
57 64
58 * Support unmapped areas in source maps. 65 * Support unmapped areas in source maps.
59 66
60 * Increase the readability of location messages. 67 * 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