这是indexloc提供的服务,不要输入任何密码
Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@yamadashy yamadashy released this 06 Jul 04:25
· 98 commits to main since this release

This release brings Bun runtime support to Repomix!

What's New 🚀

Bun Runtime Support (#716)

Repomix now officially supports Bun runtime! You can now use bunx repomix@latest to run Repomix with Bun's superior performance.

# Run with Bun
bunx repomix@latest

# Or explicitly with bun command
bun --bun repomix@latest

# Traditional: Run with Node.js
npx repomix@latest

We've also migrated from Piscina to Tinypool for worker thread management, achieving a 700KB reduction in bundle size while maintaining full API compatibility and performance.

How to Update

# With npm
npm update -g repomix

# With Bun
bun add -g repomix

As always, if you have any issues or suggestions, please let us know on GitHub issues or our Discord community.