Skip to content

Hyena Dart v2.0.0

Latest

Choose a tag to compare

@Chandram-Dutta Chandram-Dutta released this 30 Aug 14:36

Breaking changes

  • Hyena is now designed to run as a project-local development dependency:
    dart pub add dev:hyena_dart
    dart run hyena_dart analyze .
    Global executable mappings have been removed.
  • Public unused declarations are now reported by default. Package authors can preserve exported APIs with --ignore-exports or ignore_exports: true.
  • Console, JSON, Markdown, and HTML reports now use project/workspace-relative paths, making reports portable across machines. Existing baselines remain compatible.

Added

  • analyze --ignore-exports
  • analyze --ignore-private
  • Project-local MCP invocation: dart run hyena_dart:hyena_mcp --root .

See the v1 to v2 migration guide for installation and command changes.