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

Side by Side Diff: pkg/source_maps/CHANGELOG.md

Issue 781643002: Removing unnecessary warning when parsing Json. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/source_maps/lib/parser.dart » ('j') | pkg/source_maps/lib/parser.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.10.0+1
2
3 * Remove an unnecessary warning printed when the "file" field is missing from a
4 Json formatted source map. This field is optional and its absence is not
5 unusual.
6
1 ## 0.10.0 7 ## 0.10.0
2 8
3 * Remove the `Span`, `Location` and `SourceFile` classes. Use the 9 * Remove the `Span`, `Location` and `SourceFile` classes. Use the
4 corresponding `source_span` classes instead. 10 corresponding `source_span` classes instead.
5 11
6 ## 0.9.4 12 ## 0.9.4
7 13
8 * Update `SpanFormatException` with `source` and `offset`. 14 * Update `SpanFormatException` with `source` and `offset`.
9 15
10 * All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now 16 * All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now
(...skipping 17 matching lines...) Expand all
28 34
29 ## 0.9.2 35 ## 0.9.2
30 36
31 * Add `SpanException` and `SpanFormatException` classes. 37 * Add `SpanException` and `SpanFormatException` classes.
32 38
33 ## 0.9.1 39 ## 0.9.1
34 40
35 * Support unmapped areas in source maps. 41 * Support unmapped areas in source maps.
36 42
37 * Increase the readability of location messages. 43 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « no previous file | pkg/source_maps/lib/parser.dart » ('j') | pkg/source_maps/lib/parser.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698