Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-12 | track registered one shot fds | 2 | -12/+26 | ||
2023-09-11 | fix formatting in sveltekit guide | 1 | -10/+10 | ||
2023-09-11 | make sure epoll is deleted | 2 | -7/+2 | ||
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 | delete on rearm | 2 | -16/+17 | ||
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 | ||
2023-09-08 | Fix code typo in transpiler.md (#4604) | 1 | -1/+0 | ||
There are some extra closing brackets at the end of the `scanImports` example. These cause a syntax error ("Unterminated string literal") | |||||
2023-09-08 | Remove await plugin | 1 | -1/+1 | ||
2023-09-08 | docs: fix `--backend` options list on cache.md (#4599) | 1 | -1/+1 | ||
`symlink` wasn’t an item, it appeared the same as `copyfile` | |||||
2023-09-08 | Move "Importing CJS from CJS" back out of low-level details section (#4600) | 1 | -8/+6 | ||
This section appears to have been accidentally moved into the low-level details section in 5424ea3403df9cd4672290865f12b6f5b01cf2d0. This fixes the example in the low-level details section, because the "Importing CJS from CJS" section is not the example code that the low-level details section is intended to provide. | |||||
2023-09-08 | Remove community-templates | 2 | -3/+3 | ||
2023-09-08 | Make the link to application clickable in the terminal (#4544) | 1 | -2/+2 | ||
Terminals like iTerm require valid URL to make them clickable. Adding a space to make it valid. Similar problem is on https://bun.sh/, where protocol is missing. | |||||
2023-09-08 | Fix `Bun.CryptoHasher` missing argument in docs (#4585) | 1 | -2/+2 | ||
2023-09-08 | Update development.md (#4578) | 1 | -1/+1 | ||
2023-09-08 | Fix bun-types | 1 | -2/+2 | ||