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

Side by Side Diff: CHANGELOG.md

Issue 2574593004: Rev package version as the extended source map format is a new feature. (Closed)
Patch Set: add small feature to parser.dart 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.2
2 * Support for extended source map format.
3 * Polish `MappingBundle.spanFor` handling of uris that have a suffix that
Siggi Cherem (dart-lang) 2016/12/14 15:46:10 nit: uris => URIs
Jacob 2016/12/14 18:49:42 Done.
4 exactly match a source map in the MappingBundle.
5
1 ## 0.10.1+5 6 ## 0.10.1+5
2 * Fix strong mode warning in test. 7 * Fix strong mode warning in test.
3 8
4 ## 0.10.1+4 9 ## 0.10.1+4
5 10
6 * Extend `MappingBundle.spanFor` to accept requests for output files that 11 * Extend `MappingBundle.spanFor` to accept requests for output files that
7 don't have source maps. 12 don't have source maps.
8 13
9 ## 0.10.1+3 14 ## 0.10.1+3
10 15
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 71
67 ## 0.9.2 72 ## 0.9.2
68 73
69 * Add `SpanException` and `SpanFormatException` classes. 74 * Add `SpanException` and `SpanFormatException` classes.
70 75
71 ## 0.9.1 76 ## 0.9.1
72 77
73 * Support unmapped areas in source maps. 78 * Support unmapped areas in source maps.
74 79
75 * Increase the readability of location messages. 80 * 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