Skip to content

Commit

Permalink
1.18.0 (#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
pq authored Jan 10, 2022
1 parent b490565 commit 8e4331e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.18.0

- extend `camel_case_types` to cover enums
- fix `no_leading_underscores_for_local_identifiers` to not
mis-flag field formal parameters with default values
- fix `prefer_function_declarations_over_variables` to not
mis-flag non-final fields
- performance improvements for `prefer_contains`
- update `exhaustive_cases` to skip deprecated values that
redirect to other values

# 1.17.1

- update to `analyzer` version 3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// BSD-style license that can be found in the LICENSE file.

/// Package version. Synchronized w/ pubspec.yaml.
const String version = '1.17.1';
const String version = '1.18.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: linter
version: 1.17.1
version: 1.18.0

description: >-
The implementation of the lint rules supported by the analyzer framework.
Expand Down

0 comments on commit 8e4331e

Please sign in to comment.