Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-13 | Fix mock example | 1 | -1/+1 | ||
2023-09-13 | Fixed api & cli docs typo. (#5262) | 3 | -4/+4 | ||
* Fixed api & cli docs typo. * Fix --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-13 | chore(docs): include missing links to Node.js APIs (#5281) | 1 | -2/+2 | ||
These links make it easy to click and jump to another section. | |||||
2023-09-13 | docs(guide): fix expect assertion example in guide for `spyOn` (#5294) | 1 | -1/+1 | ||
Fixes example with `spyOn` and assertions. The example failed because the spied function would be called once but the expectation asserted 0 calls. | |||||
2023-09-13 | add uninstall instructions (#5311) | 1 | -0/+24 | ||
it's always good to have uninstall instructions as well as install, and I couldn't find them anywhere else on the site. IMO, this gives users a little more confidence to try new tools out, as they know it's easily reversible. I'm not familiar with how to uninstall with Docker, so would appreciate some help there. We could possibly add a note for "bash" on how to remove Bun from the `$PATH`. | |||||
2023-09-13 | docs: update lockfile diff instructions (#5275) | 1 | -3/+7 | ||
2023-09-13 | docs(runtime): fix plugins loader extensions typo (#5250) | 1 | -1/+1 | ||
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 | Correct the configuration file names. (#5234) | 2 | -2/+2 | ||
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 | 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 | 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 | 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-11 | Update gzip.md (#5041) | 1 | -1/+1 | ||
typo | |||||
2023-09-11 | fix formatting in sveltekit guide | 1 | -10/+10 | ||
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 | Fix punctuation (#4870) | 6 | -7/+7 | ||
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-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-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 typo (#4639) | 1 | -1/+1 | ||
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. |