Skip to content

nx.js v1.0.0-beta.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 21:42
· 49 commits to main since this release
dc90244

Highlights

  • Stability release for the initial V8 beta.
  • Publishes against the switch-v8 15.0.243-6 build, restoring V8's full string-length limit so large bundled entrypoints can compile.

Fixes

  • Native bindings now turn data-driven failures into catchable JavaScript errors instead of aborting the process.
  • Entrypoint source that exceeds V8's maximum string length now fails with a clear error instead of hard-crashing.
  • CI was updated to use the matching pacman image for the fixed V8 build.

Full Changes