Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-05 | add creating discord bots to readme | 1 | -1/+2 | ||
2022-07-05 | Bump discord-interactions template | 2 | -4/+7 | ||
2022-07-05 | nitpicks | 1 | -1/+1 | ||
2022-07-05 | more examples | 3 | -1/+73 | ||
2022-07-05 | TLA & typescript | 4 | -6/+36 | ||
2022-07-05 | discord interactions template | 9 | -0/+208 | ||
2022-06-12 | ArrayBufferSink works and it's good. | 1 | -0/+214 | ||
2022-05-16 | remove bad examples | 3 | -21/+0 | ||
2022-05-16 | `bun:sqlite` (#167) | 3 | -0/+21 | ||
* :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-08 | Create change-array-by-copy.js | 1 | -0/+11 | ||
2022-05-08 | Update http-file.ts | 1 | -5/+1 | ||
2022-05-03 | Update add.rs | 1 | -1/+1 | ||
2022-05-03 | Add docs for FFI | 3 | -0/+25 | ||
2022-04-13 | Add sha hashing example | 1 | -0/+68 | ||
2022-04-11 | Update http-stop.ts | 1 | -3/+5 | ||
2022-04-11 | Add example for stopping HTTP server | 1 | -6/+4 | ||
2022-04-11 | [bun.js] Add a `Server.stop` function | 2 | -1/+12 | ||
2022-04-08 | [bun-framework-next] Fix missing scripts | 1 | -2/+2 | ||
2022-04-07 | example | 1 | -1/+1 | ||
2022-04-07 | Update html-rewriter.ts | 1 | -9/+9 | ||
2022-04-07 | Update http-file.ts | 1 | -7/+8 | ||
2022-04-07 | [bun.js] Add `baseURI` support to HTTP server | 1 | -1/+1 | ||
2022-04-07 | More types | 2 | -11/+16 | ||
2022-04-07 | add GC output constraints | 1 | -3/+3 | ||
I don't fully understand what this does but it sounds good! | |||||
2022-04-06 | tweak examples | 3 | -6/+4 | ||
2022-04-06 | [bun.js] Add stdout, stderr, stdin to Bun and support sendfile() + splice() | 11 | -2/+6 | ||
2022-04-05 | Fix ssl example | 1 | -5/+4 | ||
2022-04-05 | fix example | 1 | -10/+10 | ||
2022-04-05 | Update http-file.ts | 1 | -1/+0 | ||
2022-04-04 | Fix missing | 2 | -1/+8 | ||
2022-04-04 | Update http-file.ts | 1 | -3/+3 | ||
2022-04-04 | fix https | 1 | -7/+3 | ||
2022-04-03 | Add HTMLRewriter proxy example | 1 | -0/+51 | ||
2022-04-03 | Fix the types | 1 | -9/+1 | ||
2022-04-03 | cleanup a few things | 1 | -0/+5 | ||
2022-04-01 | http file example | 2 | -0/+25 | ||
2022-03-30 | Add bun.hash example | 1 | -0/+18 | ||
2022-03-27 | Add Bun.mmap example | 3 | -0/+34 | ||
2022-03-27 | Create tsconfig.json | 1 | -0/+6 | ||
2022-03-26 | Create htttp.ts | 1 | -0/+35 | ||
2022-03-25 | [bun.js] configuration and error handling for HTTP server | 1 | -0/+15 | ||
2022-03-24 | Bun.openInEditor | 1 | -0/+23 | ||
2022-02-27 | WASM | 1 | -2/+0 | ||
2022-02-24 | slightly clean up react example | 5 | -55/+2 | ||
2022-02-24 | [bun-framework-next] Support Next.js 12.1 | 2 | -3/+4 | ||
2021-11-15 | [examples] React 18 is now beta | 2 | -4/+4 | ||
2021-11-05 | :camera: Snapshots | 2 | -2/+2 | ||
2021-11-03 | Bump once again (bun create requires git-public versions) | 2 | -2/+2 | ||
2021-11-03 | Bump next version | 3 | -3/+3 | ||
2021-11-02 | [examples] Display Next.js version in example | 3 | -7/+8 | ||