OLD | NEW |
| 1 ## 0.27.4-alpha.9 |
| 2 * Restore EmbedderUriResolver API. |
| 3 |
1 ## 0.27.4-alpha.8 | 4 ## 0.27.4-alpha.8 |
2 * Ignore processing performance improvements. | 5 * Ignore processing performance improvements. |
3 * EmbedderUriResolver API updates. | 6 * EmbedderUriResolver API updates. |
4 | 7 |
5 ## 0.27.4 | 8 ## 0.27.4 |
6 | 9 |
7 * Added support for 'analysis_options.yaml' files as an alternative to '.analysi
s_options' files. | 10 * Added support for 'analysis_options.yaml' files as an alternative to '.analysi
s_options' files. |
8 | 11 |
9 ## 0.27.1 | 12 ## 0.27.1 |
10 * Moved the public and private API's for the element model into their proper pla
ces. | 13 * Moved the public and private API's for the element model into their proper pla
ces. |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 ## 0.22.0 | 140 ## 0.22.0 |
138 | 141 |
139 New API: | 142 New API: |
140 | 143 |
141 * `Source.uri` added. | 144 * `Source.uri` added. |
142 | 145 |
143 Breaking changes: | 146 Breaking changes: |
144 | 147 |
145 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 148 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
146 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 149 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
OLD | NEW |