File tree Expand file tree Collapse file tree 1 file changed +26
-4
lines changed
Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Original file line number Diff line number Diff line change 44
55### Language
66
7+ ### Core libraries
8+
9+ #### ` dart:io `
10+
11+ ### Dart VM
12+
13+ ### Tools
14+
15+ #### Linter
16+
17+ The Linter was updated to ` 0.1.105+1 ` , which includes:
18+
19+ * hardened checks for lib dir location (fixing crashes in ` avoid_renaming_method_parameters ` ,
20+ ` prefer_relative_imports ` and ` public_member_api_docs ` )
21+ * improved performance for ` always_require_non_null_named_parameters `
22+
23+ #### Pub
24+
25+ ## 2.7.0 - 2019-12-11
26+
27+ ### Language
28+
729* ** Breaking Change** : [ Static extension members] [ ] are accessible when
830imported with a prefix (issue [ 671] [ ] ). In the extension method ** preview**
931launch, importing a library with a prefix hid all extension members in
@@ -48,11 +70,11 @@ program-defined, whereas previously it was undefined.
4870
4971#### Linter
5072
51- The Linter was updated to ` 0.1.105+1 ` , which includes:
73+ The Linter was updated to ` 0.1.104 ` , which includes:
5274
53- * hardened checks for lib dir location (fixing crashes in ` avoid_renaming_method_parameters ` ,
54- ` prefer_relative_imports ` and ` public_member_api_docs ` )
55- * improved performance for ` always_require_non_null_named_parameters `
75+ * updated ` unnecessary_overrides ` to allow overrides when annotations (besides ` @override ` are specified)
76+ * updated ` file_names ` to allow names w/ leading ` _ ` 's (and improved performance )
77+ * new lint: ` unnecessary_final `
5678
5779#### Pub
5880
You can’t perform that action at this time.
0 commit comments