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

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: nits 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') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.2.2
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.1 7 ## 0.2.1
2 8
3 * `VMScriptToken.offset` is deprecated. This never returned the documented value 9 * `VMScriptToken.offset` is deprecated. This never returned the documented value
4 in the first place, and in practice determining that value isn't possible from 10 in the first place, and in practice determining that value isn't possible from
5 the information available in the token. 11 the information available in the token.
6 12
7 * `VMScript.getLocation()` and `VMScript.getSpan()` now return spans with the 13 * `VMScript.getLocation()` and `VMScript.getSpan()` now return spans with the
8 correct line, column, and offset numbers. 14 correct line, column, and offset numbers.
9 15
10 ## 0.2.0 16 ## 0.2.0
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 * Fix a bug where `VMPauseEvent.time` would always be reported as `null` or 57 * Fix a bug where `VMPauseEvent.time` would always be reported as `null` or
52 crash. 58 crash.
53 59
54 ## 0.1.1 60 ## 0.1.1
55 61
56 * Fix support for VM service protocol 1.0 events. 62 * Fix support for VM service protocol 1.0 events.
57 63
58 ## 0.1.0 64 ## 0.1.0
59 65
60 * Initial version. 66 * Initial version.
OLDNEW
« no previous file with comments | « no previous file | lib/src/isolate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698