v3.3.0
3.3.0
- FEAT (Library): Exposed the pure lexical metrics algorithms (
FsmLexer,CyclomaticComplexityAlgorithm,HalsteadComplexityAlgorithm, etc.) vialexical_metrics.dartso 3rd party packages can build custom static analysis pipelines. - FEAT (Library): Added a new
LexicalMetricsRunnerfacade that allows 3rd party consumers to easily compute the full lexical complexity suite (McCabe, Maintainability Index, ABC Score, NPath, Cognitive, Halstead) synchronously for any given file and source string, without the overhead of Isolate spawning or git-churn sampling logic.
Full Changelog: v3.2.5...v3.3.0