OLD | NEW |
| 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 Loading... |
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. |
OLD | NEW |