| OLD | NEW |
| 1 ## 0.2.1 |
| 2 |
| 3 * Add `VMIsolateRef.getSourceReport`, which returns a `VMSourceReport` for the |
| 4 target isolate. |
| 5 |
| 1 ## 0.2.0 | 6 ## 0.2.0 |
| 2 | 7 |
| 3 * **Breaking change**: `new VMServiceClient()` and `new | 8 * **Breaking change**: `new VMServiceClient()` and `new |
| 4 VMServiceClient.withoutJson()` now take a `StreamChannel` rather than a | 9 VMServiceClient.withoutJson()` now take a `StreamChannel` rather than a |
| 5 `Stream`/`Sink` pair. | 10 `Stream`/`Sink` pair. |
| 6 | 11 |
| 7 * **Breaking change**: the static asynchronous factory | 12 * **Breaking change**: the static asynchronous factory |
| 8 `VMServiceClient.connect()` is now a synchronous constructor, `new | 13 `VMServiceClient.connect()` is now a synchronous constructor, `new |
| 9 VMServiceClient.connect()`. | 14 VMServiceClient.connect()`. |
| 10 | 15 |
| (...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 | 47 * Fix a bug where `VMPauseEvent.time` would always be reported as `null` or |
| 43 crash. | 48 crash. |
| 44 | 49 |
| 45 ## 0.1.1 | 50 ## 0.1.1 |
| 46 | 51 |
| 47 * Fix support for VM service protocol 1.0 events. | 52 * Fix support for VM service protocol 1.0 events. |
| 48 | 53 |
| 49 ## 0.1.0 | 54 ## 0.1.0 |
| 50 | 55 |
| 51 * Initial version. | 56 * Initial version. |
| OLD | NEW |