aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/bun-apis.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-29More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, ↵Gravatar Colin McDonnell 1-27/+52
`Bun.serve` (#3005) * WIP * Updates * Document deepEquals * WIP * Update typeS * Update TLS docs for Bun.serve * Update types for tls * Draft binary data page. Add Streams page. * Update test runner docs * Add hashing, flesh out utils * Grammar * Update types * Fix * Add import.meta docs * Tee
2023-04-13Remove Bun.dns docsGravatar Colin McDonnell 1-5/+5
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-0/+75
* Restructure * Update nav * Reorg * Reshuffle ecosystem pages * Split up runtime/runtime * Back to runtime/index * Fix issue * Split up runtime/index * Add Writing Tests page * Prettier matcher table * More updates
a6cdd746149fbcc5261&follow=1'>Now that utf16 is fast we can just count the length instead of re-allocatingGravatar Jarred Sumner 1-5/+1 2022-11-27Remove extra indentGravatar Jarred Sumner 1-2/+0 2022-11-27Fix strangeness with Bun.env keysGravatar Jarred Sumner 1-9/+10 2022-11-27Fix crash in Headers.prototype.countGravatar Jarred Sumner 1-2/+5 2022-11-27Fix crash in OnigurumaRegExp gettersGravatar Jarred Sumner 1-0/+6 2022-11-26Fix build issueGravatar Jarred Sumner 2-15/+17 2022-11-26[bun:sqlite] Fix bug with latin1 supplemental charactersGravatar Jarred Sumner 2-2/+31 2022-11-26prettier?Gravatar Jarred Sumner 1-336/+339 2022-11-26Update mimallocGravatar Jarred Sumner 1-0/+0 2022-11-26Update string_immutable.zigGravatar Jarred Sumner 1-1/+1 2022-11-26Faster UTF16 -> UTF8 and UTF8 -> UTF16 (#1552)Gravatar Jarred Sumner 14-6/+31329 2022-11-26Make HTTP status text more consistent with other HTTP serversGravatar Jarred Sumner 2-2/+153