Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-05-31 | Make uploading files with `fetch()`fast (#3125) | 14 | -60/+475 | |
2023-05-31 | set `optional_chain` instead of `optional_start` (#3142) | 1 | -1/+1 | |
2023-05-31 | invert base/filename internally (#3141) | 2 | -9/+9 | |
2023-05-31 | `--no-macros` flag, disable macros in node_modules | 13 | -11/+91 | |
2023-05-31 | Update macro doc | 1 | -7/+1 | |
2023-05-31 | Update macro serialization doc | 1 | -1/+1 | |
2023-05-31 | Update doc | 1 | -2/+0 | |
2023-05-31 | Add macro docs (#3139) | 2 | -0/+281 | |
2023-05-31 | fix(path) fix parse behavior (#3134) | 3 | -19/+109 | |
2023-05-31 | Support FormData & file uploads in `fetch` body (#3123) | 6 | -50/+406 | |
2023-05-30 | always clone these | 1 | -2/+2 | |
2023-05-30 | Update modules.md | 1 | -1/+1 | |
2023-05-30 | Fix wasi | 1 | -4/+2 | |
2023-05-30 | Update ZigGeneratedClasses.h | 1 | -60/+0 | |
2023-05-30 | Add another comment | 1 | -9/+25 | |
2023-05-30 | [CommonJS] Handle `this` better | 1 | -5/+19 | |
2023-05-30 | Fixes #3115 | 2 | -30/+33 | |
2023-05-30 | More comments | 1 | -0/+8 | |
2023-05-30 | Add a comment | 1 | -0/+4 | |
2023-05-30 | Handle `Object.defineProperty(module, "exports", {get: getter})` | 1 | -1/+24 | |
2023-05-30 | Bump | 1 | -1/+1 | |
2023-05-29 | Cleanup CommonJS changes (#3112)bun-v0.6.5 | 9 | -50/+248 | |
2023-05-29 | Rename this file so we know what it is | 1 | -0/+0 | |
2023-05-29 | Update index.md | 1 | -1/+1 | |
2023-05-29 | Update modules.md | 1 | -0/+87 | |
2023-05-29 | More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, `... | 33 | -353/+2496 | |
2023-05-29 | Natively support CommonJS at runtime (#3104) | 17 | -499/+997 | |
2023-05-28 | Convert `module.exports = { foo: 'bar'}` to ESM in `bun build` (#3103) | 1 | -1/+164 | |
2023-05-28 | Add query string to express integration test | 1 | -1/+5 | |
2023-05-28 | [node:net] fix createConnection options passing (#3101) | 5 | -30/+41 | |
2023-05-27 | Fixes #2356 (#3098) | 3 | -36/+66 | |
2023-05-27 | Implement process.env.npm_lifecycle_event (#3097) | 4 | -43/+80 | |
2023-05-27 | Fixes #3091 (#3092) | 3 | -3/+6 | |
2023-05-26 | Fix crash in `Server.prototype.fetch()` helper functionbun-v0.6.4 | 2 | -4/+9 | |
2023-05-26 | Add more debug safety checks | 1 | -0/+18 | |
2023-05-26 | Implement `expect().toBeEmpty()` (#3060) | 7 | -9/+261 | |
2023-05-26 | fixup | 1 | -1/+1 | |
2023-05-26 | Pretty formatter for `Headers` & `URLSearchParams` (#3081) | 14 | -62/+279 | |
2023-05-26 | [fetch] change response allocator (#3086) | 1 | -1/+1 | |
2023-05-26 | Fix crash in test.todo + remove JSC C API usages in bun:test (#3079) | 28 | -364/+645 | |
2023-05-25 | avoid using null value | 1 | -2/+4 | |
2023-05-25 | add a bit more info on Elysia (#3062) | 1 | -2/+5 | |
2023-05-25 | [install] fix `.bin` linking (#3067) | 3 | -6/+161 | |
2023-05-25 | jsx runtime from env (#3076) | 1 | -0/+3 | |
2023-05-25 | update jsx test for classic runtime | 1 | -1/+2 | |
2023-05-25 | prettier | 1 | -5/+5 | |
2023-05-25 | [stream] fix flush (#3073) | 1 | -2/+1 | |
2023-05-25 | Remove paragraph that has incorrect information in the docs | 1 | -6/+0 | |
2023-05-25 | Update sqlite.md (#3063) | 1 | -1/+1 | |
2023-05-24 | Bump | 2 | -2/+2 |