Age | Commit message (Expand) | Author | Files | Lines |
2023-10-03 | feat(encoding): support BOM detection with test passed (#6074) | WingLim
| 1 | -0/+4 |
2023-09-29 | feat(runtime): implement `server.requestIp` + node:http `socket.address()` (#... | dave caruso
| 1 | -0/+12 |
2023-09-21 | Revert "feat(encoding): support BOM detection (#5550)" | Jarred Sumner
| 1 | -4/+0 |
2023-09-20 | feat(encoding): support BOM detection (#5550) | WingLim
| 1 | -0/+4 |
2023-09-18 | feat(test): Implement `arrayContaining` (#5572) | WingLim
| 1 | -0/+82 |
2023-09-07 | Progress for Next.js (#4468) | dave caruso
| 1 | -0/+3 |
2023-09-05 | feat(runtime): Implement `fs.watchFile` (#4467) | dave caruso
| 1 | -0/+95 |
2023-08-30 | feat(node:fs): add `cp`/`cpSync`/`promises.cp` + async `copyFile` (#4340) | dave caruso
| 1 | -0/+6 |
2023-08-25 | Automatically hot reload Bun.serve() (#4344) | Jarred Sumner
| 1 | -0/+104 |
2023-08-24 | Report extra memory more (#4289) | Jarred Sumner
| 1 | -0/+5 |
2023-08-21 | import errors have `code` set to `ERR_MODULE_NOT_FOUND` and `require` errors ... | Jarred Sumner
| 1 | -0/+26 |
2023-08-18 | feat: add self-closing & can-have-content (#4206) | Brúnó Salomon
| 1 | -0/+8 |
2023-08-18 | Implement BigIntStats (#4208) | dave caruso
| 1 | -0/+308 |
2023-08-18 | Remove most C API usages, add debugger pretty printers for `Headers`, `URLSea... | Jarred Sumner
| 1 | -0/+649 |
2023-08-17 | refactor: move HTMLRewriter to c++ bindings (#4193) | Brúnó Salomon
| 1 | -0/+729 |
2023-08-08 | feat(bun/test): Implement "toSatisfy" & "toIncludeRepeated" (fwup) (#3651) | Tiramify (A.K. Daniel)
| 1 | -0/+6 |
2023-07-28 | feat(bun/test): Impl. expect().pass() & expect().fail() (#3843) | Tiramify (A.K. Daniel)
| 1 | -0/+6 |
2023-07-17 | [tls] General compatibility improvements (#3596) | Ciro Spaciari
| 1 | -0/+78 |
2023-07-14 | structured clone (#3637) | Dylan Conway
| 1 | -0/+10 |
2023-07-13 | Implement `ping()`, `pong()`, `terminate()` for WebSocket client and server (... | Ashcon Partovi
| 1 | -0/+9 |
2023-07-06 | refactor (#3543) | Ciro Spaciari
| 1 | -12/+6 |
2023-07-03 | [tls] add socket parameter, setServername and ALPNprotocols support (#3457) | Ciro Spaciari
| 1 | -0/+26 |
2023-06-28 | Introduce `await Bun.file(path).exists()` (#3446) | Jarred Sumner
| 1 | -0/+3 |
2023-06-25 | [fs.watch] fix reference/deinit (#3396) | Ciro Spaciari
| 1 | -0/+1 |
2023-06-23 | [feat] fs.watch (#3249) | Ciro Spaciari
| 1 | -0/+94 |
2023-06-19 | feat(bun/test): Impl. "toBeArray", "toBeArrayOfSize" & "toBeTypeOf" (#3316) | Tiramify (A.K. Daniel)
| 1 | -0/+9 |
2023-06-09 | `toMatchObject` and some asymmetric matchers (#3260) | Dylan Conway
| 1 | -0/+224 |
2023-06-09 | Implement mocks in bun:test (#3252) | Jarred Sumner
| 1 | -0/+3 |
2023-05-31 | Small improvements to `bun test` (#3071) | Ashcon Partovi
| 1 | -0/+51 |
2023-05-26 | Implement `expect().toBeEmpty()` (#3060) | Ashcon Partovi
| 1 | -0/+3 |
2023-05-17 | Make `BuildError` and `ResolveError` use C++ instead of JSC C API | Jarred Sumner
| 1 | -0/+390 |
2023-05-14 | feat(Timer.refresh) add refresh support on Timer (#2874) | Ciro Spaciari
| 1 | -0/+47 |
2023-05-10 | Implement `BuildArtifact` | Jarred Sumner
| 1 | -0/+232 |
2023-05-09 | Add `name` property | Jarred Sumner
| 1 | -0/+26 |
2023-04-30 | Bun Test matchers even/odd. Also, .toContains fix and truthy (#2754) | Will Richards 2
| 1 | -0/+6 |
2023-04-27 | fix: make node:crypto Hash.copy work correctly (#2761) | Silver
| 1 | -0/+3 |
2023-04-19 | Fix broken autocomplete | Jarred Sumner
| 1 | -3195/+2386 |
2023-04-17 | Prepare for `Bun.build` | Jarred Sumner
| 1 | -2461/+3194 |
2023-04-07 | Bun gets a new bundler (#2312) | Jarred Sumner
| 1 | -3194/+2461 |
2023-04-07 | feat(tls.Server) basic support (cert, key, rejectUnauthorized, requestCert, c... | Ciro Spaciari
| 1 | -2371/+3194 |
2023-04-06 | Add last modify field "mtime" for FileBlob (#1431) (#2491) | Zhongwei Yao
| 1 | -0/+4 |
2023-03-17 | Fix various fetch/response/request tests (#2416) | Dylan Conway
| 1 | -3/+0 |
2023-03-14 | Implement `toMatchSnapshot()` (#2294) | Dylan Conway
| 1 | -0/+82 |
2023-02-22 | feat(Request.signal) Initial support for signal in Request + fetch and Reques... | Ciro Spaciari
| 1 | -0/+26 |
2023-02-22 | [breaking] Return Node.js `Timeout` objects in `setTimeout`, `setInterval`, a... | Jarred Sumner
| 1 | -0/+69 |
2023-02-13 | Implement `FormData` (#2051) | Jarred Sumner
| 1 | -0/+9 |
2023-02-06 | Make `Stat` functions fast | Jarred Sumner
| 1 | -0/+42 |
2023-02-06 | Use new bindings for Stat | Jarred Sumner
| 1 | -0/+228 |
2023-02-06 | Expose Dirent and Stats (#1998) | Michał Warda
| 1 | -0/+4 |
2023-01-29 | [breaking] Add `binaryType` option to Bun.connect & Bun.listen | Jarred Sumner
| 1 | -2/+2 |