Skip to content

Kudzu 0.8.56 - Incremental affected-route development builds

Choose a tag to compare

@bunzzeok bunzzeok released this 18 Aug 00:29
· 7 commits to main since this release

Kudzu 0.8.56 keeps one project session alive during development so source edits recompile and rerender only affected route graphs.

  • Reuses unaffected compiled source results and pre-family route renders.
  • Invalidates enhanced-navigation groups together and prevents stale Node ESM imports with generation-specific build modules.
  • Preserves prior output and pending changes after failed rebuilds.
  • Produces byte-identical deploy output to a fresh full build in the focused fixture.
  • Keeps static routes at zero JavaScript and adds no browser runtime.

Validation: 222/222 tests, 171 generated pages, and packed-package smoke passed.