Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Releases: dart-code-checker/dart-code-metrics

dart_code_metrics 4.9.1

13 Jan 18:02
3393152
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.9.0...4.9.1

dart_code_metrics 4.9.0

10 Jan 16:38
fd3154c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.8.0...4.9.0

dart_code_metrics 4.8.1

04 Dec 16:33
b993f89
Compare
Choose a tag to compare
  • feat: add cli options for fatal exit if unused files or l10n are found by @dkrutskikh

Full Changelog: 4.8.0...4.8.1

dart_code_metrics 4.8.0

02 Dec 16:32
f35888e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.7.0...4.8.0

dart_code_metrics 4.7.0

22 Nov 13:36
0e2b62d
Compare
Choose a tag to compare

What's Changed

  • build: reorganize github actions by @dkrutskikh in #530
  • chore: setup no-response action by @dkrutskikh in #535
  • chore: update dependabot settings by @dkrutskikh in #538
  • build(deps): bump amannn/action-semantic-pull-request from 3.4.5 to 3.4.6 by @dependabot in #537
  • chore: bump @docusaurus/module-type-aliases from 2.0.0-beta.8 to 2.0.0-beta.9 in /website by @dependabot in #539
  • chore: bump @docusaurus/preset-classic from 2.0.0-beta.8 to 2.0.0-beta.9 in /website by @dependabot in #540
  • chore: bump @types/react from 17.0.33 to 17.0.34 in /website by @dependabot in #542
  • refactor: make violations field of summary lint report record as integer by @dkrutskikh in #544
  • refactor: cleanup metric documentation by @dkrutskikh in #547
  • refactor: cleanup anti-patterns documentation by @dkrutskikh in #548
  • refactor: cleanup rules documentation by @dkrutskikh in #550
  • feat: add static code diagnostics avoid-unnecessary-type-assertions by @konoshenko in #549
  • chore: activate some self implemented rules by @dkrutskikh in #553
  • fix: no-magic-number not working in array of widgets by @HFabi in #551
  • fix: fixed issue with type check in avoid-unnecessary-type-assertions by @konoshenko in #555
  • chore: bump @types/react from 17.0.34 to 17.0.35 in /website by @dependabot in #558
  • chore: bump typescript from 4.4.4 to 4.5.2 in /website by @dependabot in #559
  • feat: add static code diagnostics avoid-unnecessary-type-casts by @konoshenko in #512
  • feat: improve avoid unnecessary type assertions by @dkrutskikh in #560
  • feat: implement avoid-throw-in-catch-block by @dkrutskikh in #561
  • feat: add avoid missing enum constant in map rule by @incendial in #564
  • feat: improve check unused l10n by @incendial in #563

New Contributors

Full Changelog: 4.6.0...4.7.0

dart_code_metrics 4.6.0

30 Oct 19:30
64083cd
Compare
Choose a tag to compare

What's Changed

  • feat: CLI now can be compiled to and used as compiled executable by @roman-petrov in #430

Full Changelog: 4.5.0...4.6.0

dart_code_metrics 4.5.0

22 Oct 07:32
Compare
Choose a tag to compare
  • feat: add static code diagnostics avoid-nested-conditional-expressions, prefer-correct-identifier-length, prefer-correct-type-name, prefer-first, prefer-last. Thanks @konoshenko
  • feat: introduce summary report.
  • fix: rule-specific excludes not working on Windows. Thanks @roman-petrov
  • fix: make check-unused-l10n report class fields.
  • chore: changed min SDK version to 2.14.0.
  • chore: changed the supported analyzer_plugin version to ^0.8.0.
  • chore: deprecate documentation in Github repo.
  • chore: restrict analyzer version to >=2.4.0 <2.8.0.

Full Changelog: 4.4.0...4.5.0

dart_code_metrics 4.5.0-dev.3