Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-11 | [Bun.serve] Introduce publishToSelf boolean on websocket: {} config object | 1 | -5/+47 | ||
2023-01-04 | implement `expect().toThrow()` (#1727) | 1 | -96/+76 | ||
- fix bugs in `JSBufferList` - add tests | |||||
2023-01-02 | fix double `resolve()` in test (#1707) | 1 | -6/+6 | ||
also clean up `reject()` values | |||||
2022-12-02 | make the test run faster | 1 | -13/+13 | ||
2022-11-09 | Update websocket-server.test.ts | 1 | -1/+2 | ||
2022-11-09 | Implement Server.publish() | 1 | -0/+36 | ||
Fixes https://github.com/oven-sh/bun/issues/1417 | |||||
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 1 | -29/+28 | ||
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2022-10-19 | Fix calling `ws.publish` inside `close` when other clients are connected | 1 | -0/+63 | ||
This fixes https://github.com/oven-sh/bun/issues/1357 | |||||
2022-10-19 | Allow returning a Response object when upgrading | 1 | -0/+116 | ||
2022-10-18 | Fix test | 1 | -28/+38 | ||
2022-10-17 | Fix error handler | 1 | -0/+40 | ||
2022-10-17 | Update websocket-server.test.ts | 1 | -0/+41 | ||
2022-10-17 | Implement `sendText`, `sendBinary`, `publishText`, `publishBinary` | 1 | -4/+112 | ||
2022-10-17 | Fix headers + add test | 1 | -5/+16 | ||
2022-10-17 | More tests | 1 | -3/+293 | ||
2022-10-17 | Redo WebSocket api | 1 | -10/+59 | ||
2022-10-16 | Changed api | 1 | -4/+64 | ||
2022-10-15 | Add a simple test for websocket server | 1 | -0/+114 | ||