Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-29 | [bun run] Support running JavaScript, TypeScript, JSX, and TSX files using ↵ | 1 | -56/+116 | ||
Bun.js | |||||
2021-10-29 | [internal] Normalize import filepaths | 5 | -9/+9 | ||
2021-10-29 | fix: add missing quotation in sample zsh config | 1 | -1/+1 | ||
2021-10-28 | - Fix consistentcy issue with runtime hash | 1 | -6/+21 | ||
- Fix edgecases in strings.eqlComptime by simplifying the implementation | |||||
2021-10-28 | Explicitly check content type | 2 | -38/+19 | ||
2021-10-28 | Fix spacing, add check that the version matches before we push | 1 | -1/+1 | ||
2021-10-28 | Update upgrade_command.zig | 1 | -0/+1 | ||
2021-10-28 | Upgrade checker + polish for `bun upgrade` | 2 | -38/+96 | ||
2021-10-28 | New subcommand: `bun upgrade`. It upgrades bun to the latest version. | 3 | -1/+634 | ||
2021-10-26 | [bun run] Fix passthrough behavior | 1 | -2/+40 | ||
2021-10-26 | [bun run] Add `node_modules/.bin` in reverse order, print failure on exit code | 1 | -6/+33 | ||
2021-10-26 | New subcommand: `bun run` run scripts in package.json really fast | 2 | -2/+611 | ||
2021-10-25 | [.env loader] Add CLI flag to dump loaded environment variables as JSON | 2 | -10/+4 | ||
2021-10-24 | [internal] :scissors: dead code | 1 | -1/+0 | ||
2021-10-23 | Remove unused feature flag `parallel_bun` | 1 | -62/+33 | ||
2021-10-23 | [internal] Remove more dead code, add script to find .zig files that aren't ↵ | 1 | -26/+0 | ||
imported by other .zig files | |||||
2021-10-17 | Add `--open` flag to `bun create` | 1 | -0/+20 | ||
2021-10-16 | bump! | 1 | -4/+7 | ||
2021-10-16 | Improve support for Create React Appbun-v0.0.36jarred/add-git | 1 | -11/+130 | ||
2021-10-16 | Support GitHub repositories, transform package.json to better fit Bun's usage | 1 | -398/+1176 | ||
2021-10-15 | Latest | 1 | -0/+2 | ||
2021-10-15 | Cleanup makefile to get libiconv setup for linux | 1 | -206/+0 | ||
2021-10-15 | Polish | 1 | -109/+545 | ||
2021-10-14 | :sparkle: | 1 | -178/+231 | ||
2021-10-14 | Support local templates | 1 | -17/+176 | ||
2021-10-14 | Support passing an absolute path | 1 | -105/+203 | ||
2021-10-14 | `bun create react app` is almost done | 2 | -5/+829 | ||
2021-10-13 | Add TLS 1.3 support, improve fetch() HTTPS performance | 2 | -0/+67 | ||
2021-10-06 | Add support for reading JSX config from tsconfig.json | 1 | -1/+3 | ||
2021-09-24 | Remove `cache_files` since it's not used and causes slower Bun compilation times | 2 | -5/+5 | ||
2021-09-22 | Print how many lines of code was parsed in `bun bun` | 1 | -1/+30 | ||
2021-09-20 | Always log errors when generating node_modules.server.bun | 1 | -1/+11 | ||
2021-09-16 | Colorize build/resolve errors and add a ^ | 2 | -9/+21 | ||
2021-09-11 | bun:error.js into separate module, ensure we don't include fast refresh in ↵ | 1 | -0/+1 | ||
Bun.js, log build errors to browser console, don't warn for node_modules, | |||||
2021-08-31 | Fallback, fragments, printer compat, better errors | 1 | -2/+2 | ||
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb | |||||
2021-08-23 | Fix resolve bug with mixed-case node_modules | 1 | -2/+5 | ||
Former-commit-id: 5bdae0ee491e28b49ceed6136f04e0c1feddc808 | |||||
2021-08-23 | Use mimalloc for a 10% boost | 1 | -2/+2 | ||
Former-commit-id: 044e11d720bc6742dc53b30b4e88e8be7e76c419 | |||||
2021-08-17 | log error on respondWith rejection, | 2 | -2/+6 | ||
Former-commit-id: 8f6312a17dc9811d54e4dc31d9ada68e98bae891 | |||||
2021-08-17 | alright thats the rename | 6 | -0/+421 | ||
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753 |