To install:
curl https://bun.sh/install | bash
To upgrade:
bun upgrade
Read Bun v0.4.0's release notes on Bun's blog
Commit log
- fix
__require
collision from linking by @dylan-conway in #1585 - chore: add eslintcache by @Simon-He95 in #1586
- Add filename completions on
bun
command to Zsh by @colinhacks in #1593 - Exclude additional TSdeclaration file extensions from completions by @colinhacks in #1596
- fix path string by @YUxiangLuo in #1597
- override
process.stdin.on()
correctly by @alexlamsl in #1603 - fix(stream): Fix Readable.pipe() by @ThatOneBro in #1606
- make
process.stdin
work under TTY by @alexlamsl in #1611 - add
bun pm ls
for printing lockfiles by @dylan-conway in #1612 - fix(stream): make Readable.read work w/o _construct implemented by @ThatOneBro in #1613
- Fix typo in bun.d.ts by @eltociear in #1619
- add tests for
process.stdin
by @alexlamsl in #1621 - docs(README.md): update bun-types new path definition by @hoseinprd in #1622
- Delete Oniguruma by @Jarred-Sumner in #1625
- bug compatible with
stdin.on("readable")
by @alexlamsl in #1626 - Implement
bunx
by @Jarred-Sumner in #1634 - add tests for #1633 by @alexlamsl in #1635
- fix jest hooks in bun-test by @ethanburrell in #1639
- fix
bun install
dependency resolution by @alexlamsl in #1643 - [install] avoid dependency conflicts between siblings by @alexlamsl in #1647
- Update benchmarks by @colinhacks in #1648
- [install] fix remaining corner cases with dependency resolution by @alexlamsl in #1649
New Contributors
- @Simon-He95 made their first contribution in #1586
- @YUxiangLuo made their first contribution in #1597
- @alexlamsl made their first contribution in #1603
- @hoseinprd made their first contribution in #1622
- @ethanburrell made their first contribution in #1639
Full Changelog: bun-v0.3.0...bun-v0.4.0