Releases: dart-lang/lints
Releases · dart-lang/lints
package:lints v5.1.0
core
:- added unintended_html_in_doc_comment (#192)
- Updated the SDK lower-bound to 3.6.
package:lints v5.0.0
recommended
:- added invalid_runtime_check_with_js_interop_types (#188)
- added unnecessary_library_name (#181)
- removed avoid_null_checks_in_equality_operators (#200)
- Updated the SDK lower-bound to 3.5.
package:lints v4.0.0
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.