Read Bun v0.6.5's release notes on Bun's blog
To install:
curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
To upgrade:
bun upgrade
What's Changed
- Fixes #3091 by @Jarred-Sumner in #3092
- Implement process.env.npm_lifecycle_event by @TiranexDev in #3097
- Fixes #2356 by @Jarred-Sumner in #3098
- [node:net] fix createConnection options passing by @cirospaciari in #3101
- Convert
module.exports = { foo: 'bar'}
to ESM inbun build
by @Jarred-Sumner in #3103 - Natively support CommonJS at runtime by @Jarred-Sumner in #3104
- More/better docs for JSX, utils, binary data, streams, hashing,
bun test
,Bun.serve
by @colinhacks in #3005 - Cleanup CommonJS changes by @Jarred-Sumner in #3112
New Contributors
- @TiranexDev made their first contribution in #3097
Full Changelog: bun-v0.6.4...bun-v0.6.5