Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-19 | [bun de] Fix crash when printing source maps | 2 | -29/+16 | ||
2022-05-19 | move js_parser to src/ | 2 | -18212/+18211 | ||
2022-05-19 | [solid] wip make nested components work | 1 | -80/+97 | ||
2022-05-19 | Symbols | 1 | -9/+13 | ||
2022-05-19 | [wip] Solid.js support for Bun! | 15 | -39/+1203 | ||
2022-05-16 | add a test | 2 | -0/+35 | ||
2022-05-16 | Update README.md | 1 | -3/+3 | ||
2022-05-16 | Update types.d.ts | 1 | -10/+2 | ||
2022-05-16 | Update download-northwind.sh | 1 | -1/+3 | ||
2022-05-16 | Still not correct!bun-v0.0.83 | 3 | -6/+3 | ||
2022-05-16 | Update README.md | 1 | -1/+11 | ||
2022-05-16 | Update serve.test.ts | 1 | -1/+1 | ||
2022-05-16 | work around test failure | 2 | -3/+5 | ||
2022-05-16 | Update sqlite3.c | 1 | -1/+1 | ||
2022-05-16 | Fix build error on linux | 2 | -6/+6 | ||
2022-05-16 | Update Makefile | 1 | -0/+1 | ||
2022-05-16 | Update sqlite.d.ts | 1 | -2/+2 | ||
2022-05-16 | remove bad examples | 4 | -22/+1 | ||
2022-05-16 | Fix type errors | 3 | -10/+909 | ||
2022-05-16 | Bump | 4 | -6/+6 | ||
2022-05-16 | prepare for release | 3 | -159/+279 | ||
2022-05-16 | Update JSSQLStatement.cpp | 1 | -14/+19 | ||
2022-05-16 | Copy strings when binding to sqlite | 2 | -4/+4 | ||
2022-05-16 | Update README.md | 1 | -2/+2 | ||
2022-05-16 | reset on stmt on error | 3 | -10/+63 | ||
2022-05-16 | Update README.md | 1 | -1/+1 | ||
2022-05-16 | Update README.md | 1 | -20/+20 | ||
2022-05-16 | Update README.md | 1 | -37/+37 | ||
2022-05-16 | Update README.md | 1 | -1/+1 | ||
2022-05-16 | Update sqlite.d.ts | 1 | -1/+1 | ||
2022-05-16 | Update .gitattributes | 1 | -0/+2 | ||
2022-05-16 | Update README.md | 1 | -17/+17 | ||
2022-05-16 | Update README.md | 1 | -1/+1 | ||
2022-05-16 | Update README.md | 1 | -34/+34 | ||
2022-05-16 | Update README.md | 1 | -27/+90 | ||
2022-05-16 | Update README.md | 1 | -3/+3 | ||
2022-05-16 | Update README.md | 1 | -19/+17 | ||
2022-05-16 | Update README.md | 1 | -1/+1 | ||
2022-05-16 | `bun:sqlite` (#167) | 52 | -136/+258362 | ||
* :scissors: * Add the slow version * draw the rest of the owl * Fix crash when allocating lots of memory * [Bun.Transipiler] Support passing objects * [JS Parser] Support passing objects to macros via Bun.Transpiler * Update JSSQLStatement.cpp * Embed SQLite * Add SQLite to Dockerfile * [sqlite] Add quick one-off queries without creating a whole object * [sqlite] Add `columnsCount`, rename raw() to `values()`, remove `rebind` * Implement `bun:sqlite` * return null * Fix updating query * Update bun.d.ts * more tests * Support variadic arguments, write tests and add types * Update sqlite.d.ts * Update sqlite.d.ts * latest * Implement `Database.loadExtension` and `Database.setCustomSQLite` * Support `require.resolve` * [napi] Improve string performance * [bun.js] Support some of `node:module` * another test * [sqlite] Support serialize & deserialize * [`bun:ffi`] Implement `CFunction` and `linkSymbols` * [bun.js] Fix crash in `Buffer.from` * Update sqlite.test.js * Document linkSymbols * docs * Update README.md | |||||
2022-05-16 | Add go and esbuild to build instructions (#169) | 2 | -1/+2 | ||
2022-05-12 | wrangler 2 released (#166) | 1 | -1/+1 | ||
2022-05-11 | Update README.md | 1 | -1/+1 | ||
2022-05-11 | Update README.md | 1 | -2/+3 | ||
2022-05-11 | Add section about napi | 1 | -0/+37 | ||
2022-05-11 | Update README.mdbun-v0.0.82 | 1 | -2/+6 | ||
2022-05-11 | Update build-id | 1 | -1/+1 | ||
2022-05-11 | Fix several bugs in napi | 3 | -22/+54 | ||
Closes https://github.com/Jarred-Sumner/bun/issues/163 Closes https://github.com/Jarred-Sumner/bun/issues/162 Closes https://github.com/Jarred-Sumner/bun/issues/161 | |||||
2022-05-11 | Make the napi mjs file runnable in both bun & node | 1 | -7/+6 | ||
2022-05-11 | Update build-idbun-v0.0.81 | 1 | -1/+1 | ||
2022-05-11 | disable the new target allowed error | 1 | -4/+5 | ||