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

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

Issue 430343002: Actually release source_maps 0.10.0. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years, 4 months 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/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.0
2
3 * Remove the `Span`, `Location` and `SourceFile` classes. Use the
4 corresponding `source_span` classes instead.
5
1 ## 0.9.4 6 ## 0.9.4
2 7
3 * Update `SpanFormatException` with `source` and `offset`. 8 * Update `SpanFormatException` with `source` and `offset`.
4 9
5 * All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now 10 * All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now
6 also accept the corresponding `source_span` classes as well. Using the old 11 also accept the corresponding `source_span` classes as well. Using the old
7 classes is now deprecated and will be unsupported in version 0.10.0. 12 classes is now deprecated and will be unsupported in version 0.10.0.
8 13
9 ## 0.9.3 14 ## 0.9.3
10 15
(...skipping 12 matching lines...) Expand all
23 28
24 ## 0.9.2 29 ## 0.9.2
25 30
26 * Add `SpanException` and `SpanFormatException` classes. 31 * Add `SpanException` and `SpanFormatException` classes.
27 32
28 ## 0.9.1 33 ## 0.9.1
29 34
30 * Support unmapped areas in source maps. 35 * Support unmapped areas in source maps.
31 36
32 * Increase the readability of location messages. 37 * Increase the readability of location messages.
OLDNEW
« no previous file with comments | « no previous file | pkg/source_maps/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698