OLD | NEW |
| 1 ## 0.26.2 |
| 2 * Add code generation utilities for use in both analyzer and analysis server. |
| 3 |
1 ## 0.26.1+17 | 4 ## 0.26.1+17 |
2 * (Internal) Introduced context configuration logic (`configureContext()` extrac
ted from server). | 5 * (Internal) Introduced context configuration logic (`configureContext()` extrac
ted from server). |
3 | 6 |
4 ## 0.26.1+16 | 7 ## 0.26.1+16 |
5 * (Internal) Options validation plugin API update. | 8 * (Internal) Options validation plugin API update. |
6 | 9 |
7 ## 0.26.1+15 | 10 ## 0.26.1+15 |
8 * (Internal) Provisional options validation plugin API. | 11 * (Internal) Provisional options validation plugin API. |
9 | 12 |
10 ## 0.26.1+13 | 13 ## 0.26.1+13 |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 ## 0.22.0 | 109 ## 0.22.0 |
107 | 110 |
108 New API: | 111 New API: |
109 | 112 |
110 * `Source.uri` added. | 113 * `Source.uri` added. |
111 | 114 |
112 Breaking changes: | 115 Breaking changes: |
113 | 116 |
114 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 117 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
115 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 118 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
OLD | NEW |