Age | Commit message (Expand) | Author | Files | Lines |
2023-06-01 | Bundle and minify `.exports.js` files. (#3036) | dave caruso
| 250 | -1298/+49064 |
2023-06-01 | Disable typecheck workflow for now | Ashcon Partovi
| 1 | -34/+0 |
2023-06-01 | Implement `__dirname` and `__filename`, allow direct eval in CommonJS (#3164) | Jarred Sumner
| 7 | -46/+91 |
2023-06-01 | Rename `ptr` to `_unsafe_ptr_do_not_use` (#3163) | Jarred Sumner
| 7 | -184/+132 |
2023-06-01 | Update macros.md (#3165) | Derrick Farris
| 1 | -1/+1 |
2023-06-01 | random fixes that help vite/sveltekit (#3140) | dave caruso
| 10 | -37/+111 |
2023-06-01 | [napi] fix thread safe function callback (#3162) | Ciro Spaciari
| 2 | -4/+10 |
2023-06-01 | mark currently known test fails as `.todo` (#3052) | dave caruso
| 33 | -374/+375 |
2023-06-01 | Fix streams breaking on reverted EventEmitter / Make Discord.js work (#2913) | dave caruso
| 32 | -14304/+1576 |
2023-06-01 | Update build-id | Jarred Sumner
| 1 | -1/+1 |
2023-06-01 | only add cjs export name if it is assigned (#3159) | Dylan Conway
| 1 | -1/+1 |
2023-06-01 | fix typo in documentation ("the today" -> "today") (#3160) | Noah Chase
| 1 | -1/+1 |
2023-06-01 | ci: dont run builds in forks (#3156) | Jozef Steinhübl
| 10 | -4/+28 |
2023-05-31 | don't rewrite `module.exports` if assign target is `update` or `replace` (#3147)bun-v0.6.6 | Dylan Conway
| 1 | -9/+16 |
2023-05-31 | Fix test failure due to cloudflare changing dns ttl | Jarred Sumner
| 1 | -1/+4 |
2023-05-31 | slightly clean up this test | Jarred Sumner
| 1 | -8/+14 |
2023-05-31 | [TCP] Ensure we keep the handlers functions alive when an error callback need... | Jarred Sumner
| 1 | -4/+43 |
2023-05-31 | Clean-up some option parsing in Bun.spawn | Jarred Sumner
| 1 | -5/+16 |
2023-05-31 | Update launch.json | Jarred Sumner
| 1 | -9/+15 |
2023-05-31 | Small improvements to `bun test` (#3071) | Ashcon Partovi
| 25 | -700/+3360 |
2023-05-31 | Remove bun-macro-relay and update docs (#3145) | Colin McDonnell
| 8 | -237/+57 |
2023-05-31 | Add `"macro"` package.json exports condition | Jarred Sumner
| 1 | -7/+1 |
2023-05-31 | isolated version of Path compatible with nodejs (#3143) | Ciro Spaciari
| 2 | -34/+87 |
2023-05-31 | Fix typo in macro docs (#3144) | Mike Roelens
| 1 | -1/+1 |
2023-05-31 | Make uploading files with `fetch()`fast (#3125) | Jarred Sumner
| 14 | -60/+475 |
2023-05-31 | set `optional_chain` instead of `optional_start` (#3142) | Dylan Conway
| 1 | -1/+1 |
2023-05-31 | invert base/filename internally (#3141) | Ciro Spaciari
| 2 | -9/+9 |
2023-05-31 | `--no-macros` flag, disable macros in node_modules | Jarred Sumner
| 13 | -11/+91 |
2023-05-31 | Update macro doc | Colin McDonnell
| 1 | -7/+1 |
2023-05-31 | Update macro serialization doc | Colin McDonnell
| 1 | -1/+1 |
2023-05-31 | Update doc | Colin McDonnell
| 1 | -2/+0 |
2023-05-31 | Add macro docs (#3139) | Colin McDonnell
| 2 | -0/+281 |
2023-05-31 | fix(path) fix parse behavior (#3134) | Ciro Spaciari
| 3 | -19/+109 |
2023-05-31 | Support FormData & file uploads in `fetch` body (#3123) | Jarred Sumner
| 6 | -50/+406 |
2023-05-30 | always clone these | Jarred Sumner
| 1 | -2/+2 |
2023-05-30 | Update modules.md | Jarred Sumner
| 1 | -1/+1 |
2023-05-30 | Fix wasi | Jarred Sumner
| 1 | -4/+2 |
2023-05-30 | Update ZigGeneratedClasses.h | Jarred Sumner
| 1 | -60/+0 |
2023-05-30 | Add another comment | Jarred Sumner
| 1 | -9/+25 |
2023-05-30 | [CommonJS] Handle `this` better | Jarred Sumner
| 1 | -5/+19 |
2023-05-30 | Fixes #3115 | Jarred Sumner
| 2 | -30/+33 |
2023-05-30 | More comments | Jarred Sumner
| 1 | -0/+8 |
2023-05-30 | Add a comment | Jarred Sumner
| 1 | -0/+4 |
2023-05-30 | Handle `Object.defineProperty(module, "exports", {get: getter})` | Jarred Sumner
| 1 | -1/+24 |
2023-05-30 | Bump | Jarred Sumner
| 1 | -1/+1 |
2023-05-29 | Cleanup CommonJS changes (#3112)bun-v0.6.5 | Jarred Sumner
| 9 | -50/+248 |
2023-05-29 | Rename this file so we know what it is | Jarred Sumner
| 1 | -0/+0 |
2023-05-29 | Update index.md | Jarred Sumner
| 1 | -1/+1 |
2023-05-29 | Update modules.md | Jarred Sumner
| 1 | -0/+87 |
2023-05-29 | More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, `... | Colin McDonnell
| 33 | -353/+2496 |