Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-28 | Explicitly check content type | 1 | -2/+2 | ||
2021-10-28 | New subcommand: `bun upgrade`. It upgrades bun to the latest version. | 1 | -2/+12 | ||
2021-10-26 | Aligning text in terminals is tediousbun-v0.0.37jarred/run | 1 | -1/+1 | ||
2021-10-26 | Bun is now a task runner as well | 1 | -2/+2 | ||
2021-10-26 | More spacing | 1 | -1/+1 | ||
2021-10-26 | spacing | 1 | -0/+1 | ||
2021-10-26 | Fix edgecase with options loading attempting to create an output directory ↵ | 1 | -6/+8 | ||
when it shouldn't | |||||
2021-10-26 | New subcommand: `bun run` run scripts in package.json really fast | 1 | -2/+14 | ||
2021-10-25 | [.env loader] Add CLI flag to dump loaded environment variables as JSON | 1 | -42/+49 | ||
2021-10-23 | Add flag for dumping the environment variables | 1 | -8/+19 | ||
2021-10-16 | Support GitHub repositories, transform package.json to better fit Bun's usage | 1 | -5/+3 | ||
2021-10-14 | :sparkle: | 1 | -2/+2 | ||
2021-10-14 | Add doc explaining bun-create | 1 | -1/+1 | ||
2021-10-14 | `bun create react app` is almost done | 1 | -3/+31 | ||
2021-10-13 | Add TLS 1.3 support, improve fetch() HTTPS performance | 1 | -38/+20 | ||
2021-10-07 | Add `--port` CLI flag for setting a port instead of `--origin`. `--port` has ↵ | 1 | -1/+7 | ||
higher precedence than `--origin` so that proxies can work | |||||
2021-10-06 | Add support for reading JSX config from tsconfig.json | 1 | -1/+1 | ||
2021-09-16 | Add flag to dev server to disable HMR | 1 | -1/+3 | ||
2021-09-16 | Help output should print command names | 1 | -5/+13 | ||
2021-09-14 | Support installing bun from npm | 1 | -2/+14 | ||
2021-09-05 | current | 1 | -1/+1 | ||
Former-commit-id: 8517ba72e79b75bf016c3fa66deb85fab9ff6554 | |||||
2021-09-05 | such entitle | 1 | -28/+29 | ||
Former-commit-id: de26ae30116e3c13c48a710201a7da0817ffd9e5 | |||||
2021-09-02 | latest | 1 | -0/+1 | ||
Former-commit-id: 1086d4f894611c1171f57d9eaf82f9170e9de2d1 | |||||
2021-08-26 | better errors | 1 | -1/+12 | ||
Former-commit-id: a16d16ac2d649b3678d3baaa7a4641c7a56f5d6d | |||||
2021-08-26 | Fix unbundled imports | 1 | -2/+4 | ||
Former-commit-id: f221da115c1afcd136648c9683d8e9907005a128 | |||||
2021-08-26 | Fix file loader, automatically support CSS imports when a framework isn't set | 1 | -2/+2 | ||
Former-commit-id: 94750e5987ea8f6e4c946bfc06715e09a48c0eec | |||||
2021-08-26 | Bug fixes | 1 | -3/+5 | ||
Former-commit-id: 853b372665a3762b1eeeb2202e279895bce6f544 | |||||
2021-08-25 | latest | 1 | -31/+62 | ||
Former-commit-id: f5600d123d3710e7ea80ff2b7c66d13382462420 | |||||
2021-08-23 | Fix resolve bug with mixed-case node_modules | 1 | -19/+21 | ||
Former-commit-id: 5bdae0ee491e28b49ceed6136f04e0c1feddc808 | |||||
2021-08-17 | log error on respondWith rejection, | 1 | -5/+37 | ||
Former-commit-id: 8f6312a17dc9811d54e4dc31d9ada68e98bae891 | |||||
2021-08-17 | alright thats the rename | 1 | -604/+453 | ||
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753 | |||||
2021-08-15 | rename to bun | 1 | -4/+4 | ||
Former-commit-id: f982fc85fac3f0120e1851ad4027dd8413216439 | |||||
2021-08-15 | Support multiple route dirs, fix bundling JSX, fix cjs bug, remove warning ↵ | 1 | -2/+5 | ||
about unbundled modules in speedy env, Former-commit-id: ae718dbd05397bed9bc49a77fae20de70b635e82 | |||||
2021-08-14 | .env works | 1 | -5/+17 | ||
Former-commit-id: 45ee7874f2c8566c3034743161031b0859423f41 | |||||
2021-08-11 | When there are errors while generating the .jsb, fail the build. | 1 | -22/+30 | ||
Former-commit-id: 734f021602ac59aeaef9d7583a927ede94ab644a | |||||
2021-08-10 | This is alot | 1 | -21/+46 | ||
Former-commit-id: 4b2a396611ec03270dc768b70e488b0f5eee2a37 | |||||
2021-08-09 | Split up + generate client & server bundles, support framework +router in ↵ | 1 | -20/+148 | ||
GenerateNodeModulesBundle , read framework from package.json + rename "publicURL" to "origin" + add import.meta.filepath Former-commit-id: 1e76ebb5375247231181ec19a6396c6acf4684fb | |||||
2021-08-05 | alright server-side reloading code works | 1 | -0/+1 | ||
Former-commit-id: a49ef52eec1037014e3c9cda1a09f387a01116b8 | |||||
2021-08-03 | Pass allocator | 1 | -1/+1 | ||
Former-commit-id: 3a09f407179b44180c9bec9ae221909012fc293b | |||||
2021-07-13 | alright | 1 | -10/+13 | ||
Former-commit-id: ab73c7b323c222e5d1172c07036653ca98aa8e6b | |||||
2021-07-01 | this kind of works, but there is a crash when bundling. I think its missing ↵ | 1 | -0/+8 | ||
a Stmt.Data.Store.reset() Former-commit-id: 88aad6aeb19f3d1d73ced59a7a5aaddc2d7408ee | |||||
2021-06-27 | starting to work | 1 | -3/+3 | ||
Former-commit-id: ae113559c6dd1e1e77b69ee5edee93fe59b4be2e | |||||
2021-06-26 | wip | 1 | -1/+1 | ||
Former-commit-id: 506d9b81a7c9dac5dd870f6735c39df105e72fd4 | |||||
2021-06-19 | Feature detect fast refresh | 1 | -2/+10 | ||
Former-commit-id: 73247e5c9199c4a426761034e60100efad5d4395 | |||||
2021-06-17 | CSS scanner works | 1 | -9/+1 | ||
Former-commit-id: 4ca1e17778dc4a331da5a9a21f56e0e590c799ce | |||||
2021-06-14 | extremely close!!!!! | 1 | -4/+0 | ||
Former-commit-id: 44fce3c5e800f3fb3fbc139a38f14eae9e0c0225 | |||||
2021-06-09 | lots | 1 | -6/+36 | ||
Former-commit-id: 7346cdaa5a32ade26821ed97ef07f7c9ae87c0c2 | |||||
2021-06-08 | Generate summary | 1 | -5/+29 | ||
Former-commit-id: cdb9af36c1b92ee7caaf663afd6b90bcf7043d9c | |||||
2021-06-06 | WIP node module bundles | 1 | -22/+51 | ||
Former-commit-id: 797b2ff557542e9d318c953b840b102695711888 | |||||
2021-06-04 | oops typescript | 1 | -1/+1 | ||
Former-commit-id: 7c400c9b248c2e4c9e07270d1c23a370cfd5f660 |