Skip to content

Releases: VeryGoodOpenSource/very_good_analysis

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

v5.0.0+1

19 May 11:22
eb7fe9a
Compare
Choose a tag to compare
  • docs: minor updates to documentation in README.md

v5.0.0

17 May 16:48
Compare
Choose a tag to compare

v4.0.0+1

07 Feb 20:16
a6a635b
Compare
Choose a tag to compare
  • docs: minor updates to documentation in README.md

v4.0.0

07 Feb 19:14
c0c5bb2
Compare
Choose a tag to compare

v3.1.0

19 Sep 18:59
baf0da6
Compare
Choose a tag to compare

v3.0.2

09 Sep 20:27
Compare
Choose a tag to compare
  • fix: remove deprecated invariant_booleans lint
  • fix: deprecate unawaited (use unawaited from dart:async instead).

v3.0.1

14 Jun 16:27
f002946
Compare
Choose a tag to compare
  • feat: use analyzer language modes instead of deprecated strong-mode
    language:
      strict-casts: true
      strict-inference: true
      strict-raw-types: true