Read Bun v0.5.6's release notes on Bun's blog
This release is a follow up to Bun v0.5
To install:
curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
To upgrade:
bun upgrade
What's Changed
- Fix/Update Typescript types by @gaurishhs in #1972
- Implement os.cpus() for Linux by @jwhear in #1977
- Bump querystring-es3 by @gaurishhs in #1988
- Fix URL of wasi-js by @TerrorJack in #1997
- Add types for node:console and node:perf_hooks by @colinhacks in #1982
- fix(uWS:capi) uws_req_set_yield typo and uws_res_override_write_offset by @cirospaciari in #1996
- Expose Dirent and Stats by @michalwarda in #1998
- Fix gaps in types by @colinhacks in #2003
- [WIP] fix corner cases with aliases dependencies by @alexlamsl in #2000
- [install] assorted fixes & improvements by @alexlamsl in #2011
- Fix minor version bug for README.md by @RobViren in #2013
- utf16 to utf8 conversion validation by @dylan-conway in #2001
- [install] pick
latest
tagged version by default by @alexlamsl in #2016
New Contributors
- @jwhear made their first contribution in #1977
- @TerrorJack made their first contribution in #1997
- @michalwarda made their first contribution in #1998
- @RobViren made their first contribution in #2013
Full Changelog: bun-v0.5.5...bun-v0.5.6