Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2022-07-05 | Change fish path addition command | 1 | -2/+2 | ||
2022-07-05 | [create] Don't print timestamp because it formats weird | 1 | -3/+0 | ||
2022-07-02 | [streams] Rename `drain()` -> `flush()` | 1 | -2/+2 | ||
2022-07-01 | update cli comment to match the create next app instructions | 1 | -1/+1 | ||
2022-06-22 | change the directory structurejarred/rename | 7 | -7/+7 | ||
2022-06-22 | Tweak test runner output | 1 | -90/+44 | ||
2022-06-22 | Update test_command.zig | 1 | -23/+120 | ||
2022-05-30 | Improve error messages when you mistype commands/files/scripts | 1 | -4/+17 | ||
2022-05-05 | E.String gets a Rope | 1 | -26/+26 | ||
2022-04-16 | Move some code around + delete dead code | 2 | -9/+3 | ||
2022-04-04 | fix bug with io sometimes sleeping permanetly | 1 | -0/+3 | ||
2022-03-30 | Bump target next version to 12.1.3 | 1 | -1/+1 | ||
2022-03-18 | [bun install] Do not set an `$npm_config_prefix` | 1 | -8/+0 | ||
2022-03-18 | [bun run] fix missing space | 1 | -1/+1 | ||
2022-03-17 | query_string_map -> url | 3 | -3/+3 | ||
2022-03-14 | Switch to std.HashMap for DirEntry store | 2 | -9/+11 | ||
2022-03-14 | fix crash in `bun create` | 1 | -3/+4 | ||
2022-03-08 | rename _global -> bun | 11 | -133/+133 | ||
2022-03-07 | source maps optimizations | 1 | -5/+2 | ||
2022-03-06 | source maps work for app code in `bun dev`! | 1 | -2/+2 | ||