Files
arcane_analysis/CHANGELOG.md
T
hans 68da9aabaa v1.0.5
- Added additional globs to exclusion list

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2026-07-30 18:10:51 +02:00

459 B

1.0.5

  • The following globs have been added to the analyzer exclusion list:
    • test/**/*.mocks.dart
    • build/**
    • android/**
    • ios/**
    • web/**
    • windows/**
    • macos/**
    • linux/**

1.0.4

  • Preserves tailing commas

1.0.3

  • Added the following linting rules:
    • use_decorated_box
    • use_enums

1.0.2

  • Added unnecessary_breaks linting rule

1.0.1

  • Updated example
  • No linting rule changes

1.0.0

  • Initial release