Skip to content

Tags: zieka/bun

Tags

bun-v1.0.26

Toggle bun-v1.0.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assert we drained the microtask queue since the last time we called i…

…nto JavaScript (oven-sh#8646)

* Add checks that we drain the microtask queue whenever we call into JavaScript

* Drain microtasks in more places

* Tweak assertions for entering/exiting the event loop

* Drain more

---------

Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>

bun-v1.0.25

Toggle bun-v1.0.25's commit message
Update bun.d.ts

bun-v1.0.24

Toggle bun-v1.0.24's commit message
Update shell.md

bun-v1.0.23

Toggle bun-v1.0.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: fix building mimalloc debug with valgrind support (oven-sh#8199)

* fix valgrind mimalloc

* thens

bun-v1.0.22

Toggle bun-v1.0.22's commit message
Bump!

bun-v1.0.21

Toggle bun-v1.0.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix crash in WebSocket client when handshaking fails or when the HTTP…

… response is invalid (oven-sh#7933)

* Fix double-free in websocket client

* Update test

* Fix null pointer dereference

* Fix missing protect() / unprotect() call

* More careful checks

---------

Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>

bun-v1.0.20

Toggle bun-v1.0.20's commit message
Enable `forceConsistentCasingInFileNames` in `bun init`

bun-v1.0.19

Toggle bun-v1.0.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
always set name (oven-sh#7783)

bun-v1.0.18

Toggle bun-v1.0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(install) make sure node-gyp is available during lifecycle scripts (

…oven-sh#7622)

* bunx node-gyp

* add test

* create temp node-gyp when used in script

* windows reminder

* closer?

* Update bunx_command.zig

* append fake node to end of path

* Update install.zig

* correct temp node-gyp dir, always append parent `node_modules/.bin` dir

* make sure temp node-gyp doesnt run itself

---------

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>

bun-v1.0.17

Toggle bun-v1.0.17's commit message
Update lifecycle.md