OLD | NEW |
---|---|
1 ## 0.29.0-alpha.0 | |
2 * Removed `Element.docRange`. | |
Brian Wilkerson
2016/09/11 15:38:23
No change requested, but I'll point out that there
| |
3 | |
1 ## 0.28.2-alpha.0 | 4 ## 0.28.2-alpha.0 |
2 * Corresponds with the analyzer/server in the `1.20.0-dev.1.0 ` SDK. | 5 * Corresponds with the analyzer/server in the `1.20.0-dev.1.0 ` SDK. |
3 | 6 |
4 ## 0.28.0-alpha.2 | 7 ## 0.28.0-alpha.2 |
5 * Fixed PubSummaryManager linking when a listed package does not have the unlink ed bundle. | 8 * Fixed PubSummaryManager linking when a listed package does not have the unlink ed bundle. |
6 | 9 |
7 ## 0.27.4-alpha.19 | 10 ## 0.27.4-alpha.19 |
8 * Added support for running the dev compiler in the browser. | 11 * Added support for running the dev compiler in the browser. |
9 | 12 |
10 ## 0.27.4-alpha.18 | 13 ## 0.27.4-alpha.18 |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
159 ## 0.22.0 | 162 ## 0.22.0 |
160 | 163 |
161 New API: | 164 New API: |
162 | 165 |
163 * `Source.uri` added. | 166 * `Source.uri` added. |
164 | 167 |
165 Breaking changes: | 168 Breaking changes: |
166 | 169 |
167 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 170 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
168 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 171 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
OLD | NEW |