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

Commit 8e4331e

Browse files
authored
1.18.0 (#3140)
1 parent b490565 commit 8e4331e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.18.0
2+
3+
- extend `camel_case_types` to cover enums
4+
- fix `no_leading_underscores_for_local_identifiers` to not
5+
mis-flag field formal parameters with default values
6+
- fix `prefer_function_declarations_over_variables` to not
7+
mis-flag non-final fields
8+
- performance improvements for `prefer_contains`
9+
- update `exhaustive_cases` to skip deprecated values that
10+
redirect to other values
11+
112
# 1.17.1
213

314
- update to `analyzer` version 3.0

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.17.1';
6+
const String version = '1.18.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.17.1
2+
version: 1.18.0
33

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

0 commit comments

Comments
 (0)