Skip to content

v0.3.6

Choose a tag to compare

@github-actions github-actions released this 28 May 11:56
6725422

0.3.6 (2026-05-28)

Features

  • function analysis enhanced (#26) (b0538b9)
  • unused_function: normalise generic member identity in reference tracking (c19c502)
  • unused_function: record enum-value declarations as uses of the enum constructor (b592b78)
  • unused_function: record implicit super-constructor invocation as a use (ee2a5c1)
  • unused_function: treat overrides of reachable supertype members as uses (c9f3c0e)
  • unused_function: walk supertype chain for noSuchMethod exemption (a85e7e2)

Bug Fixes

  • unused_function: exempt flutter gen-l10n generated localization output (0c06c1f)