Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-12 | check positionals lenciro/fix-test-command | 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> | |||||
2023-09-11 | Update http.js - Fix Methods Fallback naming (#4948) | 1 | -1/+1 | ||
2023-09-11 | Fix punctuation (#4870) | 7 | -9/+9 | ||
2023-09-11 | Make detect-libc package match the upstream api (#4910) | 3 | -14/+14 | ||
2023-09-11 | fix: changes wrong command name in the tests chapter (#4965) | 1 | -1/+1 | ||
This PR fixes the command name for running tests flagged with `.only` | |||||
2023-09-11 | added .idea to .gitignore (#4951) | 1 | -0/+3 | ||
2023-09-10 | Support named imports for json & toml files at runtime (#4783) | 19 | -73/+481 | ||
* Support named exports in json imports * Support named imports for `*.json` files * Remove stale comments * Don't export arrays as non-default * Add test for default exports * Don't break webpack --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-09-10 | Fixes #4588 (#4804) | 2 | -1/+18 | ||
* Fixes #4588 * typo * fixup --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-09-10 | Replace unnecessary '`' wih `"` in code snippets (#4792) | 1 | -6/+6 | ||
2023-09-10 | Update modules.md - Explain case-insensitivity (#4782) | 1 | -1/+1 | ||
2023-09-10 | docs: remove duplicate sentence from debugger (#4807) | 1 | -1/+1 | ||
2023-09-10 | Update todo-tests.md (#4771) | 1 | -1/+1 | ||
2023-09-10 | Add compatibility page link to index.md (#4809) | 1 | -1/+1 | ||
Add a link to compatibility page (https://bun.sh/docs/runtime/nodejs-apis) to its reference in index.md, so it's easier to reach out to. | |||||
2023-09-10 | docs: Update Bun.write(path, Response) example to be clear that it writes ↵ | 1 | -1/+1 | ||
the body (#4802) | |||||
2023-09-10 | fix(bindings): add missing binding (#4682) | 3 | -0/+5 | ||
2023-09-09 | docs: fix spelling (#4763) | 1 | -1/+1 | ||
2023-09-09 | Fix mongoose ecosystem guid (#4740) | 1 | -1/+8 | ||
Fix missing method declaration on schema and Schema database name from Kitten to Animal | |||||
2023-09-09 | fix(docs); typo on Nuxt guide page (#4745) | 1 | -2/+2 | ||
2023-09-09 | docs: fix wasi-js link (#4741) | 2 | -2/+2 | ||
2023-09-09 | fix: remove from bun-server.test.ts test case (#4709) | 1 | -1/+1 | ||
2023-09-09 | fix typo (#4639) | 1 | -1/+1 | ||
2023-09-08 | Fix listen() using unix socket if argument is a valid port (#4620) | 3 | -4/+22 | ||
* Fix listen() using unix socket if argument is a valid port Fixes #4582 * Add test | |||||
2023-09-08 | fix(docs): connect websocket client repeated documentation (#4615) | 1 | -13/+5 | ||
2023-09-08 | Add extension guide | 2 | -1/+42 | ||
2023-09-08 | Delete docs/ecosystem/buchta.md (#4536) | 1 | -36/+0 | ||
Delete buchta.md since its development is discontinued by LowByteFox: https://twitter.com/LowByteFox/status/1694025965452636612 | |||||
2023-09-08 | Update mongoose.md (#4534) | 1 | -1/+1 | ||
2023-09-08 | Update Svelte Kit Docs (#4541) | 1 | -0/+55 | ||
* Update Svelte Kit Docs I added some guidance about how to build for production. Still WIP since I would like to add a more complete deployment guide. * Formatting --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-08 | docs(template.md): spelling (#4614) | 1 | -1/+1 | ||