aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-03More guides and fixing links (#3960)bun-v0.7.2Gravatar Colin McDonnell 12-14/+87
* More guides * WIP * Updates * Fix
2023-08-02Remove module and browser conditions (#3935)Gravatar dave caruso 1-2/+1
* fix astro compiler * clean this up * Update options.zig --------- Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2023-08-02Update streams.md (#3926)Gravatar Vaughan Rouesnel 1-1/+1
2023-08-01Fix prisma.md typo (#3921)Gravatar Emilio Sánchez 1-1/+1
2023-07-31Update stricjsGravatar Colin McDonnell 2-221/+229
2023-07-31Switch table to headings in Nodejs compat pageGravatar Colin McDonnell 1-4/+444
2023-07-31Add env guidesGravatar Colin McDonnell 2-0/+69
2023-07-31Update titles, add Workspaces guideGravatar Colin McDonnell 8-6/+89
2023-07-31Add ecosystem guides (#3847)Gravatar Colin McDonnell 33-46/+898
* Add ecosystem guides * Update titles * Rename stric * Add unlink and fetch guides * Add formdata guide * Tweak title * Moar
2023-07-31Update arraybuffer-to-buffer.md (#3906)Gravatar xxxhussein 1-1/+1
Fix title. This page shows how to convert an ArrayBuffer to a Buffer, not a Uint8Array
2023-07-31Fix incorrect functionGravatar Jarred Sumner 2-2/+2
2023-07-30FIx Uint8Array to a ReadableStream code snippet (#3895)Gravatar audothomas 1-1/+1
2023-07-30Update install.md (#3890)Gravatar Tiramify (A.K. Daniel) 1-1/+1
2023-07-29docs: fixed small errors (#3879)Gravatar 0xflotus 4-4/+4
* Update cache.md * Update index.md * Update macros.md * Update writing.md
2023-07-29fix: small error (#3878)Gravatar 0xflotus 1-1/+1
2023-07-29typo spawn.md (#3875)Gravatar Jhorman Tito 1-1/+1
2023-07-28Update nodejs-apis.mdGravatar Jarred Sumner 1-4/+4
2023-07-28Update nodejs-apis.mdGravatar Jarred Sumner 1-5/+5
2023-07-26Fix broken anchorsGravatar Colin McDonnell 7-8/+11
2023-07-26Add files (#3826)Gravatar Colin McDonnell 90-0/+2246
2023-07-25Fix typoGravatar Colin McDonnell 1-3/+17
2023-07-24move this to troubleshootingGravatar Jarred Sumner 2-8/+8
2023-07-24Update install method orderGravatar Colin McDonnell 1-4/+4
2023-07-23Update nodejs-apis.md (#3762)Gravatar Alexander Trefz 1-2/+2
`structuredClone` is implemented as of v0.7
2023-07-22Update `development.md` (#3718)Gravatar Artur Androsovych 1-0/+33
* Update `development.md` * Update `development.md`
2023-07-21Typo in loaders.md (#3728)Gravatar Vaughan Rouesnel 1-1/+1
2023-07-20Update sqlite.mdGravatar Jarred Sumner 1-5/+5
2023-07-19Docs & types for 0.7 (#3665)Gravatar Colin McDonnell 5-26/+27
* Docs & types for 0.7 * Tweak * Update * Tweaks * Tweak * Tweaks --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-07-19Bump version to Bun v0.7.0Gravatar Jarred Sumner 1-1/+1
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-19Inline`bun` object from workersGravatar Jarred Sumner 1-6/+2
2023-07-19Fix browser bundled string_decoder (#3693)Gravatar dave caruso 1-2/+12
* Fix #3660 * doc fix
2023-07-19update root certificates and add tls.rootCertificates (#3688)Gravatar Ciro Spaciari 1-1/+1
* implement tls.rootCertificates * add test * bump uws/usockets * bump uws + .len on certs
2023-07-18Update workers.mdGravatar Jarred Sumner 1-2/+2
2023-07-18ClarifyGravatar Jarred Sumner 1-0/+2
2023-07-18zig upgrade (#3667)Gravatar Dylan Conway 1-1/+1
* upgrade * more fixes * Bump Zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-17[tls] General compatibility improvements (#3596)Gravatar Ciro Spaciari 1-1/+1
* wip * subjectaltname * more progress * bindings * fmt * getCert/getPeerCertificate * fix checkServerIdentity * fix checkServerIdentity * add a lot of TLSSocket functions * getEphemeralKeyInfo fix and comment * add alternative for getEphemeralKeyInfo * add get session and set session * fix isSessionReused * get back the raw data for MSSQL * fixeup * fixup getSession + tests * fix doc + fmt * getFinished/getPeerFinished * codegen * fixup * revert webkit * more fixes * ssl helper + revert test oops * asserts
2023-07-17Clean up worker docsGravatar Colin McDonnell 1-65/+69
2023-07-17Tweak test docsGravatar Colin McDonnell 2-4/+3
2023-07-16Document `--smol`Gravatar Jarred Sumner 1-70/+59
2023-07-16Document serialize/deserializeGravatar Jarred Sumner 1-0/+14
2023-07-16Update workers.mdGravatar Jarred Sumner 1-1/+1
2023-07-16Fixes base64url encoding for crypto (#3654)Gravatar Jarred Sumner 1-2/+1
* Fixes base64url encoding for crypto * :green_apple: * Update nodejs-apis.md --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-16Update nav.tsGravatar Jarred Sumner 1-3/+3
2023-07-16renameGravatar Jarred Sumner 2-0/+3
2023-07-16Implement Workers (#3645)Gravatar Jarred Sumner 3-1/+170
* copy files * format * options * Introduce `Worker`, `onmessage`, `onerror`, and `postMessage` globals * Stub `Worker.prototype.ref` & `Worker.prototype.unref` * Update web_worker.zig * Worker works * Add "mini" mode * add wakeup * Partially fix the keep-alive issue * clean up refer behavior * Implement `serialize` & `deserialize` in `bun:jsc` & add polyfill for `node:v8` * Types & docs * Update globals.d.ts * Add mutex * Fixes --------- Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-16docs: add one missing line in typescript.md (#3650)Gravatar Jiri Spac 1-0/+1
2023-07-14Update docsGravatar Colin McDonnell 2-7/+9
2023-07-13Update docs/types for process (#3631)Gravatar Colin McDonnell 1-1/+1
* Update docs/types for process * Tweaks * Tweaks * Fix types
2023-07-12Improve our internal typedefs (#3608)Gravatar dave caruso 1-2/+2
* types * some more * yeah * i think that fixes it * oop