Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-17 | docs: fix ws.publish (#6558) | 1 | -1/+1 | ||
In this example there is no server variable in the context, and here it makes more sense to use ws.publish. It is explained below that once the serve is done, the server.publish can be used. | |||||
2023-10-16 | fix(runtime): make some things more stable (partial jsc debug build) (#5881) | 1 | -0/+20 | ||
* make our debug assertions work * install bun-webkit-debug * more progress * ok * progress... * more debug build stuff * ok * a * asdfghjkl * fix(runtime): fix bad assertion failure in JSBufferList * ok * stuff * upgrade webkit * Update src/bun.js/bindings/JSDOMWrapperCache.h Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> * fix message for colin's changes * okay * fix cjs prototype * implement mainModule * i think this fixes it all --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2023-10-16 | Development -> Contributing (#6538) | 2 | -1/+1 | ||
Co-authored-by: Colin McDonnell <colin@KennyM1.local> | |||||
2023-10-13 | Guide to containerize a bun application using Docker (#6478) | 1 | -0/+140 | ||
* docker.md * use-debian * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-10-13 | Adds systemd guide to run a bun application as a daemon (#6451) | 1 | -0/+113 | ||
* systemd-guide * remove-root-from-example * add-more-description * Updates * Updates * Updates * Update --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-10-12 | Update descriptions | 2 | -4/+3 | ||
2023-10-12 | Fix links | 2 | -2/+2 | ||
2023-10-12 | Tweaks to pm docs | 2 | -4/+2 | ||
2023-10-12 | Add overrides/resolutions docs (#6476) | 9 | -216/+429 | ||
2023-10-12 | Upgrade zig to 0.12.0-dev.888+130227491 (#6471) | 1 | -2/+2 | ||
* update build.zig * save * works? * better workaround * fix install * Fix compiler crash | |||||
2023-10-12 | Update installation.md | 1 | -8/+14 | ||
2023-10-12 | Update installation.md | 1 | -3/+3 | ||
2023-10-12 | chore: add missing ending quote (#6436) | 1 | -1/+1 | ||
2023-10-11 | Update installation.md | 1 | -10/+7 | ||
2023-10-11 | Docs : Added instructions to run bun apps in daemon (PM2) to address … (#5931) | 1 | -0/+54 | ||
* Docs : Added instructions to run bun apps in daemon (PM2) to address issue #4734 Added instructions to set bun as pm2 interpreter to extend same functionality as node.js apps. * Add pm2 guide * Add pm2 file --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-10-11 | Update nodejs-apis.md | 1 | -1/+1 | ||
2023-10-10 | make peer dependencies install by default (#6396) | 1 | -1/+1 | ||
* peer dependencies * default true * add test * cleanup * some tests * skip peer deps if they are non optional * remove debug print, fix build * iterate peer dependencies | |||||
2023-10-10 | Add File to binary data TOC (#6025) | 1 | -3/+3 | ||
2023-10-10 | docs: rearranged cli/runtime related sections (#6275) | 7 | -303/+108 | ||
* docs: rearranged cli/runtime related sections * docs: update README.md for the updated docs path * Updates * Rearrange * Rearrange * Add files * readme --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-10-10 | Update vite.md (#6399) | 1 | -2/+1 | ||
remove outdated information | |||||
2023-10-10 | Documentation for the IPC of Bun.spawn (#6400) | 2 | -0/+120 | ||
* doc/ipc.md * update/spawn.md * improved-documentation-and-added-send-type * Updates * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-10-09 | Add Fedora build instructions to development.md (#6359) | 1 | -0/+10 | ||
2023-10-09 | added commands (#6314) | 1 | -1/+2 | ||
added commands to install unzip package and to check Linux kernel version | |||||
2023-10-09 | docs: fixing a couple typos (#6331) | 2 | -2/+2 | ||
2023-10-06 | docs: `file.stream()` is not a promise (#6337) | 1 | -1/+1 | ||
2023-10-05 | Update Node.js compat docs (#6282) | 1 | -18/+20 | ||
* Update nodejs-apis * No commas * Updates | |||||
2023-10-04 | Update `preload` documentation to make applicability to plugins more obvious ↵ | 1 | -3/+3 | ||
(#6298) | |||||
2023-10-03 | docs: update `typescript.md` (#6222) | 1 | -2/+1 | ||
Fix inconsistent results from `bun init`. | |||||
2023-10-03 | Docs: Update context.md (#6256) | 1 | -1/+1 | ||
Use token from cookies, not from ws.data | |||||
2023-10-02 | Update ws example | 1 | -1/+1 | ||
2023-10-02 | Update development and document env var expansion | 2 | -24/+40 | ||
2023-10-02 | Update development.md (#6221) | 1 | -2/+2 | ||
2023-10-02 | Added the fileExtensions field to file-system-router.md (#6231) | 1 | -0/+1 | ||
2023-09-29 | Implement virtual module support in `Bun.plugin` (#6167) | 1 | -1/+86 | ||
* Add support for `build.module` in `Bun.plugin` * Another test * Update docs * Update isBuiltinModule.cpp --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2023-09-28 | docs (runtime): the order of checking files when using bare impoort (#5919) | 1 | -3/+8 | ||
2023-09-28 | Improve docs | 4 | -727/+65 | ||
2023-09-28 | docs: update image astro.md (#6149) | 1 | -1/+1 | ||
2023-09-28 | Update prisma | 1 | -9/+32 | ||
2023-09-28 | Revert "Update prisma guide" | 1 | -32/+9 | ||
This reverts commit e62fef67658240a4137320729ff26e09498a93fd. | |||||
2023-09-28 | Update prisma guide | 1 | -9/+32 | ||
2023-09-27 | Update run.md (#6099) | 1 | -1/+1 | ||
Changed the verb form from ignores to ignored. | |||||
2023-09-27 | Update developer arch install steps for llvm and clang (#6120) | 1 | -2/+1 | ||
`llvm` and `clang` are both at v16 `llvm16` and `clang16` are AUR packages https://aur.archlinux.org/packages/llvm16 https://aur.archlinux.org/packages/clang16 and need extra steps to setup | |||||
2023-09-26 | Add Docker section to docs | 1 | -0/+18 | ||
2023-09-26 | Update astro.md to v3 (#6070) | 1 | -9/+5 | ||
2023-09-26 | docs: fixed small error (#6077) | 1 | -1/+1 | ||
2023-09-25 | Update docs | 2 | -4/+19 | ||
2023-09-25 | Add fs.statfs{Sync} to missing fs apis (#6030) | 1 | -1/+1 | ||
2023-09-25 | Update nodejs-apis.md | 1 | -4/+4 | ||
2023-09-24 | Clarify | 1 | -1/+1 | ||
2023-09-24 | Add buggy note | 1 | -0/+6 | ||