Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-28 | Enable `BUN_OVERRIDE_MODULE_PATH` in `bun wiptest` | 1 | -0/+7 | ||
2022-10-28 | Update default tsconfig (#1418) | 1 | -5/+10 | ||
Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> | |||||
2022-10-27 | Implement `process.release` | 1 | -0/+9 | ||
2022-10-20 | Update install script to use secure flags | 1 | -2/+2 | ||
2022-10-18 | get args fix (#1346) | 1 | -1/+1 | ||
* fix args.len < capacity check * tests for args * file name change * switch to stdout.writer, use JSON for parsing * bun-debug or bun * missing arg | |||||
2022-10-12 | [`bun wiptest`] Ignore `.` folders | 1 | -1/+1 | ||
2022-10-06 | Add --profile to bun upgrade | 1 | -18/+30 | ||
2022-10-05 | Add abstraction for ticking async event loop | 1 | -1/+2 | ||
2022-10-02 | Remove extra green | 1 | -6/+1 | ||
2022-10-01 | [bun:test] When there are lots of tests, print the failures at the bottom so ↵ | 1 | -6/+20 | ||
you can see them easier | |||||
2022-09-30 | Remove extraneous calls to `.ref()` | 1 | -1/+3 | ||
2022-09-28 | Queue tests rather than run immediately | 1 | -2/+20 | ||
2022-09-19 | Pass through arguments unmodified after `bun run <script>` or `bun <script>` | 1 | -44/+3 | ||
Fixes https://github.com/oven-sh/bun/issues/231 | |||||
2022-09-16 | Make new HTTP client more stable | 3 | -16/+26 | ||
2022-09-11 | New HTTP client (#1231) | 2 | -7/+34 | ||
* wip * It mostly works! * Support `bun install` * Support `bun create` * Support chunked transfer encoding * Handle Keep Alive when redirecting to a different domain Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-09-03 | chore(install-script): automatically add bun to path - bash shell (#1168) | 1 | -0/+49 | ||
* chore(install-script): automatically add bun to path - bash shell * add tildify * chore: make requested changes * fix: add equals true Co-authored-by: Wallunen <44848747+Wallunen@users.noreply.github.com> * fix: $XDG_CONFIG_HOME can be undefined Co-authored-by: Wallunen <44848747+Wallunen@users.noreply.github.com> Co-authored-by: Wallunen <44848747+Wallunen@users.noreply.github.com> | |||||
2022-09-01 | allow set proxy for github (#1198) | 1 | -1/+3 | ||
in china , github is blocked, we use https://ghproxy.com/ for proxy for example use `wget https://ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip` instead of `wget https://github.com/stilleshan/ServerStatus/archive/master.zip` | |||||
2022-09-01 | Delete some dead code | 1 | -1/+0 | ||
2022-09-01 | [bun run] Silence `.env` loaded log | 1 | -2/+5 | ||
Fixes https://github.com/oven-sh/bun/issues/1192 | |||||
2022-08-20 | wip support #! | 1 | -1/+6 | ||
2022-08-13 | Improve event loop reliability on Linux | 1 | -1/+1 | ||
2022-08-10 | [bun upgrade] Add changelog URL | 1 | -4/+10 | ||
Fixes https://github.com/oven-sh/bun/issues/1019 | |||||
2022-08-07 | [bun install] Implement `bun link` | 2 | -0/+16 | ||
2022-08-05 | Fix https://github.com/oven-sh/bun/issues/996 | 1 | -6/+4 | ||
2022-08-05 | Fix error message in install script | 1 | -1/+2 | ||
2022-08-05 | Fix baseline detection for macOS x64 | 1 | -1/+1 | ||
2022-08-04 | Implement `bun init` subcommand | 4 | -0/+600 | ||
2022-08-04 | [bun create] Allow custom `start` commands | 1 | -3/+14 | ||
2022-08-04 | [bun upgrade] Prepare for version strings with a space | 1 | -6/+18 | ||
2022-08-03 | [bun install] Support lifecycle hooks for cwd's package.json | 1 | -164/+174 | ||
`bun install` will now run prepare & install `"scripts"` for the root package.json (not dependencies) This makes things like `husky` work and possibly `patch-package` | |||||
2022-08-01 | Use WebKit LTO builds where appropriate | 1 | -2/+14 | ||
2022-07-28 | There are ~3 different versions of `strip` with different flags and it is ↵ | 1 | -1/+1 | ||
very confusing | |||||
2022-07-27 | [misc] Replace reference to old repo | 1 | -3/+3 | ||
2022-07-25 | Support for completion in Bash (#403) | 1 | -6/+52 | ||
* Add bash completions for optional flags (long and short options) * extend bash completion to support options with specific requirements * fix: remove global variables * fix: rename cur_file to cur_word * add c,rm,i aliases * fix: add --help flag to create alias * fix: --loader options bug * fix --backend and linting * linting * add support for file completion for `bun run` as well as few changes also * chore(): use _ as prefix for function names * fix undefined function * feat(wip): implement installation for bash bun completion in zig * fix(): use separate paths instead of slice of paths * rename _bun.bash to bun.completion.bash for compatability with oh-my-bash * change `bun.completion.bash` to filename | |||||
2022-07-25 | feat(install): use this repository (#582) | 1 | -1/+3 | ||
https://github.com/oven-sh/bun instead of https://github.com/Jarred-Sumner/bun-releases-for-updater | |||||
2022-07-23 | feat: added info, info_bod and success method to wrap type of messages (#845) | 1 | -12/+23 | ||
2022-07-22 | Merge pull request #800 from alexkuz/fix-install-script-colors--645 | 1 | -4/+6 | ||
2022-07-22 | [docker] wip | 1 | -4/+6 | ||
2022-07-22 | [bun upgrade] Fix version display name for canary build | 1 | -1/+34 | ||
2022-07-22 | [bun upgrade] Fix name used in temporary dir for canary builds | 1 | -5/+25 | ||
2022-07-22 | [bun upgrade] Implement `--canary` and `BUN_CANARY=1` | 1 | -17/+85 | ||
2022-07-22 | Canary builds (Linux) (#824)canary | 1 | -1/+2 | ||
* wip * WIP: * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * Workaround missing system calls * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Fix baseline detection * WIP * strip debug symbol * Auto-generate canary build Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-07-20 | fix install script colors | 1 | -4/+6 | ||
2022-07-19 | refactor(installer): renovate install script (#745) | 1 | -122/+162 | ||
2022-07-10 | Merge pull request #464 from dkarter/main | 1 | -1/+1 | ||
fix: remove unnecessary quotes in commit message | |||||
2022-07-10 | Update GitHub URL to match new repo URL (#547) | 2 | -2/+2 | ||
* Update repo URLs * GitHub URL update * Revert accidental URL changes | |||||
2022-07-10 | Remove unnecessary `Output.flush`s before `Global.exit` and `Global.crash` ↵ | 4 | -58/+1 | ||
(#535) * fix: add missing newline * refactor: std.process.exit -> Global.exit * fix: std.os.abort -> Global.exit I'm not sure about this one. Please verify. * cleanup: remove unnecessary `Output.flush`s | |||||
2022-07-09 | update bash references to work in non-fhs compliant distros | 1 | -1/+1 | ||
Signed-off-by: lucasew <lucas59356@gmail.com> | |||||
2022-07-09 | fix: update build files to latest Zig version | 3 | -15/+11 | ||
2022-07-08 | fix: remove unnecessary quotes in commit message | 1 | -1/+1 | ||
These quotes are not necessary and appear literally in the commit |