Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-21 | string escape edgecase (#3717)bun-v0.7.0 | 4 | -8/+22 | ||
* fix edgecase when joining rope strings with backtick * bonus bugfix in ts decorator * Update transpiler.test.js * Fix test --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2023-07-21 | fix `isFIFO` (#3715) | 2 | -5/+5 | ||
* check poll ref flags * Update WebCoreJSBuiltins.cpp | |||||
2023-07-20 | fix flaky test | 1 | -3/+2 | ||
@paperdave we must always use `bunEnv` in the `env` to ensure that the color settings and other stuff doesn't cause bun to produce extraneous stdout input when using console.log Additionally, the console.log was left in (which is okay) | |||||
2023-07-20 | Bump | 2 | -1/+1 | ||
2023-07-20 | Bump | 5 | -6/+4 | ||
2023-07-20 | Update async_hooks.node.test.ts | 1 | -1/+1 | ||
2023-07-20 | bump | 2 | -3/+3 | ||
2023-07-20 | fix process.exit status code handling (#3714) | 9 | -597/+620 | ||
2023-07-20 | Update sqlite.md | 1 | -5/+5 | ||
2023-07-20 | Fix builtins again (#3713) | 2 | -7/+7 | ||
2023-07-20 | fix directory caching with workaround (#3710) | 3 | -1/+46 | ||
* ok * test | |||||
2023-07-20 | fix process.binding (#3711) | 2 | -14/+13 | ||
2023-07-20 | Update process.test.js | 1 | -2/+2 | ||
2023-07-20 | Update text-decoder.test.js | 1 | -1/+1 | ||
2023-07-20 | Pass constructor arguments to TextDecoder (#3692) | 2 | -15/+69 | ||
* Make TextDecoder constructor use options parameter The constructor now actually sets TextDecoder properties using the options parameter. * Defer decoder allocation to end of constructor * Verify types of TextDecoder options * TextDecoder throw TypeError on failure * Tidying | |||||
2023-07-20 | `resolveRopeIfNeeded` (#3708) | 1 | -0/+1 | ||
2023-07-20 | set `_preload_modules` to empty array (#3709) | 2 | -2/+2 | ||
2023-07-20 | Update Dockerfile | 1 | -1/+1 | ||
2023-07-20 | fix start delay on Worker (#3707) | 6 | -3/+46 | ||
* fix start delay on Worker * fmt * add delay test | |||||
2023-07-20 | Add number types for FFI (#3706) | 2 | -19/+28 | ||
2023-07-19 | Update worker.test-d.ts | 1 | -4/+2 | ||
2023-07-19 | Docs & types for 0.7 (#3665) | 8 | -26/+71 | ||
* 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 | 9 | -11/+11 | ||
2023-07-19 | Support streams in response.formData() & request.formData, introduce ↵ | 24 | -65/+440 | ||
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 | Fixes #3670 (#3698) | 2 | -4/+29 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-19 | Inline`bun` object from workers | 4 | -39/+33 | ||
2023-07-19 | Fix vite (#3694) | 6 | -10/+353 | ||
* Fix ServerWebSocket.readyState * Add create_hash_table to our repo * Fix #3216 | |||||
2023-07-19 | Fix browser bundled string_decoder (#3693) | 3 | -4/+29 | ||
* Fix #3660 * doc fix | |||||
2023-07-19 | Implement `AsyncLocalStorage` (#3089) | 67 | -3668/+4915 | ||
* work to get async local storage working. * a * a * everything but queueMicrotask * sdfghj * . * finish * tests * test * ok * done * im so stupid * Upgrade WebKit * refactor * refactor * changes requested * oops * cool * fix runInAsyncScope | |||||
2023-07-19 | Fix make headers | 1 | -2/+3 | ||
2023-07-19 | update root certificates and add tls.rootCertificates (#3688) | 6 | -5/+42 | ||
* implement tls.rootCertificates * add test * bump uws/usockets * bump uws + .len on certs | |||||
2023-07-19 | fix createDecipheriv (#3680) | 3 | -12/+74 | ||
* fix createDecipheriv * fix createDecipheriv iv and password validations | |||||
2023-07-19 | fix #3681 (#3690) | 2 | -13/+23 | ||
2023-07-19 | set `did_panic` flag (#3687) | 3 | -1/+13 | ||
2023-07-19 | move constants module to cpp (#3683) | 8 | -480/+273 | ||
2023-07-19 | fix `make headers` | 1 | -7/+15 | ||
2023-07-20 | Better error for workspace dependency not found (#3678) | 2 | -21/+85 | ||
2023-07-18 | Fix crash in postMessage that repro'd after ~100,000 messages | 6 | -21/+57 | ||
2023-07-18 | more progress on fixing gc issue | 6 | -61/+162 | ||
2023-07-18 | add padding bytes | 1 | -1/+1 | ||
2023-07-18 | feature(constants) add constants/node:constants module and tests(prisma) use ↵ | 16 | -20/+529 | ||
prima 5.0.0 + use same connection for postgres, add prisma mssql (disabled for now) (#3672) * use prima 5.0.0 + use same connection for postgres * change mongodb test URL * constants module + mssql prisma test (disabled) | |||||
2023-07-18 | patch checkServerIdentity (#3671) | 3 | -3/+9 | ||
2023-07-18 | Update workers.md | 1 | -2/+2 | ||
2023-07-18 | [jest] execute lifecycle hooks on empty blocks (#3663) | 2 | -19/+79 | ||
fixes #3494 | |||||
2023-07-18 | Clarify | 1 | -0/+2 | ||
2023-07-18 | Fixes #3669 | 4 | -13/+35 | ||
2023-07-18 | zig upgrade (#3667) | 154 | -4894/+4857 | ||
* upgrade * more fixes * Bump Zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-17 | Enable postgres prisma test | 1 | -1/+1 | ||
2023-07-17 | Emit writeBarrier in `napi_module_register` | 1 | -6/+14 | ||
2023-07-17 | Fix potential crash in process.dlopen() | 2 | -5/+27 | ||