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

Commit a88e474

Browse files
authored
1.19.0 (#3273)
1 parent 4bfb49a commit a88e474

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 1.19.0
2+
3+
- new lint: `user_super_initializers`
4+
- new lint: `use_enums`
5+
- new lint: `used_colored_box`
6+
- performance improvements for `sort_constructors`
7+
- doc improvements for `always_use_package_imports`,
8+
`avoid_print`, and `avoid_relative_lib_imports`
9+
- update `avoid_void_async` to skip `main` functions
10+
- update `prefer_final_parameters` to not super on super params
11+
- lint updates for enhanced-enums and super-initializer language
12+
features
13+
- updated `unnecessary_late` to report on the variable name
14+
- marked `null_check_on_nullable_type_parameter` stable
15+
116
# 1.18.0
217

318
- extend `camel_case_types` to cover enums

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.18.0';
6+
const String version = '1.19.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.18.0
2+
version: 1.19.0
33

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

0 commit comments

Comments
 (0)