Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 09 May 00:08
· 428 commits to main since this release
01260fb

Bug Fixes

  • Scaffolded app builds - Ship the framework source tree in the npm package and make zero-native init point generated apps at the installed package root so zig build run can resolve src/root.zig.
  • Long scaffold names - Keep generated Zig package names within Zig's 32-character manifest limit.
  • Next scaffold builds - Include the Node.js type package that Next expects for TypeScript projects.
  • Frontend dependency versions - Generate projects with current Next, React, Vite, Vue, Svelte, and plugin versions.
  • Svelte scaffold builds - Use the matching Svelte Vite plugin in generated Svelte projects.

Contributors