Skip to content

Releases: VeryGoodOpenSource/very_good_analysis

v10.0.0-rc.1

22 Aug 15:14
b5ac11f
Compare
Choose a tag to compare

10.0.0-rc.1 (2025-08-22)

Features

Docs

  • update CONTRIBUTING.md to explain how to add new lint rules (#156) (447051a)

v9.0.0

06 Jun 13:01
efa405e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.0...v9.0.0

v9.0.0-rc.1

04 Jun 10:55
48a481b
Compare
Choose a tag to compare
v9.0.0-rc.1 Pre-release
Pre-release
  • feat: support Dart 3.8.0 152
    • Now preserves old formatter trailing commas.

v8.0.0

04 Jun 10:41
cb79f4c
Compare
Choose a tag to compare
  • chore: release 8.0.0-rc.1
  • fix: remove omit_obvious_property_types as it conflicts with type_annotate_public_apis 148

v8.0.0-rc.1

04 Jun 10:41
088a37f
Compare
Choose a tag to compare
  • feat: add omit_obvious_property_types 143
  • feat: add specify_nonobvious_property_types 143
  • feat: add strict_top_level_inference 143
  • feat: add unnecessary_underscores 143
  • feat: remove require_trailing_commas 143

v7.0.0

18 Dec 15:57
1da92d9
Compare
Choose a tag to compare
  • chore: release 7.0.0-dev.1

v7.0.0-dev.1

10 Dec 19:52
e5d9346
Compare
Choose a tag to compare
v7.0.0-dev.1 Pre-release
Pre-release
  • 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

25 Jun 14:25
1cef36b
Compare
Choose a tag to compare

v6.0.0-dev.1

14 Jun 10:03
9f5a2df
Compare
Choose a tag to compare
v6.0.0-dev.1 Pre-release
Pre-release

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

30 Aug 14:32
9474008
Compare
Choose a tag to compare
  • 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