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

Unified Diff: pkg/source_maps/CHANGELOG.md

Issue 402843003: Deprecate the source_maps span classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/source_maps/lib/builder.dart » ('j') | pkg/source_maps/lib/builder.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/source_maps/CHANGELOG.md
diff --git a/pkg/source_maps/CHANGELOG.md b/pkg/source_maps/CHANGELOG.md
index 7767fc1456743925eee60f0c4787b9266c0369e8..d9f6eb31065a546a8bb833fc42d0e3c215da94a7 100644
--- a/pkg/source_maps/CHANGELOG.md
+++ b/pkg/source_maps/CHANGELOG.md
@@ -1,7 +1,13 @@
## 0.9.3
Siggi Cherem (dart-lang) 2014/07/18 01:40:53 let's move this down and mark as 0.9.4 (Tim releas
nweiz 2014/07/23 23:17:18 Done.
+* All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now
+ also accept the corresponding `source_span` classes as well. Using the old
+ classes is now deprecated and will be unsupported in version 0.10.0.
+
* Support writing SingleMapping objects to source map version 3 format.
+
* Support the `sourceRoot` field in the SingleMapping class.
+
* Support updating the `targetUrl` field in the SingleMapping class.
## 0.9.2+2
« no previous file with comments | « no previous file | pkg/source_maps/lib/builder.dart » ('j') | pkg/source_maps/lib/builder.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698