Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-21 | --dump-limits flag to inspect what the max file descriptor & stack size is | 1 | -0/+3 | ||
2021-12-20 | Update cli.zig | 1 | -1/+0 | ||
2021-12-19 | Autocomplete popular package names (thanks @evanwashere) | 1 | -2/+50 | ||
2021-12-18 | Show help text when no options | 1 | -1/+4 | ||
2021-12-18 | Add new zsh completions | 1 | -1/+2 | ||
2021-12-16 | Track peer dependencies but don't install them | 1 | -0/+12 | ||
2021-12-16 | `bun add` and `bun remove` sorta works now. but not fast enough! | 1 | -2/+2 | ||
2021-12-16 | [bun install] Start add/remove command | 1 | -75/+107 | ||
2021-12-16 | [bun install] Support printing yarn.lock | 1 | -5/+20 | ||
2021-12-16 | [bun install] some things install | 1 | -1/+3 | ||
2021-12-16 | [bun install] WIP | 1 | -7/+17 | ||
2021-11-07 | Improve ZSH completionsbun-v0.0.46 | 1 | -8/+16 | ||
2021-11-05 | [bun run] Improve `fish` completions by adding a description | 1 | -0/+2 | ||
2021-11-01 | [CLI] Fix completions auto-installer for zsh | 1 | -259/+1 | ||
2021-11-01 | [cli] Hardcode some paths to install for zshbun-v0.0.43 | 1 | -0/+67 | ||
2021-11-01 | [CLI] Spacing | 1 | -1/+1 | ||
2021-11-01 | [cli] just open the directory, `access` is dumb | 1 | -68/+19 | ||
2021-11-01 | [CLI] Add zsh completions and auto-install completions | 1 | -1/+246 | ||
2021-10-31 | [CLI] Add completions for Fish | 1 | -3/+55 | ||
2021-10-31 | [CLI] Print newline after --version | 1 | -1/+1 | ||
2021-10-31 | Add `-v` shorthand for version | 1 | -1/+1 | ||
2021-10-31 | [CLI] Fix spacing (thanks @KishanBagaria) | 1 | -2/+2 | ||
2021-10-30 | Update cli.zig | 1 | -0/+3 | ||
2021-10-28 | Explicitly check content type | 1 | -2/+2 | ||
2021-10-28 | New subcommand: `bun upgrade`. It upgrades bun to the latest version. | 1 | -2/+12 | ||
2021-10-26 | Aligning text in terminals is tediousbun-v0.0.37jarred/run | 1 | -1/+1 | ||
2021-10-26 | Bun is now a task runner as well | 1 | -2/+2 | ||
2021-10-26 | More spacing | 1 | -1/+1 | ||
2021-10-26 | spacing | 1 | -0/+1 | ||
2021-10-26 | Fix edgecase with options loading attempting to create an output directory ↵ | 1 | -6/+8 | ||
when it shouldn't | |||||
2021-10-26 | New subcommand: `bun run` run scripts in package.json really fast | 1 | -2/+14 | ||
2021-10-25 | [.env loader] Add CLI flag to dump loaded environment variables as JSON | 1 | -42/+49 | ||
2021-10-23 | Add flag for dumping the environment variables | 1 | -8/+19 | ||
2021-10-16 | Support GitHub repositories, transform package.json to better fit Bun's usage | 1 | -5/+3 | ||
2021-10-14 | :sparkle: | 1 | -2/+2 | ||
2021-10-14 | Add doc explaining bun-create | 1 | -1/+1 | ||
2021-10-14 | `bun create react app` is almost done | 1 | -3/+31 | ||
2021-10-13 | Add TLS 1.3 support, improve fetch() HTTPS performance | 1 | -38/+20 | ||
2021-10-07 | Add `--port` CLI flag for setting a port instead of `--origin`. `--port` has ↵ | 1 | -1/+7 | ||
higher precedence than `--origin` so that proxies can work | |||||
2021-10-06 | Add support for reading JSX config from tsconfig.json | 1 | -1/+1 | ||
2021-09-16 | Add flag to dev server to disable HMR | 1 | -1/+3 | ||
2021-09-16 | Help output should print command names | 1 | -5/+13 | ||
2021-09-14 | Support installing bun from npm | 1 | -2/+14 | ||
2021-09-05 | current | 1 | -1/+1 | ||
Former-commit-id: 8517ba72e79b75bf016c3fa66deb85fab9ff6554 | |||||
2021-09-05 | such entitle | 1 | -28/+29 | ||
Former-commit-id: de26ae30116e3c13c48a710201a7da0817ffd9e5 | |||||
2021-09-02 | latest | 1 | -0/+1 | ||
Former-commit-id: 1086d4f894611c1171f57d9eaf82f9170e9de2d1 | |||||
2021-08-26 | better errors | 1 | -1/+12 | ||
Former-commit-id: a16d16ac2d649b3678d3baaa7a4641c7a56f5d6d | |||||
2021-08-26 | Fix unbundled imports | 1 | -2/+4 | ||
Former-commit-id: f221da115c1afcd136648c9683d8e9907005a128 | |||||
2021-08-26 | Fix file loader, automatically support CSS imports when a framework isn't set | 1 | -2/+2 | ||
Former-commit-id: 94750e5987ea8f6e4c946bfc06715e09a48c0eec | |||||
2021-08-26 | Bug fixes | 1 | -3/+5 | ||
Former-commit-id: 853b372665a3762b1eeeb2202e279895bce6f544 |