Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-01-08 | [internal] Regenerate code | Jarred Sumner
| 1 | -46/+69 |
2022-12-29 | Introduce `Bun.CryptoHasher` | Jarred Sumner
| 1 | -86/+157 |
2022-12-28 | Implement `Bun.RIPEMD160` | Jarred Sumner
| 1 | -8/+312 |
2022-12-28 | Upgrade to latest Zig (#1610) | Jarred Sumner
| 1 | -0/+2302 |
2022-12-04 | Update ZigGeneratedClasses.cpp | Jarred Sumner
| 1 | -0/+16 |
2022-11-28 | toHaveProperty and tests (#1558) | Dylan Conway
| 1 | -1/+1 |
2022-11-22 | Remove some dead code | Jarred Sumner
| 1 | -416/+0 |
2022-11-22 | [FileSystemRouter] base_dir, Request, Response | Jarred Sumner
| 1 | -1/+73 |
2022-11-22 | Introduce `Bun.FileSystemRouter` API | Jarred Sumner
| 1 | -162/+975 |
2022-11-20 | [internal] Implement `visitAdditionalChildren` | Jarred Sumner
| 1 | -6/+219 |
2022-11-20 | [TCP] Make `Socket` more careful about GC | Jarred Sumner
| 1 | -0/+12 |
2022-11-19 | Fix a GC issue with `Bun.spawn` | Jarred Sumner
| 1 | -2/+9 |
2022-11-18 | bun test matchers and tests (#1526) | Dylan Conway
| 1 | -0/+120 |
2022-11-15 | add generated getter/setter type with thisValue (#1513) | Dylan Conway
| 1 | -6/+6 |
2022-11-08 | 20% faster TextDecoder on small inputs | Jarred Sumner
| 1 | -4420/+3871 |
2022-11-07 | [bun:test] Implement `expect` in faster Zig bindings | Jarred Sumner
| 1 | -1132/+3476 |
2022-10-28 | space | Jarred Sumner
| 1 | -0/+206 |
2022-10-25 | TCP & TLS Socket API (#1374) | Jarred Sumner
| 1 | -1/+1365 |
2022-10-17 | Implement `sendText`, `sendBinary`, `publishText`, `publishBinary` | Jarred Sumner
| 1 | -0/+208 |
2022-10-17 | Redo WebSocket api | Jarred Sumner
| 1 | -0/+22 |
2022-10-15 | Errors must return 0 instead of undefined | Jarred Sumner
| 1 | -15/+101 |
2022-10-15 | WebSocket Server support | Jarred Sumner
| 1 | -1/+489 |
2022-10-10 | Keep the process alive | Jarred Sumner
| 1 | -31/+12 |