Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 7656827

Browse files
authored
1.9.0 (#2868)
1 parent 6c1160f commit 7656827

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 1.9.0
2+
3+
- marked `avoid_dynamic_calls` stable
4+
- (internal) removed unused `MockPubVisitor` and `MockRule` classes
5+
- fixed `prefer_void_to_null` false positive w/ overridden properties
6+
- (internal) removed references to `NodeLintRule` in lint rule declarations
7+
- fixed `prefer_void_to_null` false positive on overriding returns
8+
- fixed `prefer_generic_function_type_aliases` false positive w/ incomplete statements
9+
- fixed false positive for `prefer_initializing_formals` with factory constructors
10+
- fixed `void_checks` false positives with incomplete source
11+
- updated `unnecessary_getters_setters` to only flag the getter
12+
- improved messages for `avoid_renaming_method_parameters`
13+
- fixed false positive in `prefer_void_to_null`
14+
- fixed false positive in `omit_local_variable_types`
15+
- fixed false positive in `use_rethrow_when_possible`
16+
- performance improvements for `annotate_overrides`, `prefer_contains`, and `prefer_void_to_null`
17+
118
# 1.8.0
219

320
- performance improvements for `prefer_is_not_empty`

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
/// Package version. Synchronized w/ pubspec.yaml.
6-
const String version = '1.8.0';
6+
const String version = '1.9.0';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 1.8.0
2+
version: 1.9.0
33

44
description: >-
55
The implementation of the lint rules supported by the analyzer framework.

0 commit comments

Comments
 (0)