Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-22 | change the directory structurejarred/rename | 1 | -1304/+0 | ||
2022-06-07 | Web Streams API (#176) | 1 | -5/+18 | ||
* [bun.js] `WritableStream`, `ReadableStream`, `TransformStream`, `WritableStreamDefaultController`, `ReadableStreamDefaultController` & more * Implement `Blob.stream()` * Update streams.test.js * Fix sourcemaps crash * [TextEncoder] 3x faster in hot loops * reading almost works * start to implement native streams * Implement `Blob.stream()` * Implement `Bun.file(pathOrFd).stream()` * Add an extra function * [fs.readFile] Improve performance * make jsc bindings a little easier to work with * fix segfault * faster async/await + readablestream optimizations * WebKit updates * More WebKit updates * Add releaseWEakrefs binding * `bun:jsc` * More streams * Update streams.test.js * Update Makefile * Update mimalloc * Update WebKit * Create bun-jsc.test.js * Faster ReadableStream * Fix off by one & exceptions * Handle empty files/blobs * Update streams.test.js * Move streams to it's own file * temp * impl #1 * take two * good enough for now * Implement `readableStreamToArray`, `readableStreamToArrayBuffer`, `concatArrayBuffers` * jsxOptimizationInlining * Fix crash * Add `jsxOptimizationInline` to Bun.Transpiler * Update Transpiler types * Update js_ast.zig * Automatically choose production mode when NODE_ENV="production" * Update cli.zig * [jsx] Handle defaultProps when inlining * Update transpiler.test.js * uncomment some tests Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-05-16 | `bun:sqlite` (#167) | 1 | -6/+39 | ||
* :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-05 | E.String gets a Rope | 1 | -1/+1 | ||
2022-04-16 | [JS Parser] Support explicit removing | 1 | -4/+239 | ||
2022-03-18 | [bun.js] Fix missing `.prototype` on builtins | 1 | -3/+2 | ||
2022-03-17 | query_string_map -> url | 1 | -2/+2 | ||
2022-03-15 | Load .env by default | 1 | -0/+1 | ||
2022-03-08 | rename _global -> bun | 1 | -16/+16 | ||
2022-03-07 | Optimize sourcemaps | 1 | -0/+18 | ||
2022-03-01 | add `allowBunRuntime` and `autoImportJSX` flags to Bun.Transpiler | 1 | -1/+32 | ||
2022-02-27 | WASM | 1 | -1/+1 | ||
2022-02-16 | [bun.js] Handle UTF-16 strings in `Bun.Transpiler` | 1 | -32/+50 | ||
2022-02-03 | Fix bug with macro remaps in Bun.Transpiler api | 1 | -4/+7 | ||
2022-01-27 | [bunfig] Implement config file format | 1 | -2/+1 | ||
2022-01-22 | Ensure we fully copy strings | 1 | -3/+3 | ||
2022-01-22 | Rename `bun:runtime` -> `bun:wrap` so it fits 8 chars | 1 | -0/+3 | ||
2022-01-21 | FIx `macros` remap in `Transpiler` | 1 | -1/+1 | ||
2022-01-21 | memory | 1 | -14/+31 | ||
2022-01-21 | Tags on pointers need to be cleared on Linux | 1 | -5/+3 | ||
2022-01-21 | [Bun.js] `Bun.Transpiler.transform` & `Bun.Transpiler.transformSync` APIs | 1 | -0/+317 | ||
2022-01-20 | Fix segfault | 1 | -0/+3 | ||
2022-01-19 | Bun.Transpiler – API for scanning imports/exports of JSX/TSX/TS/JS files | 1 | -0/+616 | ||