Age | Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-07 | fix iterating headers with `set-cookie` (#4048) | 5 | -53/+51 | ||
2023-08-07 | WASM test analyzer (#4043) | 25 | -169/+965 | ||
2023-08-07 | Improve plugin docs | 3 | -306/+283 | ||
2023-08-07 | Fix `path.normalize` edge case. (#4042) | 2 | -1/+2 | ||
2023-08-06 | Fixes #4001 (#4034) | 3 | -9/+108 | ||
2023-08-06 | Fixes #4029 and fixes #4022 (#4032) | 4 | -29/+34 | ||
2023-08-06 | Fixes #4010 (#4031) | 1 | -24/+17 | ||
2023-08-06 | Update build-id | 1 | -1/+1 | ||
2023-08-06 | Bind require.resolve() (#4030) | 4 | -13/+47 | ||
2023-08-06 | Fixes #4020 | 2 | -1/+6 | ||
2023-08-06 | Running missing scripts exits with non-0 (#4026) | 2 | -1/+13 | ||
2023-08-06 | [install] handle `bun add` of existing `peerDependencies` correctly (#4028) | 3 | -22/+98 | ||
2023-08-06 | fix nanbun-v0.7.3 | 1 | -0/+3 | ||
2023-08-06 | Update coverage.md | 1 | -1/+1 | ||
2023-08-06 | Update lol-html | 1 | -0/+0 | ||
2023-08-06 | Fixes #3129 (#4018) | 3 | -104/+58 | ||
2023-08-06 | Code coverage for `bun test` (#3975) | 32 | -61/+1211 | ||
2023-08-06 | feat: impl `dns.getServers` (#3982) | 5 | -3/+135 | ||
2023-08-06 | Implement --test-name-pattern (#3998) | 8 | -7/+151 | ||
2023-08-05 | Fix(cli/init): support subpath entrypoint. (#4002) | 1 | -1/+8 | ||
2023-08-05 | Remove Bun.plugin transpiler hook, encourage usage of `--preload` instead (#3... | 5 | -243/+1 | ||
2023-08-04 | Support --dev/-D and support more flags on bun install (#3989) | 5 | -9/+14 | ||
2023-08-04 | fix macro string escaping (#3967) | 4 | -8/+97 | ||
2023-08-04 | Fixes #3991 | 2 | -4/+40 | ||
2023-08-04 | [install] handle `workspace:*` correctly (#3994) | 2 | -54/+158 | ||
2023-08-04 | Update import-meta.md | 1 | -2/+1 | ||
2023-08-04 | Fix incorrect docs | 1 | -2/+3 | ||
2023-08-04 | [types] fix `blob.json()` (#3995) | 1 | -4/+4 | ||
2023-08-04 | FFI typo (#3973) | 3 | -5/+10 | ||
2023-08-04 | Buffer.copy should ignore out-of-range sourceEnd (#3971) | 2 | -17/+34 | ||
2023-08-04 | [install] store resolved workspace path in lockfile (#3974) | 5 | -82/+187 | ||
2023-08-04 | Fix types (#3963) | 14 | -274/+892 | ||
2023-08-04 | feat(hot-clear-screen): clear terminal on hot reload (#3976) | 1 | -0/+7 | ||
2023-08-21 | Fixes #4089 (#4105) | 3 | -36/+136 | ||
* Fixes #4089 * Update bindings.cpp * address PR feedback --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-08-21 | 40x faster .toString('hex') (#4237) | 3 | -17/+105 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-08-21 | Fix memory leak in `buffer.toString("hex")` (#4235) | 2 | -1/+6 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-08-21 | Update README.md (#4232) | 1 | -1/+1 | ||
Fix typo in README.md | |||||
2023-08-21 | Add missing header change | 1 | -1/+1 | ||
2023-08-21 | Add LazyProperty | 1 | -0/+3 | ||
2023-08-21 | Fix BigIntStats generated class | 1 | -1/+1 | ||
cc @paperdave, code generator script misses a constructor decl when this isn't true | |||||
2023-08-21 | Regenerate | 1 | -8/+15 | ||
2023-08-21 | Implement File | 12 | -12/+387 | ||
2023-08-20 | Fixes #1675 (#4230) | 8 | -70/+297 | ||
* Fixes https://github.com/oven-sh/bun/issues/1675 * Add fallback for Bun.write * Update blob.zig * Fix test --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-08-20 | Implement `--inspect-brk` (#4222) | 17 | -41/+101 | ||
* Implement `--inspect-brk` * Bump WebKit --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-08-20 | Fix test failures from 3a9a6c63a (#4231) | 4 | -32/+34 | ||
cc @Hanaasagi Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-08-20 | Fix(bundler): use different alias mappings based on the target. (#4163) | 8 | -18/+90 | ||
* Fix(bundler): use different alias mappings based on the target. Close: #3844 * chore: reduce duplicated code. * chore: split to two separate ComptimeStringMap. | |||||
2023-08-19 | Update BunDebugger.cpp | 1 | -1/+3 | ||
2023-08-19 | Introduce `bun --inspect-wait` | 3 | -19/+47 | ||
This waits for the inspector to connect before beginning execution | |||||
2023-08-19 | misc non-posix fixes | 2 | -3/+3 | ||
2023-08-19 | Update lockfile.md | 1 | -1/+8 | ||
2023-08-19 | Update lockfile.md | 1 | -4/+4 | ||
2023-08-19 | Update lockfile.md | 1 | -1/+29 | ||
2023-08-19 | Update Dockerfile-distroless (#4210) | 1 | -0/+1 | ||
2023-08-19 | Fix symbol visibility | 1 | -0/+1 | ||
2023-08-19 | [napi] Implement `node_api_create_syntax_error`, `node_api_symbol_for`, ↵ | 5 | -1/+70 | ||
`node_api_throw_syntax_error` These were marked as experimental | |||||
2023-08-19 | Fix crash impacting sharp & resvg (#4221) | 5 | -73/+73 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-08-19 | Fixes #172 (#4220) | 7 | -9/+87 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-08-19 | Add inline sourcemaps when `--inspect` is enabled (#4213) | 3 | -3/+64 | ||
* Add inline sourcemaps when --inspect is enabled * Add some assertions * Update javascript.zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-08-19 | tty `ReadStream`, `WriteStream`, and readline rawmode (#4179) | 23 | -722/+821 | ||
* tty `WriteStream`, `ReadStream`, and rawmode * tests * refactor prototypes * fix failing test * fix test and library usage * more merge * fix child_process test * create pseudo terminal for tty tests * match node logic * handle invalid tty * close descriptors * move tests to another process * fix test again * fix test on linux | |||||
2023-08-18 | Fix make headers (again) | 1 | -0/+2 | ||