Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-21 | [Bun.js] Fix `SyntaxError` not showing source file or line number | 1 | -1/+24 | ||
2021-10-20 | Fix index + static route | 1 | -2/+4 | ||
2021-10-20 | rewrote most of the router | 19 | -1397/+1657 | ||
2021-10-18 | Starting to rewrite the router to fix some bugs and support catch-all + ↵ | 8 | -143/+1203 | ||
optional routes | |||||
2021-10-17 | Update README.md | 1 | -0/+10 | ||
2021-10-17 | Bump to latest | 1 | -1/+1 | ||
2021-10-17 | [bun-framework-next] Fix when the project does not define a `_app` page | 2 | -6/+16 | ||
2021-10-17 | Add `--open` flag to `bun create` | 1 | -0/+20 | ||
2021-10-17 | Slight cleanup | 4 | -43/+23 | ||
2021-10-16 | Update README.md | 1 | -2/+17 | ||
2021-10-16 | Update README.md | 1 | -2/+9 | ||
2021-10-16 | bump! | 4 | -8/+22 | ||
2021-10-16 | Improve support for Create React Appbun-v0.0.36jarred/add-git | 2 | -12/+137 | ||
2021-10-16 | Update js_ast.zig | 1 | -0/+17 | ||
2021-10-16 | Support GitHub repositories, transform package.json to better fit Bun's usage | 3 | -404/+1180 | ||
2021-10-16 | more strings | 2 | -3/+28 | ||
2021-10-16 | Ensure `self` is always defined | 1 | -0/+1 | ||
2021-10-16 | Fix edgecase in Transfer-Encoding chunked | 1 | -3/+2 | ||
2021-10-15 | Cleanup | 5 | -7/+9 | ||
2021-10-15 | Bump the versionbun-v0.0.35 | 2 | -2/+2 | ||
2021-10-15 | Latest | 5 | -14/+1360 | ||
2021-10-15 | :camera: | 2 | -2/+4 | ||
2021-10-15 | Fix static libarchive build | 1 | -2/+5 | ||
2021-10-15 | Merge branch 'main' of github.com:Jarred-Sumner/bun | 10 | -1377/+154 | ||
2021-10-15 | Bump s2n-tls | 1 | -0/+0 | ||
2021-10-15 | Linux build fixes | 11 | -1377/+154 | ||
2021-10-15 | Update Makefile | 1 | -1/+2 | ||
2021-10-15 | Cleanup makefile to get libiconv setup for linux | 4 | -2416/+9 | ||
2021-10-15 | Update Makefile | 1 | -5/+5 | ||
2021-10-15 | Update Makefile | 1 | -1/+1 | ||
2021-10-15 | Merge branch 'jarred/gen' | 90 | -18545/+8080 | ||
2021-10-15 | update makefilejarred/gen | 3 | -16/+23 | ||
2021-10-15 | Polish | 13 | -208/+2907 | ||
2021-10-14 | :sparkle: | 11 | -18245/+296 | ||
2021-10-14 | Update README.md | 1 | -2/+2 | ||
2021-10-14 | Update README.md | 1 | -2/+9 | ||
2021-10-14 | Update README.md | 1 | -9/+8 | ||
2021-10-14 | Update README.md | 1 | -0/+3 | ||
2021-10-14 | Update README.md | 1 | -1/+2 | ||
2021-10-14 | Update README.md | 1 | -107/+107 | ||
2021-10-14 | Support local templates | 8 | -145/+558 | ||
2021-10-14 | Update router.zig | 1 | -0/+212 | ||
2021-10-14 | Support passing an absolute path | 4 | -171/+313 | ||
2021-10-14 | Update bun-create.md | 1 | -2/+6 | ||
2021-10-14 | Update bun-create.md | 1 | -1/+1 | ||
2021-10-14 | Add doc explaining bun-create | 3 | -3/+60 | ||
2021-10-14 | `bun create react app` is almost done | 27 | -57/+1561 | ||
2021-10-13 | v0.0.0v0.0.0 | 1 | -1/+2 | ||
2021-10-13 | [fetch] Slight perf improvement | 1 | -0/+4 | ||
2021-10-13 | `--turbo` mode for fetch cli, which disables sending TLS shutdown | 2 | -2/+5 | ||