Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-23 | Merge pull request #65 from Jarred-Sumner/bun-framework-next-actions | 14 | -191/+1958 | ||
Begin working on CI tasks for bun-framework-next | |||||
2021-11-23 | update Next version on global | 1 | -1/+1 | ||
2021-11-23 | Update build-id | 1 | -1/+1 | ||
2021-11-23 | fix shallow routing | 1 | -4/+6 | ||
2021-11-23 | remove comment | 1 | -1/+0 | ||
2021-11-23 | add react-dom as devDep | 1 | -0/+1 | ||
2021-11-23 | stop installing textencoder | 3 | -2/+308 | ||
2021-11-23 | begin addressing more feedback | 1 | -3/+3 | ||
2021-11-22 | remove .then | 1 | -12/+3 | ||
2021-11-22 | another try | 2 | -5/+1 | ||
2021-11-22 | add type fns | 1 | -1/+4 | ||
2021-11-22 | try adding lib.ts | 1 | -0/+1 | ||
2021-11-22 | update copy | 1 | -1/+1 | ||
2021-11-22 | add typechecking to action | 1 | -1/+1 | ||
2021-11-22 | ts-expect-error the remaining ts-errors | 3 | -6/+25 | ||
2021-11-22 | misc | 2 | -20/+11 | ||
2021-11-22 | add prettier to root | 5 | -320/+10 | ||
2021-11-22 | another try | 1 | -1/+1 | ||
2021-11-22 | remove filter from action | 1 | -4/+1 | ||
2021-11-22 | remove workspace caching | 1 | -9/+1 | ||
2021-11-22 | reset file | 1 | -1/+0 | ||
2021-11-22 | remove pnpm-workspace | 1 | -2/+0 | ||
2021-11-22 | remove unused proxy shim | 1 | -36/+2 | ||
2021-11-22 | remove export from empty | 1 | -2/+0 | ||
2021-11-22 | begin working on renderDocument | 1 | -6/+17 | ||
2021-11-22 | fix lockfile | 2 | -2/+0 | ||
2021-11-22 | continue fixing typescript errors | 7 | -32/+93 | ||
2021-11-22 | add empty.js | 1 | -1/+1 | ||
2021-11-22 | mv empty.tsx -> empty.js | 2 | -5/+5 | ||
2021-11-22 | consolidate empty files / references to one empty.tsx | 4 | -5/+9 | ||
2021-11-22 | add typescript checking | 3 | -30/+1602 | ||
2021-11-22 | move into workflows folder | 1 | -1/+6 | ||
2021-11-22 | begin working on CI tasks for bun-framework-next | 4 | -39/+206 | ||
2021-11-21 | Fix loading CSS benchmarkbun-v0.0.51 | 4 | -13914/+11 | ||
2021-11-21 | Bump bun-framework-next | 1 | -1/+1 | ||
2021-11-21 | add env var for disabling bun.js SSR | 1 | -1/+1 | ||
2021-11-21 | [bun-framework-next] Fix React 18 in fallback mode | 1 | -5/+6 | ||
2021-11-21 | [HMR] Large perf improvement for JS hot reloads at runtime | 2 | -8/+50 | ||
From benchmarking, I noticed that a lot of time was spent running `HMRModule.update()`. We don't need to call that function if updates for the same module ID have not changed any exports | |||||
2021-11-19 | Merge pull request #68 from mfeckie/docs/dev | 1 | -6/+35 | ||
Docs/dev | |||||
2021-11-20 | Add information about code signing | 1 | -6/+17 | ||
2021-11-20 | Add information about node modules | 1 | -0/+18 | ||
2021-11-16 | Update build-idbun-v0.0.50 | 1 | -1/+1 | ||
2021-11-16 | Update fixtures.zig | 1 | -0/+11 | ||
2021-11-16 | [router] Improve test coverage & handle case-sensitive static routes better | 1 | -3/+140 | ||
2021-11-16 | [router] Fix case sensitivity bug with route params | 1 | -2/+2 | ||
2021-11-16 | [router] Tweak sorting order & update routing tests | 3 | -22/+60 | ||
2021-11-16 | [router] Update router tests | 1 | -75/+84 | ||
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 | ||