Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-28 | New subcommand: `bun upgrade`. It upgrades bun to the latest version. | 3 | -33/+0 | ||
2021-10-27 | Make the installation more careful | 2 | -9/+7 | ||
2021-10-26 | Add a very simple integration test for `bun create next` & `bun create react` | 2 | -1/+2 | ||
2021-10-26 | Switch to using `optionalDependencies` for installing the packages instead ↵ | 2 | -362/+8 | ||
of a postinstall script. Sorry yarn v1 users :( | |||||
2021-10-16 | bump! | 1 | -1/+1 | ||
2021-10-15 | Cleanup | 1 | -1/+1 | ||
2021-10-06 | Snapshots | 1 | -1/+1 | ||
2021-10-06 | Fix JSX transform edgecase with static children | 1 | -1/+1 | ||
2021-10-04 | Bump | 1 | -1/+1 | ||
2021-10-04 | Bumpbun-v0.0.31 | 1 | -1/+1 | ||
2021-10-04 | Improve Bun's performance by 5% | 1 | -1/+2 | ||
By making E.Identifier not a pointer, we improve performance by 5%. Heap allocations are bad | |||||
2021-10-03 | Update linux build instructions | 1 | -1/+1 | ||
2021-09-30 | Bump version | 1 | -1/+1 | ||
2021-09-27 | Cleanup | 1 | -1/+1 | ||
2021-09-27 | Commit build | 1 | -1/+1 | ||
2021-09-25 | Snapshots & package.json | 1 | -1/+1 | ||
2021-09-17 | Package.json | 1 | -1/+1 | ||
2021-09-17 | package.json | 1 | -1/+1 | ||
2021-09-17 | Bump build ID | 1 | -1/+1 | ||
2021-09-17 | Commit previosu bumpbun-v0.0.18 | 1 | -1/+1 | ||
2021-09-16 | Commit build id | 1 | -1/+1 | ||
2021-09-15 | Switch to 0.0.x instead of 0.0.0-x to fix the npm install issue | 1 | -1/+1 | ||
2021-09-15 | Bump versionsbun-v0.0.15bun-v0.0.0-15 | 1 | -1/+1 | ||
2021-09-15 | woops | 1 | -1/+1 | ||
2021-09-15 | Bumpbun-v0.0.0-13 | 2 | -2/+2 | ||
2021-09-14 | Support installing bun from npm | 4 | -1/+384 | ||
2021-09-05 | current | 1 | -0/+4 | ||
Former-commit-id: 8517ba72e79b75bf016c3fa66deb85fab9ff6554 |