Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-13 | docs: update lockfile diff instructions (#5275) | 1 | -3/+7 | ||
2023-09-13 | fix(node/fetch): Make data URL fetch consistent with node (#5126) | 2 | -7/+37 | ||
2023-09-13 | avoid inserting extraneous"accept-encoding" header (#5057) | 2 | -1/+22 | ||
* add no extraneous accept-encoding header test * ensure fetch honors no decompress opt * fix format on test/js/node/http/node-http.test.ts | |||||
2023-09-13 | docs(runtime): fix plugins loader extensions typo (#5250) | 1 | -1/+1 | ||
2023-09-13 | chore: make comment grammatically correct (#5140) | 1 | -1/+1 | ||
2023-09-13 | Add informative message on 'bun create react' (#5248) | 1 | -0/+22 | ||
2023-09-13 | docs(runtime): fix jsx FragmentFactory output example (#5243) | 1 | -1/+1 | ||
2023-09-13 | file.exists() needs to be awaited to get the value (#5061) | 1 | -1/+1 | ||
2023-09-13 | Update discordjs.md (#5227) | 1 | -1/+1 | ||
2023-09-13 | decode regex if needed (#5167) | 5 | -126/+167 | ||
* decode regex if non-ascii * make it comptime * add test * use `bun.BabyList(u16)` | |||||
2023-09-13 | Correct the configuration file names. (#5234) | 2 | -2/+2 | ||
2023-09-12 | Update tsconfig.json for bun init | 1 | -1/+1 | ||
2023-09-12 | js/node/stream.js: call write() callback when encoding is not provided (#4841) | 2 | -3/+7 | ||
* js/node/stream.js: call write() callback when encoding is not provided * js/out/InternalModuleRegistryConstants.h: update | |||||
2023-09-12 | docs: Made bun-types install as dev dependency in example (#5120) | 1 | -1/+1 | ||
2023-09-12 | Various docs (#5201) | 4 | -4/+147 | ||
* Updates * Improve jest guide * Improve | |||||
2023-09-12 | Use git's --global flag for lockfile diffs instead of manually modifying ↵ | 1 | -17/+7 | ||
config files (#5143) | |||||
2023-09-12 | docs: fix typo in import.meta.resolve (#5146) | 1 | -1/+1 | ||
2023-09-12 | Update hot.md (#4990) | 1 | -1/+1 | ||
2023-09-12 | Update simple.md (#4997) | 1 | -1/+1 | ||
Remove errant slash preventing the correct console log | |||||
2023-09-12 | fix typo and grammar errors (#5046) | 1 | -3/+3 | ||
2023-09-12 | clang and llvm on arch install v16, update to use v15 (#5069) | 1 | -1/+10 | ||
2023-09-12 | Add missing full stop on nodejs-apis.md (#5072) | 1 | -5/+5 | ||
2023-09-12 | udate README.md (#5127) | 1 | -1/+1 | ||
update path | |||||
2023-09-12 | docs: fix typos (#5151) | 17 | -18/+18 | ||
2023-09-12 | fix lifecycle docu (#5159) | 1 | -4/+4 | ||
2023-09-12 | Clean up Modules doc | 1 | -66/+73 | ||
2023-09-12 | Create SECURITY.md | 1 | -0/+12 | ||
2023-09-12 | Update node-dns.test.js | 1 | -1/+1 | ||
2023-09-12 | fix(bun-lambda) Fix API Gateway V1 events and expand on Lambda documentation ↵ | 3 | -50/+69 | ||
(#5161) * Fix issues with using V1 API Gateway events with Bun Lambda Layer. * Remove aws-lambda as it is not needed | |||||
2023-09-12 | Fixed Websocket Compression Example. (#5087)bun-v1.0.1 | 1 | -1/+1 | ||
* Passed message variable to ws.send() method. * Passed message variable to ws.send() method. | |||||
2023-09-12 | Fix typo in http file upload example (#5088) | 1 | -1/+1 | ||
2023-09-12 | Fix bug with bun build --compile (#5102) | 2 | -2/+5 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-09-12 | Clean up some edgecases with posix_spawn usage (#5079) | 2 | -20/+66 | ||
* Check that the pid matches * Fixup EINTR check * Remove extra slashes * fixup * fixup * != 0 --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-09-12 | fix up with `prettier` (#5092) | 1 | -1/+1 | ||
2023-09-12 | fix(node/path): Prevent memory corruption in parse (#5083) | 2 | -15/+18 | ||
* Add failing test for issue #4954 * fix(node/path): Return results with toValueGC | |||||
2023-09-12 | Fix some bugs blocking Turborepo from using `bun run` (#5071) | 6 | -9/+78 | ||
* Clean up some error handling when loading `tsconfig.json` * [bun run] don't parse tsconfig.json for package.json scripts * Make this error message better * Bump * Don't print build errors twice * Handle quotes in error messages a little better * Add a couple tests --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-09-12 | fix(JSC): copy string in `toJSStringValueGC` (#5067) | 1 | -1/+1 | ||
2023-09-11 | add NODE_TLS_REJECT_UNAUTHORIZED (#4829) | 7 | -1/+60 | ||
2023-09-11 | Update gzip.md (#5041) | 1 | -1/+1 | ||
typo | |||||
2023-09-11 | fix formatting in sveltekit guide | 1 | -10/+10 | ||
2023-09-11 | fix(path): Fix edge case in `path.relative` (#4811) | 2 | -2/+15 | ||
Close: #4789 | |||||
2023-09-11 | Fix `Buffer.from` to handle double-byte hex encoding strings (#4933) | 2 | -0/+14 | ||
Close: #4919 | |||||
2023-09-11 | fix(BunFile) .slice offset on macOS (#4991) | 2 | -0/+15 | ||
* fix offset * simplify error | |||||
2023-09-11 | fix loading env from `.env.production` and friends (#4630) | 9 | -41/+111 | ||
* reload conditional vars * test * change `get` and `put` methods * dont clone empty env variables | |||||
2023-09-11 | Update benchmark readme | 1 | -2/+24 | ||
2023-09-11 | fix(bun-lambda): Don't drop arguments in console.log(...) (#4992) | 1 | -3/+3 | ||
Closes #4826 | |||||
2023-09-11 | Fix error message typo in js_ast.zig (#4937) | 1 | -1/+1 | ||
2023-09-11 | update test | 1 | -1/+1 | ||
2023-09-11 | Remove unnecessary backticks in quickstart doc page (#4927) | 1 | -3/+3 | ||
2023-09-11 | Fixed inconsistent log messages in the Quickstart guide (#4942) | 1 | -1/+1 | ||
Looks like it is just a typo and needs to be fixed. Signed-off-by: Vladimir Pesterev <8786922+pesterev@users.noreply.github.com> |