aboutsummaryrefslogtreecommitdiff
path: root/docs/api/utils.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-14Fix linksGravatar Colin McDonnell 1-1/+1
2023-09-12docs: fix typos (#5151)Gravatar Samuel Rigaud 1-1/+1
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 1-3/+3
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-08-21Docs and types for v0.8.0 (#4199)Gravatar Colin McDonnell 1-0/+15
* Improve test documentation * Update nodejs compat docs with tty * Add debugger guide * Document Bun.inspect.custom, improve bun test nav * Address reviews * Update Bun.file types * Add Nuxt guide * Add tty types
2023-07-19Docs & types for 0.7 (#3665)Gravatar Colin McDonnell 1-2/+2
* Docs & types for 0.7 * Tweak * Update * Tweaks * Tweak * Tweaks --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-07-19Support streams in response.formData() & request.formData, introduce ↵Gravatar Jarred Sumner 1-0/+6
Bun.readableStreamToFormData() (#3697) * codegen * FormData.from * Fixes #3225 * Introduce `Bun.readableStreamToFormData` * Update bun.d.ts * Add examples * add --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-16Document serialize/deserializeGravatar Jarred Sumner 1-0/+14
2023-07-14Update docsGravatar Colin McDonnell 1-6/+8
2023-06-10Fix wording and code example in docs for Bun.sleepSync (#3270)Gravatar paperluigis 1-10/+0
2023-05-29More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, ↵Gravatar Colin McDonnell 1-7/+359
`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-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-5/+3
* 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
2023-03-07Document openInEditorGravatar Colin McDonnell 1-0/+26
2023-02-23Add documentation (#2148)bun-v0.5.7Gravatar Colin McDonnell 1-0/+120
* Add documentation * Tweaks * Fixes * Rearrange * Update