Releases: VeryGoodOpenSource/very_good_analysis
Releases · VeryGoodOpenSource/very_good_analysis
v10.0.0-rc.1
v9.0.0
What's Changed
- feat: support Dart 3.8.0 by @wolfenrain in #152
- chore: release 9.0.0-rc.1 by @marcossevilla in #154
- chore(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 by @dependabot in #139
- chore: release v9.0.0 by @marcossevilla in #155
New Contributors
- @marcossevilla made their first contribution in #154
Full Changelog: v8.0.0...v9.0.0
v9.0.0-rc.1
- feat: support Dart 3.8.0 152
- Now preserves old formatter trailing commas.
v8.0.0
v8.0.0-rc.1
v7.0.0
v7.0.0-dev.1
- feat: add
document_ignores
125 - feat: remove
avoid_null_checks_in_equality_operators
124 - feat: add avoid_catches_without_on_clauses 123
- feat: add invalid_runtime_check_with_js_interop_types 122
- feat: add unintended_html_in_doc_comment 121
- chore: Remove the package_api_docs lint in next release 118
- feat: update lints for Dart 3.5 111
- docs: update exclusion reasons 109
- docs: update commands in contributing 110
v6.0.0
- chore: release 6.0.0-dev.1
v6.0.0-dev.1
- feat!: upgrade to support Dart
^3.4.0
- feat: additional lint rules:
- docs: include exclusion reason table (100, 102)
Trying the pre-release
To try these changes out you will have to update the Very Good Analysis dependency:
dart pub add dev:very_good_analysis:^6.0.0-dev.1
If you have a specific version on your analysis_options.yaml
, update it to point to the 6.0.0 version:
include: package:very_good_analysis/analysis_options.6.0.0.yaml
v5.1.0
- fix: remove deprecated
iterable_contains_unrelated_type
lint - fix: remove deprecated
list_remove_unrelated_type
lint - fix(docs): full list of rules
- feat: type equality checks should be warnings/errors