Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-01-23 | Add a comment | Jarred Sumner
| 1 | -1984/+2080 |
2022-12-29 | Introduce `Bun.CryptoHasher` | Jarred Sumner
| 1 | -47/+73 |
2022-12-28 | Implement `Bun.RIPEMD160` | Jarred Sumner
| 1 | -0/+86 |
2022-12-28 | Upgrade to latest Zig (#1610) | Jarred Sumner
| 1 | -104/+528 |
2022-12-04 | Update child_process | Jarred Sumner
| 1 | -0/+4 |
2022-11-29 | import everything from "bun" where possible | Jarred Sumner
| 1 | -1/+1 |
2022-11-22 | Remove some dead code | Jarred Sumner
| 1 | -48/+0 |
2022-11-22 | [FileSystemRouter] base_dir, Request, Response | Jarred Sumner
| 1 | -0/+29 |
2022-11-22 | Introduce `Bun.FileSystemRouter` API | Jarred Sumner
| 1 | -0/+366 |
2022-11-20 | [TCP] Make `Socket` more careful about GC | Jarred Sumner
| 1 | -0/+2 |
2022-11-19 | Fix a GC issue with `Bun.spawn` | Jarred Sumner
| 1 | -0/+1 |
2022-11-18 | bun test matchers and tests (#1526) | Dylan Conway
| 1 | -0/+18 |
2022-11-15 | add generated getter/setter type with thisValue (#1513) | Dylan Conway
| 1 | -9/+42 |
2022-11-08 | 20% faster TextDecoder on small inputs | Jarred Sumner
| 1 | -0/+3 |
2022-11-07 | [bun:test] Implement `expect` in faster Zig bindings | Jarred Sumner
| 1 | -0/+252 |
2022-10-28 | Support getting cached values and pending activity in the bindings generator | Jarred Sumner
| 1 | -19/+368 |
2022-10-25 | TCP & TLS Socket API (#1374) | Jarred Sumner
| 1 | -0/+362 |
2022-10-17 | Implement `sendText`, `sendBinary`, `publishText`, `publishBinary` | Jarred Sumner
| 1 | -0/+37 |
2022-10-17 | Clean up some code | Jarred Sumner
| 1 | -0/+7 |
2022-10-17 | Redo WebSocket api | Jarred Sumner
| 1 | -0/+3 |
2022-10-15 | add more logging | Jarred Sumner
| 1 | -56/+59 |
2022-10-15 | WebSocket Server support | Jarred Sumner
| 1 | -0/+198 |