To upgrade:
bun upgrade
If you have any problems upgrading
Run this:
curl https://bun.sh/install | bash
This release is mostly just bug fixes. There is also a Linux arm64 build available (not for Android arm64 yet, but this should work for raspberry pi's)
Bug fixes:
- Fix
require
is not defined bug - Fix one of the reasons why
bun install
hangs - Fix segfault in console.log (double free) @sno2 in #793
- Fix exception in
"url"
polyfill @SheetJSDev in #772 - Fix(env_loader): Off by one error by @FinnRG in #668
- Add
node:http
server polyfill (this is not optimized yet, do not expect good performance from this version) by @evanwashere in #572 - Fix
bun add @scoped/package
@alexkuz in #760 - Fix setting port in
bun install
withBUN_CONFIG_REGISTRY
@SheetJSDev in #823
New features
Two new flags added to bun install
:
--no-progress Disable the progress bar
--no-verify Skip verifying integrity of newly downloaded packages
Misc:
- Create github workflow to publish releases on dockerhub by @Wulfre in #716
- Add a way to test wiptest by @thislooksfun in #699
- added mystery-box example macro by @SheetJSDev in #787
- fix/clean-up-bun-error by @JohnDaly in #753
Other:
- chore(workflows): labeler, label sync by @xHyroM in #701
- Use Jarred-Sumner/vscode-zig march18 in devcontainer by @hnakamur in #266
- chore(workflows): dont run on forks by @xHyroM in #734
- Added readme file for
blank template
by @foyzulkarim in #727 - fix(README): Remove unused troubleshooting link by @FinnRG in #736
- minor edit: Makefile by @travispulley in #672
- Fix documentation of
atob
andbtoa
by @thislooksfun in #748 - fixed some licenses in README by @pathei-kosmos in #758
- Bumped hono version number by @LoiLock in #746
- fix printing message for thrown non-error objects by @alexkuz in #764
- chore(benchmark): fix deno console.log benchmark by @sh4hids in #771
- chore(vscode): set tab size and tab format by @sno2 in #810
- Improvement reactjs example readme file by @sakibhasancse in #783
New Contributors
- @connorlurring made their first contribution in #825
- @backflip made their first contribution in #669
- @Kapsonfire-DE made their first contribution in #649
- @Omer-Shahar made their first contribution in #611
- @fabiofdsantos made their first contribution in #670
- @wobsoriano made their first contribution in #714
- @0xflotus made their first contribution in #706
- @mustafahasankhan made their first contribution in #280
- @ytkg made their first contribution in #633
- @rubinj30 made their first contribution in #627
- @SaltyAom made their first contribution in #708
- @Wulfre made their first contribution in #716
- @foyzulkarim made their first contribution in #727
- @travispulley made their first contribution in #672
- @JohnDaly made their first contribution in #753
- @pathei-kosmos made their first contribution in #758
- @LoiLock made their first contribution in #746
- @sh4hids made their first contribution in #771
- @Wallunen made their first contribution in #745
- @sakibhasancse made their first contribution in #783
Full Changelog: bun-v0.1.4...bun-v0.1.5