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

Commit 49d1ccf

Browse files
authored
1.10.0 (#2888)
1 parent 7e8a54e commit 49d1ccf

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.10.0
2+
3+
- improved regular expression parsing performance for common checks
4+
(`camel_case_types`, `file_names`, etc.)
5+
- (internal) migrated to analyzer 2.1.0 APIs
6+
- fixed false positive in `use_build_context_synchronously` in awaits inside
7+
anonymous functions
8+
- fixed `overridden_fields` false positive w/ static fields
9+
- fixed false positive in `avoid_null_checks_in_equality_operators` w/
10+
non-nullable params
11+
- fixed false positive for deferred imports in `prefer_const_constructors`
12+
113
# 1.9.0
214

315
- marked `avoid_dynamic_calls` stable

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.9.0';
6+
const String version = '1.10.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.9.0
2+
version: 1.10.0
33

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

0 commit comments

Comments
 (0)