Skip to content

better_effect_analyzer 0.4.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 13:34
· 38 commits to main since this release

Published on pub.dev: https://pub.dev/packages/better_effect_analyzer/versions/0.4.0

  • Child Runtime Modules discovered through Runtime.fork and statically visible
    BetterEffectFeatureScope boundaries are modeled as scoped environments rather
    than application roots.
  • Scoped feature Modules retain local duplicate, compatibility, cycle, and
    resource-order validation while requirements supplied by a parent Runtime stay
    external to the child graph.
  • Manual Runtime.fork values now participate in the existing
    runtime_started_without_close ownership diagnostic.