mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
## Summary Adds minimal documentation for features introduced in Bun v1.2.22 that were previously undocumented. ## Changes - Add `redis.hget()` example showing direct value return vs `hmget()` array - Add WebSocket subprotocol negotiation example with array syntax - Mark bundler `onEnd` hook as implemented in plugins docs - Add `bun run --workspaces` flag documentation - Update `perf_hooks.monitorEventLoopDelay` as implemented in Node.js APIs - Add async stack traces note to debugger docs - Document TTY access pattern after stdin closes All changes are minimal - just code snippets or single-line mentions in existing files. No new files created. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Bot <claude-bot@bun.sh> Co-authored-by: Claude <noreply@anthropic.com>