File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
## 1.15.0
2
2
3
+ ### Language features
4
+ * Added support for [ configuration-specific imports] ( https://github.com/munificent/dep-interface-libraries/blob/master/Proposal.md ) .
5
+ On the VM and dart2js, they can be enabled with ` --conditional-directives ` .
6
+
7
+ The analyzer requires an additional option in an ` options ` file:
8
+ ```
9
+ analyzer:
10
+ language:
11
+ enableConditionalDirectives: true
12
+ ```
13
+ Then run the analyzer with ` --options=<path-to-options-file> ` .
14
+
3
15
### Core library changes
4
- * Added ` Uri.queryParametersAll ` to handle multiple query parameters with
5
- the same name.
16
+ * Added ` Uri.queryParametersAll ` to handle multiple query parameters with
17
+ the same name.
6
18
7
19
* ` dart:io `
8
20
* Added ` SecurityContext.usePrivateKeyBytes ` ,
You can’t perform that action at this time.
0 commit comments