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