Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-09 | Updatesguides-3 | 1 | -0/+4 | ||
2023-08-07 | Fix `Bun.hash` functions (#4054) | 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-07 | Improve plugin docs | 3 | -306/+283 | ||
2023-08-06 | Update coverage.md | 1 | -1/+1 | ||
2023-08-06 | Code coverage for `bun test` (#3975) | 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-04 | Support --dev/-D and support more flags on bun install (#3989) | 3 | -3/+3 | ||
2023-08-04 | Update import-meta.md | 1 | -2/+1 | ||
2023-08-04 | Fix incorrect docs | 1 | -2/+3 | ||
2023-08-04 | Fix types (#3963) | 1 | -1/+2 | ||
* Fix types * Add ws module * Add *.toml module declaration * Clean up | |||||
2023-08-03 | Update Node.js compat docs | 2 | -4/+4 | ||
2023-08-03 | Add type tests, update modules.md | 1 | -4/+7 | ||
2023-08-03 | More guides and fixing links (#3960)bun-v0.7.2 | 12 | -14/+87 | ||
* More guides * WIP * Updates * Fix | |||||
2023-08-02 | Remove module and browser conditions (#3935) | 1 | -2/+1 | ||
* fix astro compiler * clean this up * Update options.zig --------- Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2023-08-02 | Update streams.md (#3926) | 1 | -1/+1 | ||
2023-08-01 | Fix prisma.md typo (#3921) | 1 | -1/+1 | ||
2023-07-31 | Update stricjs | 2 | -221/+229 | ||
2023-07-31 | Switch table to headings in Nodejs compat page | 1 | -4/+444 | ||
2023-07-31 | Add env guides | 2 | -0/+69 | ||
2023-07-31 | Update titles, add Workspaces guide | 8 | -6/+89 | ||
2023-07-31 | Add ecosystem guides (#3847) | 33 | -46/+898 | ||
* Add ecosystem guides * Update titles * Rename stric * Add unlink and fetch guides * Add formdata guide * Tweak title * Moar | |||||
2023-07-31 | Update arraybuffer-to-buffer.md (#3906) | 1 | -1/+1 | ||
Fix title. This page shows how to convert an ArrayBuffer to a Buffer, not a Uint8Array | |||||
2023-07-31 | Fix incorrect function | 2 | -2/+2 | ||
2023-07-30 | FIx Uint8Array to a ReadableStream code snippet (#3895) | 1 | -1/+1 | ||
2023-07-30 | Update install.md (#3890) | 1 | -1/+1 | ||
2023-07-29 | docs: fixed small errors (#3879) | 4 | -4/+4 | ||
* Update cache.md * Update index.md * Update macros.md * Update writing.md | |||||
2023-07-29 | fix: small error (#3878) | 1 | -1/+1 | ||
2023-07-29 | typo spawn.md (#3875) | 1 | -1/+1 | ||
2023-07-28 | Update nodejs-apis.md | 1 | -4/+4 | ||
2023-07-28 | Update nodejs-apis.md | 1 | -5/+5 | ||
2023-07-26 | Fix broken anchors | 7 | -8/+11 | ||
2023-07-26 | Add files (#3826) | 90 | -0/+2246 | ||
2023-07-25 | Fix typo | 1 | -3/+17 | ||
2023-07-24 | move this to troubleshooting | 2 | -8/+8 | ||
2023-07-24 | Update install method order | 1 | -4/+4 | ||
2023-07-23 | Update nodejs-apis.md (#3762) | 1 | -2/+2 | ||
`structuredClone` is implemented as of v0.7 | |||||
2023-07-22 | Update `development.md` (#3718) | 1 | -0/+33 | ||
* Update `development.md` * Update `development.md` | |||||
2023-07-21 | Typo in loaders.md (#3728) | 1 | -1/+1 | ||
2023-07-20 | Update sqlite.md | 1 | -5/+5 | ||
2023-07-19 | Docs & types for 0.7 (#3665) | 5 | -26/+27 | ||
* Docs & types for 0.7 * Tweak * Update * Tweaks * Tweak * Tweaks --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2023-07-19 | Bump version to Bun v0.7.0 | 1 | -1/+1 | ||
2023-07-19 | Support streams in response.formData() & request.formData, introduce ↵ | 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-19 | Inline`bun` object from workers | 1 | -6/+2 | ||
2023-07-19 | Fix browser bundled string_decoder (#3693) | 1 | -2/+12 | ||
* Fix #3660 * doc fix | |||||
2023-07-19 | update root certificates and add tls.rootCertificates (#3688) | 1 | -1/+1 | ||
* implement tls.rootCertificates * add test * bump uws/usockets * bump uws + .len on certs | |||||
2023-07-18 | Update workers.md | 1 | -2/+2 | ||
2023-07-18 | Clarify | 1 | -0/+2 | ||
2023-07-18 | zig upgrade (#3667) | 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) | 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-17 | Clean up worker docs | 1 | -65/+69 | ||
2023-07-17 | Tweak test docs | 2 | -4/+3 | ||