aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-09Updatesguides-3Gravatar Colin McDonnell 1-0/+4
2023-08-07Fix `Bun.hash` functions (#4054)Gravatar jhmaster 1-4/+5
* fix `Bun.hash` functions to behave as expected * update Bun.hash tests * properly test the returned hash * include murmur32v2 * update Bun.hash docs * run fmt
2023-08-07Improve plugin docsGravatar Colin McDonnell 3-306/+283
2023-08-06Update coverage.mdGravatar Jarred Sumner 1-1/+1
2023-08-06Code coverage for `bun test` (#3975)Gravatar Jarred Sumner 2-0/+60
* WIP code coverage initial commit * almost works * one approach * Code Coverage * Update WebKit * it works but is not yet accurate * skip double ascii check * wrapper * it works but i'm not sure what to do about blocks * hide blocks for now * Update ZigSourceProvider.cpp * Create coverage.md * Update nav.ts --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-04Support --dev/-D and support more flags on bun install (#3989)Gravatar Colin McDonnell 3-3/+3
2023-08-04Update import-meta.mdGravatar Jarred Sumner 1-2/+1
2023-08-04Fix incorrect docsGravatar Jarred Sumner 1-2/+3
2023-08-04Fix types (#3963)Gravatar Colin McDonnell 1-1/+2
* Fix types * Add ws module * Add *.toml module declaration * Clean up
2023-08-03Update Node.js compat docsGravatar Colin McDonnell 2-4/+4
2023-08-03Add type tests, update modules.mdGravatar Colin McDonnell 1-4/+7
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