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

Side by Side Diff: CHANGELOG.md

Issue 1929063002: pkg/vm_service_client: add getSourceReport to VMServiceReference (Closed) Base URL: https://github.com/dart-lang/vm_service_client.git@master
Patch Set: code review Created 4 years, 7 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
« no previous file with comments | « no previous file | lib/src/isolate.dart » ('j') | lib/src/isolate.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.2.1
2
3 * Add `getSourceReport` to `VMIsolateRef` and `VMScriptRef`, which return a
4 `VMSourceReport` for the target isolate or just the target script
5 respectively.
6
1 ## 0.2.0 7 ## 0.2.0
2 8
3 * **Breaking change**: `new VMServiceClient()` and `new 9 * **Breaking change**: `new VMServiceClient()` and `new
4 VMServiceClient.withoutJson()` now take a `StreamChannel` rather than a 10 VMServiceClient.withoutJson()` now take a `StreamChannel` rather than a
5 `Stream`/`Sink` pair. 11 `Stream`/`Sink` pair.
6 12
7 * **Breaking change**: the static asynchronous factory 13 * **Breaking change**: the static asynchronous factory
8 `VMServiceClient.connect()` is now a synchronous constructor, `new 14 `VMServiceClient.connect()` is now a synchronous constructor, `new
9 VMServiceClient.connect()`. 15 VMServiceClient.connect()`.
10 16
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 * Fix a bug where `VMPauseEvent.time` would always be reported as `null` or 48 * Fix a bug where `VMPauseEvent.time` would always be reported as `null` or
43 crash. 49 crash.
44 50
45 ## 0.1.1 51 ## 0.1.1
46 52
47 * Fix support for VM service protocol 1.0 events. 53 * Fix support for VM service protocol 1.0 events.
48 54
49 ## 0.1.0 55 ## 0.1.0
50 56
51 * Initial version. 57 * Initial version.
OLDNEW
« no previous file with comments | « no previous file | lib/src/isolate.dart » ('j') | lib/src/isolate.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698