This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
Releases: dart-code-checker/dart-code-metrics
Releases · dart-code-checker/dart-code-metrics
dart_code_metrics 4.15.0
What's Changed
- docs(avoid-border-all): fix
Border.all
constructor syntax by @albertms10 in #807 - fix: dart-code-metrics crash saying
Bad state: No element
when running command by @fzyzcjy in #805 - fix: correctly handle disabling rules with false by @incendial in #822
- feat: remove declaration in prefer-immediate-return by @ookami-kb in #824
- feat: avoid-non-ascii-symbols rule by @incendial in #825
- fix:
format-comment
is listing the macros from dart doc. by @vlkonoshenko in #823
New Contributors
- @albertms10 made their first contribution in #807
Full Changelog: 4.14.0...4.15.0
dart_code_metrics 4.14.0
What's Changed
- feat: add static code diagnostic prefer-commenting-analyzer-ignores by @incendial in #776
- feat: add static code diagnostic prefer-moving-to-variable by @incendial in #781
- fix: add check for supertypes by @incendial in #775
- fix: correctly handle nullable types of collections by @incendial in #786
- fix: cover more cases in "prefer-immediate-return" rule by @roman-petrov in #760
- fix: support index expressions for no-magic-number rule by @incendial in #755
- docs: update prefer-async-await rule by @incendial in #795
Full Changelog: 4.13.0...4.14.0
dart_code_metrics 4.13.0
What's Changed
- feat: add prefer-immediate-return rule by @roman-petrov in #736
- feat: add Checkstyle format reporter. by @dkrutskikh in #738
dart_code_metrics 4.12.0
Full Changelog: 4.11.0...4.12.0
dart_code_metrics 4.11.0
What's Changed
- feat: add static code diagnostics
format-comment
. by @vlkonoshenko in #622 - feat: add static code diagnostics
avoid-border-all
. by @vlkonoshenko in #691 - feat: add prefer-async-await rule by @incendial in #686
- feat: improve avoid-returning-widgets builder functions handling by @incendial in #693
- fix: correctly handle const maps by @incendial in #692
- feat: add avoid-dynamic rule by @incendial in #687
- fix: correctly handle variables declaration by @incendial in #685
- feat: add monorepo flag for check-unused-files command by @incendial in #684
- fix: add static byte store to reuse between plugin instances by @incendial in #676
- fix: correctly handle excluded files for check-unused-code by @incendial in #697
- refactor: prepare for complex metric values by @dkrutskikh in #698
Full Changelog: 4.10.1...4.11.0
dart_code_metrics 4.11.0-dev.1
What's Changed
- feat: add avoid-dynamic rule by @incendial in #687
- feat: add prefer-async-await rule by @incendial in #686
- fix: correctly handle variables declaration by @incendial in #685
- feat: add monorepo flag for check-unused-files command by @incendial in #684
- fix: add static byte store to reuse between plugin instances by @incendial in #676
Full Changelog: 4.10.1...4.11.0-dev.1
dart_code_metrics 4.10.1
What's Changed
- fix: restore
analyze
command as default command by @dkrutskikh in #675
Full Changelog: 4.10.0...4.10.1
dart_code_metrics 4.10.0
What's Changed
- chore: restrict
analyzer
version to>=2.4.0 <3.2.0
. by @dkrutskikh in #645 - fix: ignore private variables in
avoid-global-state
rule by @vlkonoshenko in #646 - feat: ignore private members for check-unused-l10n command by @incendial in #650
- chore: remove
@immutable
annotation from code. by @dkrutskikh in #652 - feat: add check unused code command by @incendial in #649
- fix: support excludes and conditional imports for check-unused-code by @incendial in #654
- chore: restrict
analyzer
version to>=2.4.0 <3.3.0
by @dkrutskikh in #656 - fix: make
check-unused-l10n
also cover supertype member calls by @incendial in #658 - feat: add new command flag
--no-congratulate
by @dkrutskikh in #662 - feat: add version flag to print package version by @incendial in #660
- fix: cyclomatic complexity calculation for functions with internal la… by @dkrutskikh in #666
- docs: change name of metric number-of-arguments to number-of-parameters by @Ae-Mc in #670
- chore: update algolia integration by @incendial in #672
- fix:
check-unused-files
now ignored some system files by @dkrutskikh in #671 - feat: add experimental monorepo support for check-unused-code by @incendial in #659
New Contributors
Full Changelog: 4.9.1...4.10.0
dart_code_metrics 4.10.0-dev.2
What's Changed
- fix: support excludes and conditional imports for check-unused-code by @incendial in #654
Full Changelog: 4.10.0-dev.1...4.10.0-dev.2
dart_code_metrics 4.10.0-dev.1
What's Changed
- chore: restrict
analyzer
version to>=2.4.0 <3.2.0
. by @dkrutskikh in #645 - fix: ignore private variables in
avoid-global-state
rule by @vlkonoshenko in #646 - feat: ignore private members for check-unused-l10n command by @incendial in #650
- chore: remove
@immutable
annotation from code. by @dkrutskikh in #652 - feat: add check unused code command by @incendial in #649
Full Changelog: 4.9.1...4.10.0-dev.1