Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-16 | [internal] Fix issue with tests | 1 | -2/+2 | ||
2021-11-16 | [router] Fix bug with dynamic route params for route segments in the middle | 1 | -1/+1 | ||
2021-11-16 | [router] small cleanup | 1 | -5/+7 | ||
2021-11-16 | [router] Fix edgecase with trailing slashes in directory path | 1 | -1/+3 | ||
2021-11-15 | :camera: Snapshotsbun-v0.0.49 | 6 | -2/+124 | ||
2021-11-15 | [examples] React 18 is now beta | 2 | -4/+4 | ||
2021-11-15 | Fix #66 | 3 | -2/+14 | ||
embarassing! | |||||
2021-11-15 | [bun dev] When `--disable-bun.js` flag is passed, don't send 500s for ↵ | 1 | -1/+12 | ||
rendering the fallback | |||||
2021-11-15 | Bump | 1 | -1/+1 | ||
2021-11-15 | [JS Printer] Don't escape slashes | 1 | -0/+1 | ||
2021-11-15 | [internal] `const` is faster than `var` (in Zig! not javascript) | 1 | -2/+2 | ||
2021-11-15 | [JS Printer] Fix bug with template literals | 3 | -11/+41 | ||
2021-11-11 | slightly reduce reallocations | 1 | -4/+4 | ||
2021-11-11 | [JSON Parser] Improve perf by 2%-4% | 2 | -13/+77 | ||
We warn when a JSON object has duplicate keys, but detecting duplicate keys has a cost. Now the hash table used for deduping keys is pooled instead of reallocated each time This also removes a call to potentially resize object properties and arrays to their smallest possible size. Resizing an array can be expensive | |||||
2021-11-10 | Merge pull request #64 from Jarred-Sumner/unused-vars | 4 | -44/+6 | ||
2021-11-10 | Update README.md | 1 | -1/+17 | ||
2021-11-10 | remove a bunch of dead code / unused variables | 4 | -44/+6 | ||
2021-11-09 | fixup | 1 | -8/+2 | ||
2021-11-09 | fix linux build | 1 | -2/+2 | ||
2021-11-09 | Fix missing symbol error for pre-macOS 11bun-v0.0.48 | 5 | -10/+591 | ||
2021-11-09 | Bump | 1 | -1/+1 | ||
2021-11-09 | Merge pull request #63 from KishanBagaria/kb/fix-catalina | 1 | -2/+3 | ||
clang: add -mmacosx-version-min flag | |||||
2021-11-09 | clang flags: add -mmacosx-version-min flag | 1 | -2/+3 | ||
fixes #55 | |||||
2021-11-08 | :camera: | 5 | -2/+24 | ||
2021-11-08 | Disable Object.freeze | 2 | -14/+14 | ||
2021-11-08 | [bun-framework-next] Use WeakSet for slightly better perf | 1 | -2/+3 | ||
2021-11-08 | Merge pull request #61 from Jarred-Sumner/tweak-bun-framework-next | 3 | -1/+14 | ||
Rename polyfills, polyfill Object.feeze | |||||
2021-11-08 | tweak | 1 | -2/+8 | ||
2021-11-08 | [JS Printer] Fix bug with optional chain | 8 | -9/+110 | ||
2021-11-08 | use new name | 1 | -1/+1 | ||
2021-11-08 | rename polyfills, polyfill Object.feeze | 2 | -0/+7 | ||
2021-11-07 | Merge branch 'main' of github.com:Jarred-Sumner/bun | 1 | -0/+0 | ||
2021-11-07 | Update Makefile | 1 | -0/+3 | ||
2021-11-07 | Merge pull request #60 from Jarred-Sumner/remove-empty-file | 1 | -0/+0 | ||
Remove another empty file | |||||
2021-11-07 | remove another empty file | 1 | -0/+0 | ||
2021-11-07 | Update package.json | 1 | -1/+1 | ||
2021-11-07 | Add main/module to bun-framework-next | 2 | -0/+3 | ||
2021-11-07 | Merge pull request #59 from Jarred-Sumner/react-refresh | 1 | -0/+3 | ||
add react-refresh as a devDep for bun-framework-next | |||||
2021-11-07 | add react-refresh as a devDep for bun-framework-next | 1 | -0/+3 | ||
2021-11-07 | Merge branch 'main' of github.com:Jarred-Sumner/bun | 7 | -40/+196 | ||
2021-11-07 | [bun run] Remove unnecessary code | 1 | -7/+0 | ||
2021-11-07 | [resolver] Fix race condition that can cause the elapsed counter to integer ↵ | 1 | -2/+6 | ||
overflow | |||||
2021-11-07 | Merge pull request #58 from Jarred-Sumner/next-cleanup | 7 | -40/+196 | ||
misc cleanup for bun-framework-next | |||||
2021-11-07 | misc cleanup for bun-framework-nextnext-cleanup | 7 | -40/+196 | ||
2021-11-07 | Improve ZSH completionsbun-v0.0.46 | 3 | -61/+484 | ||
2021-11-07 | [bun run] Filter out builtin commands from showing up at the top | 1 | -17/+13 | ||
2021-11-07 | [bun run] Filter out js files that start with `.` from completions | 1 | -1/+1 | ||
2021-11-07 | [bun run] Filter out `post*` and `pre*` from the completions | 1 | -1/+17 | ||
2021-11-07 | [zsh] Better zsh completions install dir guessing | 1 | -29/+26 | ||
2021-11-06 | [internal] Generated files | 3 | -8/+2 | ||