Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-06 | fix: home page links | 1 | -3/+3 | ||
2022-07-06 | fix: typo in the word enormous. fixes #214 | 2 | -8/+8 | ||
2022-07-06 | [bench] Add comparison for react-dom builds | 1 | -0/+68 | ||
2022-07-05 | Disable response body auto compression in Deno | 4 | -1/+4 | ||
Allows for a more apples to apples comparison between runtimes | |||||
2022-07-05 | fix: missing space in docs on homepage | 1 | -1/+1 | ||
2022-07-05 | Change fish path addition command | 1 | -2/+2 | ||
2022-07-05 | Update build-idbun-v0.1.1 | 1 | -1/+1 | ||
2022-07-05 | delete this | 1 | -37/+3 | ||
2022-07-05 | update | 3 | -13/+24 | ||
2022-07-05 | add invite url guide | 1 | -0/+2 | ||
2022-07-05 | add creating discord bots to readme | 2 | -1/+32 | ||
2022-07-05 | nitpick README | 1 | -5/+5 | ||
- modify wording of example which implies there are two blobs beings passed when only one is - styling Bun.js -> bun.js for consistency - correct 63 bits -> 53 bits | |||||
2022-07-05 | Fix testsbun-v0.1.0 | 4 | -4/+4 | ||
2022-07-05 | [create] Don't print timestamp because it formats weird | 1 | -3/+0 | ||
2022-07-05 | mitigate HMR bug | 1 | -3/+3 | ||
2022-07-05 | Bump discord-interactions template | 2 | -4/+7 | ||
2022-07-05 | latest | 5 | -26/+978 | ||
2022-07-05 | nitpicks | 1 | -1/+1 | ||
2022-07-05 | more examples | 3 | -1/+73 | ||
2022-07-05 | TLA & typescript | 4 | -6/+36 | ||
2022-07-05 | discord interactions template | 9 | -0/+208 | ||
2022-07-05 | latest | 5 | -98/+273 | ||
2022-07-05 | Fix copy button | 1 | -6/+14 | ||
2022-07-05 | Current landing | 6 | -288/+1288 | ||
2022-07-05 | [breaking] `bun` now prints the help menu instead of the dev server | 1 | -7/+3 | ||
2022-07-05 | [jsc] More careful code in dynamic require | 3 | -16/+19 | ||
2022-07-05 | Fix crash in dynamic import? | 1 | -14/+10 | ||
2022-07-05 | Fix bug in ffi | 2 | -4/+4 | ||
2022-07-05 | [bun-framework-next] Bump | 4 | -5/+5 | ||
2022-07-05 | Clean up some benchmarks | 5 | -3/+102 | ||
2022-07-04 | [bench] react hello world | 4 | -8/+220 | ||
2022-07-04 | Update Dockerfile | 1 | -1/+1 | ||
2022-07-04 | [internal] Don't need to run jsc-bindings-headers in CI | 2 | -12/+1 | ||
2022-07-04 | once more | 1 | -1/+4 | ||
2022-07-04 | [internal] Fix build script on old node | 1 | -0/+7 | ||
2022-07-04 | Handle global require("string") | 4 | -19/+30 | ||
2022-07-04 | Fix case in dynamic require() | 2 | -5/+24 | ||
2022-07-04 | [internal] Fix duplicate symbol issue | 1 | -3/+0 | ||
2022-07-04 | Fix npm peer dep issue | 2 | -2/+3 | ||
2022-07-04 | [bench] Add a react ssr hello world | 2 | -0/+37 | ||
2022-07-04 | Update bun.lockb | 1 | -0/+0 | ||
2022-07-04 | Update README.md | 1 | -15/+6 | ||
2022-07-04 | [resolver] Add a test for self-referencing package.json exports | 1 | -0/+44 | ||
2022-07-04 | Bump docker build of webkit | 1 | -1/+1 | ||
2022-07-04 | [itnernal] Cleanup some of the streams code | 7 | -792/+846 | ||
2022-07-04 | [internal] Add a note explaining what to do if this fails | 1 | -0/+4 | ||
2022-07-04 | [jsc] Handle promise ownership (might revert this) | 1 | -3/+8 | ||
2022-07-04 | [jsc] Run JSC's deferredWorkTimer sometimes | 1 | -1/+1 | ||
2022-07-04 | [jsc] Attempt to make detecting ArrayBuffer/Uint8Array faster | 1 | -13/+128 | ||
2022-07-04 | [server] Clean up some of the logic for freeing ReadableStream | 1 | -3/+30 | ||