Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-02-07 | Fix bugs with release script | 1 | -1/+1 | |
2023-02-06 | Fix gaps in types (#2003) | 10 | -96/+598 | |
2023-02-06 | Add types for node:console and node:perf_hooks (#1982) | 7 | -151/+1339 | |
2023-02-03 | Support passing `Date` to `Bun.sleep` | 1 | -3/+11 | |
2023-02-03 | Introduce `await Bun.sleep(ms)` | 1 | -0/+26 | |
2023-02-03 | Fix types for `Array.fromAsync` | 1 | -1/+1 | |
2023-02-03 | Fix/Update Typescript types (#1972) | 2 | -168/+38 | |
2023-02-03 | Attempt to debug annotations 2 | 1 | -4/+1 | |
2023-02-03 | Attempt to debug annotations | 1 | -0/+7 | |
2023-02-03 | Fix console output in bun wiptest | 1 | -4/+3 | |
2023-02-03 | Use GitHub action SDK | 4 | -10/+16 | |
2023-02-02 | Update/fix types (#1955) | 4 | -28/+33 | |
2023-02-02 | Add bun-test to run `bun wiptest` | 6 | -0/+112 | |
2023-02-01 | Add script to calculate semver for release | 4 | -22/+22 | |
2023-02-01 | Fix getting SHA for canary | 10 | -122/+49 | |
2023-02-01 | Fix missing dependency from release script | 2 | -2/+2 | |
2023-02-01 | Add bun-release package | 34 | -530/+824 | |
2023-02-01 | Add filePath property on MatchedRoute (#1964) | 1 | -0/+1 | |
2023-01-31 | mostly fix `node:timers` | 1 | -4/+11 | |
2023-01-31 | Use proper casing for tsconfig values (#1644) | 1 | -4/+4 | |
2023-01-29 | [breaking] Add `binaryType` option to Bun.connect & Bun.listen | 1 | -3/+35 | |
2023-01-27 | Tweak release scripts | 1 | -3/+2 | |
2023-01-26 | Implement all pending resolve methods in DNS (#1903) | 2 | -227/+227 | |
2023-01-25 | Undo | 1 | -1/+0 | |
2023-01-25 | Add log | 1 | -0/+1 | |
2023-01-24 | Add bunx to bin for npm installer | 2 | -2/+7 | |
2023-01-24 | Iterate on canary version again | 1 | -7/+23 | |
2023-01-24 | npm does not accept '+build' in releases :( | 1 | -2/+5 | |
2023-01-24 | Fix detection of canary | 2 | -3/+3 | |
2023-01-24 | Copy .npmrc to each package | 3 | -3/+32 | |
2023-01-24 | Maybe fix .npmrc | 1 | -0/+1 | |
2023-01-23 | Tweak semver for canary again | 1 | -1/+2 | |
2023-01-23 | `npm install bun` (#1874) | 26 | -0/+942 | |
2023-01-23 | enhancement(fetch): Merge parameters from request parameter with the second p... | 2 | -690/+18 | |
2023-01-22 | feat(dns) resolveSrv (#1870) | 3 | -13/+449 | |
2023-01-21 | Implement `process.execArgv` | 1 | -1/+1 | |
2023-01-17 | Use canary in CI (#1823) | 1 | -0/+9 | |
2023-01-17 | Fix `Bun.dns` examples to use array instead of single result | 1 | -7/+7 | |
2023-01-17 | Allow error instance in process.emitWarning | 1 | -1/+7 | |
2023-01-17 | Add types for `readline`, `tls`, `net` (#1817) | 8 | -42/+2160 | |
2023-01-17 | bun install tests shouldn't fail due to terminal colors | 1 | -4/+1 | |
2023-01-16 | Fix incorrect type | 1 | -1/+1 | |
2023-01-16 | Publish bun-types@canary (#1767) | 2 | -2/+2 | |
2023-01-14 | support installation of NPM workspaces (#1764) | 1 | -0/+10 | |
2023-01-12 | Add `closeActiveConnections` option to types | 1 | -4/+5 | |
2023-01-12 | Add missing type | 1 | -0/+15 | |
2023-01-11 | `end` callback | 1 | -0/+6 | |
2023-01-11 | Types update (#1761) | 14 | -12/+2321 | |
2023-01-10 | Add some missing types | 1 | -1/+11 | |
2023-01-10 | Allow `tls: true` in Bun.connect | 1 | -1/+6 |