To install:
curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
To upgrade:
bun upgrade
Read Bun v0.6.14's release notes on Bun's blog
What's Changed
- add envs on tests by @cirospaciari in #3518
- Fixes #3520 by @Jarred-Sumner in #3522
- Fixes #3515 by @Jarred-Sumner in #3523
- Fixes #3512 by @Jarred-Sumner in #3526
- fix callbacks on release version by @cirospaciari in #3531
- don't unwrap react below version
18.0.0
by @dylan-conway in #3538 - Fixes #3537 by @Jarred-Sumner in #3539
- fix(fetch) query without slash by @cirospaciari in #3547
- Various docs updates by @colinhacks in #3437
- fixes #3544 by @dylan-conway in #3549
- refactor tls upgrade by @cirospaciari in #3543
- [node:fs]
read
,write
support large numbers and BigInt by @Jarred-Sumner in #3556 - Add obscure HTTP methods by @Jarred-Sumner in #3553
- Update types, partially fix
typecheck
by @colinhacks in #3551 - fix decoding invalid UTF-8 input by @Hanaasagi in #3563
- Update installation guide in
development.md
by @arturovt in #3532 - Fix potential coercion issue by @Jarred-Sumner in #3558
- Use BunString in JSBundlerPlugin by @Jarred-Sumner in #3557
- Fix bug with decorators not being generated in
export default class
by @Jarred-Sumner in #3577 - Implement
process.on("beforeExit", cb)
andprocess.on("exit", cb)
by @Jarred-Sumner in #3576 - Handle case with TS decorators and export default anonymous class by @Jarred-Sumner in #3578
- fix metadata bits of uuid (
randomUUID()
) by @Hanaasagi in #3583 - Implement nearly all of
process
object methods and properties by @Jarred-Sumner in #3581 - Implement process.memoryUsage() and process.cpuUsage() by @Jarred-Sumner in #3586
- Fixes #3530 by @Jarred-Sumner in #3587
- Fixes #3588 by @Jarred-Sumner in #3590
- feat(crypto) add getCurves by @cirospaciari in #3598
- fix "readable" event being emitted incorrectly by @paperdave in #3475
- docs(sqlite): database prepare types reflect runtime by @simylein in #3599
- Fix: console.log with class constructors by @paperdave in #3602
- fix iterating stack trace by @dylan-conway in #3600
- process signal events by @dylan-conway in #3569
- Call
writeHead
before sending headers by @Hanaasagi in #3593 - fix #3597 by @dylan-conway in #3609
- typo by @paperdave in #3610
- Fix another crash in Error.captureStackTrace by @Jarred-Sumner in #3611
New Contributors
Full Changelog: bun-v0.6.13...bun-v0.6.14