| OLD | NEW |
| 1 ## 0.26.0-alpha.0 |
| 2 |
| 3 * API change: `UriResolver.resolveUri(..)` now takes an optional `actualUri`. |
| 4 |
| 1 ## 0.25.3-alpha.0 | 5 ## 0.25.3-alpha.0 |
| 2 | 6 |
| 3 * Add hook for listening to implicitly analyzed files | 7 * Add hook for listening to implicitly analyzed files |
| 4 * Add a PathFilter and AnalysisOptionsProvider utility classes to aid | 8 * Add a PathFilter and AnalysisOptionsProvider utility classes to aid |
| 5 clients in excluding files from analysis when directed to do so by an | 9 clients in excluding files from analysis when directed to do so by an |
| 6 options file. | 10 options file. |
| 7 | 11 |
| 8 ## 0.25.2 | 12 ## 0.25.2 |
| 9 | 13 |
| 10 * Enable null-aware operators (DEP 9) by default. | 14 * Enable null-aware operators (DEP 9) by default. |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 ## 0.22.0 | 44 ## 0.22.0 |
| 41 | 45 |
| 42 New API: | 46 New API: |
| 43 | 47 |
| 44 * `Source.uri` added. | 48 * `Source.uri` added. |
| 45 | 49 |
| 46 Breaking changes: | 50 Breaking changes: |
| 47 | 51 |
| 48 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 52 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 49 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 53 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |