Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-19 | Delete long-broken package which is causing confusion | 15 | -1884/+0 | ||
2023-02-17 | update `bun.lockb`s (#2101) | 1 | -0/+0 | ||
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 7 | -61/+68 | ||
* 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-09-25 | Update package.json | 1 | -1/+1 | ||
2022-09-23 | Fix issue with react-is in bun-framework-next | 1 | -2/+2 | ||
2022-08-28 | Update package.json | 1 | -1/+1 | ||
2022-08-09 | Delete server polyfill | 2 | -17/+0 | ||
2022-08-08 | Update example Next app to 12.2 (#1033) | 1 | -8/+2 | ||
* Update bun-framework-next for version 12.2 * Match on minor version for next peer dependency per compatibility issues * Update example next app packages per 12.2 integration * Update next version warning per minor version compatibility changes Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2022-07-29 | Update bun-framework-next for Next 12.2 | 2 | -5/+10 | ||
2022-07-29 | Update bun-framework-next for Compatibility with Next 12.2+ (#920) | 3 | -20/+28 | ||
2022-07-10 | clarify launch step (#534) | 1 | -2/+4 | ||
2022-07-05 | [bun-framework-next] Bump | 4 | -5/+5 | ||
2022-04-10 | Fix type errors | 1 | -1/+1 | ||
2022-04-08 | [bun-framework-next] Fix missing scripts | 3 | -127/+35 | ||
2022-04-08 | Fix Next.js stylesheet bug | 6 | -53/+181 | ||
2022-04-07 | [bun.js] Add `baseURI` support to HTTP server | 1 | -6/+6 | ||
2022-04-06 | Update client.development.tsx | 1 | -3/+12 | ||
2022-04-06 | Support newer next | 1 | -21/+44 | ||
2022-04-05 | wipbun-v0.0.74 | 2 | -28/+32 | ||
2022-04-05 | Add update message | 1 | -0/+13 | ||
2022-03-30 | [bun-framework-next] Support Next 12.1.3 & React 18 | 4 | -18/+86 | ||
2022-03-30 | [bun-framework-next] Remove unnecessary polyfills | 2 | -655/+0 | ||
2022-03-30 | Don't need to import react here | 1 | -1/+0 | ||
2022-02-27 | WASM | 1 | -0/+0 | ||
2022-02-25 | be more careful | 3 | -6/+11 | ||
2022-02-24 | [bun-framework-next] Support Next.js 12.1 | 4 | -22/+42 | ||
2022-02-24 | [bun-framework-next] Remove TextEncoder & TextDecoder polyfills | 3 | -340/+19 | ||
2022-01-02 | copy: replace Bun with bun (#99) | 2 | -2/+2 | ||
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner" | |||||
2022-01-01 | [bun-framework-next] Omit the absolute URLs | 1 | -4/+2 | ||
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-12-22 | [bun-framework-next] Bump | 1 | -1/+1 | ||
2021-12-22 | [bun-framework-next] fix ts errors | 1 | -2/+31 | ||
2021-12-22 | Fix URL() in bun-framework-next | 4 | -19/+658 | ||
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-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 | ts-expect-error the remaining ts-errors | 3 | -6/+25 | ||
2021-11-22 | misc | 2 | -20/+11 | ||
2021-11-22 | add prettier to root | 3 | -315/+5 | ||
2021-11-22 | reset file | 1 | -1/+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 | ||