Age | Commit message (Expand) | Author | Files | Lines |
2023-08-30 | feat(node:fs): add `cp`/`cpSync`/`promises.cp` + async `copyFile` (#4340) | dave caruso
| 1 | -0/+64 |
2023-08-25 | Automatically hot reload Bun.serve() (#4344) | Jarred Sumner
| 1 | -0/+144 |
2023-08-24 | Report extra memory more (#4289) | Jarred Sumner
| 1 | -2/+7 |
2023-08-21 | Make the code generator less duplicative | Jarred Sumner
| 1 | -81/+38 |
2023-08-21 | import errors have `code` set to `ERR_MODULE_NOT_FOUND` and `require` errors ... | Jarred Sumner
| 1 | -1/+37 |
2023-08-21 | Regenerate | Jarred Sumner
| 1 | -8/+15 |
2023-08-18 | feat: add self-closing & can-have-content (#4206) | Brúnó Salomon
| 1 | -0/+32 |
2023-08-18 | Implement BigIntStats (#4208) | dave caruso
| 1 | -0/+1052 |
2023-08-18 | Remove most C API usages, add debugger pretty printers for `Headers`, `URLSea... | Jarred Sumner
| 1 | -358/+3167 |
2023-08-17 | refactor: move HTMLRewriter to c++ bindings (#4193) | Brúnó Salomon
| 1 | -0/+2586 |
2023-08-08 | feat(bun/test): Implement "toSatisfy" & "toIncludeRepeated" (fwup) (#3651) | Tiramify (A.K. Daniel)
| 1 | -0/+62 |
2023-07-28 | feat(bun/test): Impl. expect().pass() & expect().fail() (#3843) | Tiramify (A.K. Daniel)
| 1 | -0/+62 |
2023-07-17 | [tls] General compatibility improvements (#3596) | Ciro Spaciari
| 1 | -0/+806 |
2023-07-14 | structured clone (#3637) | Dylan Conway
| 1 | -0/+46 |
2023-07-13 | Implement `ping()`, `pong()`, `terminate()` for WebSocket client and server (... | Ashcon Partovi
| 1 | -1/+94 |
2023-07-06 | refactor (#3543) | Ciro Spaciari
| 1 | -72/+10 |
2023-07-03 | [tls] add socket parameter, setServername and ALPNprotocols support (#3457) | Ciro Spaciari
| 1 | -0/+218 |
2023-06-28 | Introduce `await Bun.file(path).exists()` (#3446) | Jarred Sumner
| 1 | -0/+31 |
2023-06-25 | [fs.watch] fix reference/deinit (#3396) | Ciro Spaciari
| 1 | -0/+10 |
2023-06-23 | [feat] fs.watch (#3249) | Ciro Spaciari
| 1 | -0/+322 |
2023-06-19 | feat(bun/test): Impl. "toBeArray", "toBeArrayOfSize" & "toBeTypeOf" (#3316) | Tiramify (A.K. Daniel)
| 1 | -0/+93 |
2023-06-09 | `toMatchObject` and some asymmetric matchers (#3260) | Dylan Conway
| 1 | -0/+457 |
2023-06-09 | Implement mocks in bun:test (#3252) | Jarred Sumner
| 1 | -0/+31 |
2023-05-31 | Small improvements to `bun test` (#3071) | Ashcon Partovi
| 1 | -0/+527 |
2023-05-26 | Implement `expect().toBeEmpty()` (#3060) | Ashcon Partovi
| 1 | -0/+31 |
2023-05-20 | [internal] Show the file path to the calling function from JS | Jarred Sumner
| 1 | -0/+2508 |
2023-05-17 | Make `BuildError` and `ResolveError` use C++ instead of JSC C API | Jarred Sumner
| 1 | -0/+1000 |
2023-05-14 | feat(Timer.refresh) add refresh support on Timer (#2874) | Ciro Spaciari
| 1 | -0/+79 |
2023-05-10 | Implement `BuildArtifact` | Jarred Sumner
| 1 | -0/+492 |
2023-05-09 | Add `name` property | Jarred Sumner
| 1 | -0/+68 |
2023-05-09 | Fix extra semicolon | Jarred Sumner
| 1 | -14/+0 |
2023-04-30 | Bun Test matchers even/odd. Also, .toContains fix and truthy (#2754) | Will Richards 2
| 1 | -0/+40 |
2023-04-27 | fix: make node:crypto Hash.copy work correctly (#2761) | Silver
| 1 | -7270/+6236 |
2023-04-17 | Prepare for `Bun.build` | Jarred Sumner
| 1 | -6539/+7273 |
2023-04-07 | Bun gets a new bundler (#2312) | Jarred Sumner
| 1 | -7275/+6539 |
2023-04-07 | feat(tls.Server) basic support (cert, key, rejectUnauthorized, requestCert, c... | Ciro Spaciari
| 1 | -6187/+7313 |
2023-04-06 | Add last modify field "mtime" for FileBlob (#1431) (#2491) | Zhongwei Yao
| 1 | -0/+16 |
2023-03-17 | Fix various fetch/response/request tests (#2416) | Dylan Conway
| 1 | -15/+1 |
2023-03-14 | Implement `toMatchSnapshot()` (#2294) | Dylan Conway
| 1 | -0/+169 |
2023-02-22 | feat(Request.signal) Initial support for signal in Request + fetch and Reques... | Ciro Spaciari
| 1 | -0/+37 |
2023-02-22 | [breaking] Return Node.js `Timeout` objects in `setTimeout`, `setInterval`, a... | Jarred Sumner
| 1 | -0/+203 |
2023-02-13 | Implement `FormData` (#2051) | Jarred Sumner
| 1 | -0/+60 |
2023-02-11 | Fixes https://github.com/oven-sh/bun/issues/2052 | Jarred Sumner
| 1 | -40/+0 |
2023-02-11 | Backport std::forward change | Jarred Sumner
| 1 | -40/+80 |
2023-02-06 | Mark things as DontDelete | Jarred Sumner
| 1 | -153/+153 |
2023-02-06 | Make `Stat` functions fast | Jarred Sumner
| 1 | -7/+133 |
2023-02-06 | Mark some things as not configurable | Jarred Sumner
| 1 | -184/+948 |
2023-02-06 | Expose Dirent and Stats (#1998) | Michał Warda
| 1 | -0/+16 |
2023-01-23 | Add a comment | Jarred Sumner
| 1 | -5348/+5672 |
2023-01-09 | check for isEmpty or !isCell | Jarred Sumner
| 1 | -46/+46 |