This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
Releases: dart-lang/lints
Releases · dart-lang/lints
package:lints v5.1.0
core
:- Updated the SDK lower-bound to 3.6.
package:lints v5.0.0
recommended
:- Updated the SDK lower-bound to 3.5.
package:lints v4.0.0
core
:- added
library_annotations
(https://github.com/dart-lang/lints/issues/177) - added
no_wildcard_variable_uses
(https://github.com/dart-lang/lints/issues/139) - removed
package_prefixed_library_names
(https://github.com/dart-lang/lints/issues/172)
- added
recommended
:- removed
library_names
(https://github.com/dart-lang/lints/issues/181)
- removed
- Updated the SDK lower-bound to 3.1.
- Add a section on upgrading to the latest lint set to the readme.
package:lints v3.0.0
core
:- added
collection_methods_unrelated_type
- added
dangling_library_doc_comments
- added
implicit_call_tearoffs
- added
secure_pubspec_urls
- added
type_literal_in_constant_pattern
- added
use_string_in_part_of_directives
- removed
iterable_contains_unrelated_type
- removed
list_remove_unrelated_type
- removed
no_wildcard_variable_uses
- added
recommended
:- added
unnecessary_to_list_in_spreads
- added
use_super_parameters
- removed
prefer_equal_for_default_values
- removed
prefer_void_to_null
- added
- Add info about which lints have quick fixes to the package's readme.
- Move the list of lint rules from the readme to a separate
rules.md file.
package:lints v3.0.0-beta.2
- Add
dangling_library_doc_comments
to core. - Remove
no_wildcard_variable_uses
from core. - Remove
prefer_void_to_null
from recommended.
package:lints v3.0.0-beta
core
:- added
collection_methods_unrelated_type
- added
implicit_call_tearoffs
- added
no_wildcard_variable_uses
- added
secure_pubspec_urls
- added
type_literal_in_constant_pattern
- added
use_string_in_part_of_directives
- removed
iterable_contains_unrelated_type
- removed
list_remove_unrelated_type
- added
recommended
:- added
unnecessary_to_list_in_spreads
- added
use_super_parameters
- removed
prefer_equal_for_default_values
- added
- Add info about which lints have quick fixes to the package's readme.
- Move the list of lint rules from the readme to a separate
rules.md file.
package:lints v2.1.1
- Added the
analysis
andlints
topics to the pubspec file. - Update the package's readme to include the list of lint rules that
package:lints/core.yaml
andpackage:lints/recommended.yaml
include.