Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-19 | Delete long-broken package which is causing confusion | 1 | -463/+0 | ||
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 1 | -18/+18 | ||
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2022-07-29 | Update bun-framework-next for Compatibility with Next 12.2+ (#920) | 1 | -3/+23 | ||
2022-04-08 | [bun-framework-next] Fix missing scripts | 1 | -108/+15 | ||
2022-04-08 | Fix Next.js stylesheet bug | 1 | -15/+108 | ||
2022-04-06 | Update client.development.tsx | 1 | -3/+12 | ||
2022-03-30 | [bun-framework-next] Support Next 12.1.3 & React 18 | 1 | -3/+11 | ||
2022-02-25 | be more careful | 1 | -4/+5 | ||
2022-02-24 | [bun-framework-next] Remove TextEncoder & TextDecoder polyfills | 1 | -17/+18 | ||
2021-12-22 | [bun-framework-next] Handle edgecase where for some reason the document ↵bun-v0.0.59 | 1 | -1/+1 | ||
returned was empty | |||||
2021-11-23 | update Next version on global | 1 | -1/+1 | ||
2021-11-23 | fix shallow routing | 1 | -4/+6 | ||
2021-11-23 | remove comment | 1 | -1/+0 | ||
2021-11-22 | ts-expect-error the remaining ts-errors | 1 | -0/+3 | ||
2021-11-22 | continue fixing typescript errors | 1 | -25/+34 | ||
2021-11-21 | [bun-framework-next] Fix React 18 in fallback mode | 1 | -5/+6 | ||
2021-11-10 | remove a bunch of dead code / unused variables | 1 | -4/+1 | ||
2021-11-08 | Disable Object.freeze | 1 | -14/+0 | ||
2021-11-08 | [bun-framework-next] Use WeakSet for slightly better perf | 1 | -2/+3 | ||
2021-11-08 | tweak | 1 | -2/+8 | ||
2021-11-08 | rename polyfills, polyfill Object.feeze | 1 | -0/+7 | ||
2021-11-07 | misc cleanup for bun-framework-nextnext-cleanup | 1 | -10/+3 | ||
2021-11-02 | Next.js 12 support | 1 | -25/+53 | ||
2021-10-25 | Fix rendering with Next.js after latest changes to route api | 1 | -1/+1 | ||
2021-10-20 | rewrote most of the router | 1 | -32/+3 | ||
2021-10-17 | [bun-framework-next] Fix when the project does not define a `_app` page | 1 | -6/+12 | ||
2021-09-11 | bun:error.js into separate module, ensure we don't include fast refresh in ↵ | 1 | -1/+0 | ||
Bun.js, log build errors to browser console, don't warn for node_modules, | |||||
2021-09-09 | currentjarred/fetch-experiment | 1 | -2/+3 | ||
2021-09-05 | Move | 1 | -0/+415 | ||
Former-commit-id: b795168d774fa0b3dcde7955e30baa0eefbc88ab |