Age | Commit message (Expand) | Author | Files | Lines |
2023-08-24 | Fix debugger not updating after reload with --hot | Ashcon Partovi
| 1 | -0/+4 |
2023-08-24 | Report extra memory more (#4289) | Jarred Sumner
| 1 | -0/+4 |
2023-08-24 | update zig to 0.11.0 (#4233) | Jason
| 1 | -1/+1 |
2023-08-23 | [Inspector] Fix bug with sourcemaps including internal metadata bytes | Jarred Sumner
| 1 | -3/+5 |
2023-08-23 | Bunch of streams fixes (#4251) | Jarred Sumner
| 1 | -0/+4 |
2023-08-21 | import errors have `code` set to `ERR_MODULE_NOT_FOUND` and `require` errors ... | Jarred Sumner
| 1 | -1/+1 |
2023-08-20 | Implement `--inspect-brk` (#4222) | Jarred Sumner
| 1 | -0/+6 |
2023-08-20 | Fix(bundler): use different alias mappings based on the target. (#4163) | Ai Hoshino
| 1 | -1/+1 |
2023-08-19 | Introduce `bun --inspect-wait` | Jarred Sumner
| 1 | -10/+22 |
2023-08-19 | Add inline sourcemaps when `--inspect` is enabled (#4213) | Jarred Sumner
| 1 | -0/+45 |
2023-08-18 | Fix `make headers` | Jarred Sumner
| 1 | -0/+4 |
2023-08-18 | Remove most C API usages, add debugger pretty printers for `Headers`, `URLSea... | Jarred Sumner
| 1 | -209/+0 |
2023-08-17 | refactor: move HTMLRewriter to c++ bindings (#4193) | Brúnó Salomon
| 1 | -31/+0 |
2023-08-16 | `bun --inspect` (#4158) | Jarred Sumner
| 1 | -5/+136 |
2023-08-15 | fix importing too long of strings (#4155) | dave caruso
| 1 | -0/+22 |
2023-08-11 | Deprecate loading `node_modules.bun` (#4131) | Jarred Sumner
| 1 | -108/+37 |
2023-08-07 | Add `env` option for `node:worker_threads` (#4052) | dave caruso
| 1 | -0/+3 |
2023-08-06 | Code coverage for `bun test` (#3975) | Jarred Sumner
| 1 | -13/+15 |
2023-08-04 | feat(hot-clear-screen): clear terminal on hot reload (#3976) | simylein
| 1 | -0/+7 |
2023-07-30 | Support `bun .` to run the entry point (#3891) | Jarred Sumner
| 1 | -1/+2 |
2023-07-26 | Disable concurrent transpiler in macros | Jarred Sumner
| 1 | -0/+2 |
2023-07-26 | Concurrent Transpiler (#3816) | Jarred Sumner
| 1 | -1/+20 |
2023-07-24 | Merge import.meta.require and require to be the same thing (#3732) | dave caruso
| 1 | -1/+1 |
2023-07-20 | fix directory caching with workaround (#3710) | dave caruso
| 1 | -1/+4 |
2023-07-20 | fix start delay on Worker (#3707) | Ciro Spaciari
| 1 | -0/+10 |
2023-07-19 | Fix vite (#3694) | dave caruso
| 1 | -1/+2 |
2023-07-19 | Implement `AsyncLocalStorage` (#3089) | dave caruso
| 1 | -1/+1 |
2023-07-18 | zig upgrade (#3667) | Dylan Conway
| 1 | -31/+31 |
2023-07-17 | Fix memory leak in `await new Response(latin1String).arrayBuffer()` and `awai... | Jarred Sumner
| 1 | -3/+4 |
2023-07-16 | Add `--smol` flag | Jarred Sumner
| 1 | -1/+2 |
2023-07-16 | Implement Workers (#3645) | Jarred Sumner
| 1 | -3/+117 |
2023-07-13 | Implement `ping()`, `pong()`, `terminate()` for WebSocket client and server (... | Ashcon Partovi
| 1 | -0/+2 |
2023-07-08 | Implement `process.on("beforeExit", cb)` and `process.on("exit", cb)` (#3576) | Jarred Sumner
| 1 | -0/+50 |
2023-07-01 | Fix leak in fd (#3487) | Jarred Sumner
| 1 | -1/+1 |
2023-06-28 | Add GC test for errors | Jarred Sumner
| 1 | -2/+2 |
2023-06-28 | Use `bun.String` for `ZigException` (#3451) | Jarred Sumner
| 1 | -27/+45 |
2023-06-28 | use main field over module for runtime (#3448) | Dylan Conway
| 1 | -0/+2 |
2023-06-28 | Error.prototype.stack gets sourcemapped stacktraces and introduce Error.appen... | Jarred Sumner
| 1 | -10/+12 |
2023-06-25 | Support reading embedded files in compiled executables (#3405) | Jarred Sumner
| 1 | -1/+4 |
2023-06-23 | [feat] fs.watch (#3249) | Ciro Spaciari
| 1 | -0/+7 |
2023-06-22 | `expect().resolves` and `expect().rejects` (#3318) | Ashcon Partovi
| 1 | -0/+5 |
2023-06-21 | upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374) | Dylan Conway
| 1 | -10/+10 |
2023-06-19 | implement more of V8's stack trace API (#3359) | Keyhan Vakil
| 1 | -0/+3 |
2023-06-13 | Fix crash in CJS (#3294)bun-v0.6.9 | Jarred Sumner
| 1 | -7/+18 |
2023-06-11 | Support using `WTF::StringImpl` from Zig (#3279) | Jarred Sumner
| 1 | -65/+72 |
2023-06-01 | Fix github annotation when using inspect() (#3166) | Ashcon Partovi
| 1 | -9/+18 |
2023-06-01 | Rename `ptr` to `_unsafe_ptr_do_not_use` (#3163) | Jarred Sumner
| 1 | -2/+2 |
2023-05-31 | Small improvements to `bun test` (#3071) | Ashcon Partovi
| 1 | -2/+18 |
2023-05-31 | `--no-macros` flag, disable macros in node_modules | Jarred Sumner
| 1 | -0/+1 |
2023-05-20 | [bun:test] `preload` now supports `beforeAll`, `beforeEach`, `afterAll`, `aft... | Jarred Sumner
| 1 | -58/+70 |