Skip to content

v2.0.2 – Review round 2 fixes

Choose a tag to compare

@Iron-Ham Iron-Ham released this 06 Mar 01:38
· 8 commits to main since this release
3f465d1

What's Changed

Bug Fixes

  • Prefer explicit --project over workspace auto-discovery (#25): When both flags are provided, --project now takes precedence
  • PID-isolated preview directory (#26): Uses .preview-host-<PID> to prevent conflicts between concurrent preview builds
  • Extract only module name from declaration imports (#27): import enum Foo.Bar now correctly resolves to module Foo

Tests

  • 6 new regression test assertions (27 total)
  • End-to-end verified against both template apps

Full Changelog: v2.0.1...v2.0.2