Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-09 | [node compat] Implement `require.resolve` | 4 | -9/+137 | ||
2022-08-09 | Delete server polyfill | 2 | -17/+0 | ||
2022-08-09 | Fix static require by setting the state machine manually (#1034) | 2 | -1/+7 | ||
2022-08-08 | Update example Next app to 12.2 (#1033) | 2 | -10/+4 | ||
* 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-08-08 | Raise error on unhandled rejected promises (#1010) | 8 | -6/+58 | ||
* deal with unhandled rejected promise * use Vector<Strong<JSPromise>> to store rejected promises | |||||
2022-08-08 | Flip boolean | 1 | -2/+2 | ||
2022-08-08 | Fix baseline builds once again | 1 | -11/+93 | ||
2022-08-08 | fix compiling error on linux (#1027) | 1 | -1/+2 | ||
2022-08-08 | Update JSSQLStatement.cpp | 1 | -2/+2 | ||
2022-08-08 | fix segfault for query().all() with more than 64 properties (#1025) | 2 | -57/+62 | ||
* fix segfault for query().all() with more than 64 properties * Update src/bun.js/bindings/sqlite/JSSQLStatement.cpp Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2022-08-08 | refactor(src/install): clap readability fixes (#1024) | 1 | -6/+6 | ||
Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
2022-08-07 | bun link fixture | 11 | -0/+266 | ||
2022-08-07 | [bun install] Increase "slow filesystem detected" notice | 1 | -1/+1 | ||
2022-08-07 | [misc] fix typo | 1 | -1/+1 | ||
2022-08-07 | [bun install] Implement `bun link` | 13 | -80/+854 | ||
2022-08-07 | [misc] Don't spam `protect` / `unprotect` in debug logs | 1 | -1/+1 | ||
2022-08-07 | Improve memlock limit error | 1 | -0/+29 | ||
2022-08-07 | [bun install] Implement `symlink` backend | 2 | -49/+247 | ||
Fixes https://github.com/oven-sh/bun/issues/1017 | |||||
2022-08-07 | [misc] Microptimize directory tree walker | 1 | -3/+18 | ||
2022-08-07 | Update bun.lockb | 1 | -0/+0 | ||
2022-08-07 | re-register setInterval to VM after completion (#1014) | 1 | -0/+3 | ||
2022-08-06 | Update Dockerfile | 1 | -1/+1 | ||
2022-08-06 | Ensure cache invalidation for building bun | 3 | -9/+22 | ||
2022-08-06 | Ensure correct directory for linking WebKit | 2 | -0/+24 | ||
2022-08-06 | [wiptest] fix calling toBe in describe (#1000) | 1 | -0/+20 | ||
2022-08-05 | Refresh all the bun.lockbbun-v0.1.7 | 3 | -0/+0 | ||
2022-08-05 | [BREAKING][bun install] Invalidate all the lockfiles | 1 | -1/+5 | ||
2022-08-05 | [bun install] Support authenticated registries | 1 | -4/+6 | ||
2022-08-05 | [bun install] Support private registries & private scopes | 6 | -43/+124 | ||
2022-08-05 | Fix https://github.com/oven-sh/bun/issues/996 | 1 | -6/+4 | ||
2022-08-05 | Fix error message in install script | 1 | -1/+2 | ||
2022-08-05 | Fix baseline detection for macOS x64 | 1 | -1/+1 | ||
2022-08-05 | Update README for development help (#982) | 1 | -7/+16 | ||
* Add info on Docker (was undockumented) I'm actually just assuming Docker is required on all systems. Feel free to correct me lol * Update README with info on newer devcontainer cli since `devcontainer open` is no longer supported * Update README - Troubleshooting steps * Update README.md * Update README.md Fixing Jarred's correction on https://github.com/oven-sh/bun/pull/982, plus some better organization * Update README.md Forgot to include remote containers extension; added Troubleshooting (general) link to the table of contents | |||||
2022-08-05 | feat(util): support for util.TextDecoder (#990) | 4 | -56/+79 | ||
* build:(landing) automated website build * Revert "build:(landing) automated website build" This reverts commit ddee8485fd8b76160962c410b885e17aaff95b4e. * feat(util): support for util.TextDecoder * tests(util): add TextDecoder * tests: seperate text-decoder Co-authored-by: xHyroM <xHyroM@users.noreply.github.com> | |||||
2022-08-05 | benchmarks(sqlite): invalid northwind database url (#989) | 1 | -2/+2 | ||
* build:(landing) automated website build * Revert "build:(landing) automated website build" This reverts commit ddee8485fd8b76160962c410b885e17aaff95b4e. * benchmarks(sqlite): fix invalid northwind database url Co-authored-by: xHyroM <xHyroM@users.noreply.github.com> | |||||
2022-08-05 | Fix of panic in threads while downloading scoped packages (#992) | 1 | -118/+120 | ||
2022-08-05 | Fix for bearer tokens missing from request headers on bun install step (#991) | 2 | -1/+24 | ||
2022-08-05 | Convert landing page to zero-JS Next.js application. (#945) | 18 | -4184/+262 | ||
2022-08-04 | [misc] Add `bun init` to `bun help` | 1 | -1/+2 | ||
2022-08-04 | [misc] Make the macOS builds faster | 4 | -4/+4 | ||
2022-08-04 | [bun init] Add a test | 3 | -8/+42 | ||
2022-08-04 | [misc] Add `bun-types` to repo | 3 | -3/+4 | ||
2022-08-04 | [bun:sqlite] Fix crash when > 64 columns | 2 | -3/+65 | ||
Fixes https://github.com/oven-sh/bun/issues/987 | |||||
2022-08-04 | allow setting status code in Response.redirect (#985) | 1 | -1/+1 | ||
2022-08-04 | Implement `bun init` subcommand | 12 | -20/+676 | ||
2022-08-04 | [bun create] Allow custom `start` commands | 1 | -3/+14 | ||
2022-08-04 | Allow timer with 0 -> 1 | 1 | -6/+3 | ||
2022-08-04 | [bun upgrade] Prepare for version strings with a space | 1 | -6/+18 | ||
2022-08-04 | `setImmediate` is now a global | 1 | -10/+46 | ||
2022-08-04 | [node.js compat] make `var {isBuffer} = Buffer;` work | 1 | -8/+4 | ||