v1.1.0

yamadashy/repomixv1.1.0Jul 6, 2025by yamadashy

AI Summary

This release brings Bun runtime support to Repomix, leveraging Bun's superior performance.

Key Highlights

  • Official Bun runtime support (`bunx repomix@latest`)
  • Migration from Piscina to Tinypool reducing bundle size by 700KB
  • Full API compatibility maintained

New Features

  • Bun runtime support
  • Worker thread management migration (Piscina to Tinypool)

Full Release Notes

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.

```bash
# 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

```bash
# 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](https://discord.gg/wNYzTwZFku).