| OLD | NEW |
| 1 ## 0.26.1+17 |
| 2 * (Internal) Introduced context configuration logic (`configureContext()` extrac
ted from server). |
| 3 |
| 1 ## 0.26.1+16 | 4 ## 0.26.1+16 |
| 2 * (Internal) Options validation plugin API update. | 5 * (Internal) Options validation plugin API update. |
| 3 | 6 |
| 4 ## 0.26.1+15 | 7 ## 0.26.1+15 |
| 5 * (Internal) Provisional options validation plugin API. | 8 * (Internal) Provisional options validation plugin API. |
| 6 | 9 |
| 7 ## 0.26.1+13 | 10 ## 0.26.1+13 |
| 8 * (Internal) Plugin processing fixes. | 11 * (Internal) Plugin processing fixes. |
| 9 | 12 |
| 10 ## 0.26.1+11 | 13 ## 0.26.1+11 |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 ## 0.22.0 | 106 ## 0.22.0 |
| 104 | 107 |
| 105 New API: | 108 New API: |
| 106 | 109 |
| 107 * `Source.uri` added. | 110 * `Source.uri` added. |
| 108 | 111 |
| 109 Breaking changes: | 112 Breaking changes: |
| 110 | 113 |
| 111 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 114 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 112 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 115 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |