Skip to content

v2.0.0-rc.2

Choose a tag to compare

@pi0 pi0 released this 06 Feb 20:39
· 150 commits to main since this release

compare changes

Note

This is first public release candidate for unenv@2.

⚠️ Breaking Changes

  • ⚠️ Update runtime/node structure (#392)
  • ⚠️ Esm-only build (#417)

If directly using unenv/rumtime imports, you need to update unenv/runtime/node/{module}/index to unenv/runtime/{module}

If you have encountered any issues regarding ESM-only dist, please reach out.

🚀 Enhancements

  • Compatibility with node@22.13.1 types (#414)

🩹 Fixes

  • node:async_hooks: Remove extra methods from AsyncHook class (#415)
  • node:timers: Avoid circular dependency in internals (#418)
  • node:crypto: Fix randomBytes returning zero values (#420)

💅 Refactors

  • tls: Import Socket and Server from node:net (#405)
  • Remove direct fetch support (#411)

❤️ Contributors