Age | Commit message (Expand) | Author | Files | Lines |
2023-09-11 | Fix punctuation (#4870) | Matthew Yu
| 1 | -1/+1 |
2023-09-10 | Replace unnecessary '`' wih `"` in code snippets (#4792) | Diogo Goncalves
| 1 | -6/+6 |
2023-09-10 | docs: Update Bun.write(path, Response) example to be clear that it writes the... | Tom Sherman
| 1 | -1/+1 |
2023-09-09 | docs: fix spelling (#4763) | Rinku Chaudhari
| 1 | -1/+1 |
2023-09-08 | fix(docs): connect websocket client repeated documentation (#4615) | Ana Margarida Silva
| 1 | -13/+5 |
2023-09-08 | Fix code typo in transpiler.md (#4604) | Frederik De Bleser
| 1 | -1/+0 |
2023-09-08 | Fix `Bun.CryptoHasher` missing argument in docs (#4585) | Samual Norman
| 1 | -2/+2 |
2023-09-07 | Doc updates for v1.0 (#4485) | Colin McDonnell
| 8 | -36/+47 |
2023-09-01 | Fix typo (#4445) | Jorge Jiménez
| 1 | -1/+1 |
2023-08-28 | docs: hot reloading with Bun.serve | Colin McDonnell
| 1 | -6/+6 |
2023-08-24 | Update http.mdbun-v0.8.1 | Jarred Sumner
| 1 | -2/+13 |
2023-08-21 | Docs and types for v0.8.0 (#4199) | Colin McDonnell
| 1 | -0/+15 |
2023-08-14 | Small docs change | Colin McDonnell
| 1 | -2/+2 |
2023-08-12 | Fix worker event loop ref/unref + leak (#4114) | dave caruso
| 1 | -19/+23 |
2023-08-07 | Fix `Bun.hash` functions (#4054) | jhmaster
| 1 | -4/+5 |
2023-08-04 | Update import-meta.md | Jarred Sumner
| 1 | -2/+1 |
2023-08-04 | Fix incorrect docs | Jarred Sumner
| 1 | -2/+3 |
2023-08-03 | More guides and fixing links (#3960)bun-v0.7.2 | Colin McDonnell
| 2 | -5/+5 |
2023-08-02 | Update streams.md (#3926) | Vaughan Rouesnel
| 1 | -1/+1 |
2023-07-31 | Fix incorrect function | Jarred Sumner
| 1 | -1/+1 |
2023-07-29 | typo spawn.md (#3875) | Jhorman Tito
| 1 | -1/+1 |
2023-07-20 | Update sqlite.md | Jarred Sumner
| 1 | -5/+5 |
2023-07-19 | Docs & types for 0.7 (#3665) | Colin McDonnell
| 2 | -3/+3 |
2023-07-19 | Support streams in response.formData() & request.formData, introduce Bun.read... | Jarred Sumner
| 1 | -0/+6 |
2023-07-19 | Inline`bun` object from workers | Jarred Sumner
| 1 | -6/+2 |
2023-07-18 | Update workers.md | Jarred Sumner
| 1 | -2/+2 |
2023-07-18 | Clarify | Jarred Sumner
| 1 | -0/+2 |
2023-07-17 | Clean up worker docs | Colin McDonnell
| 1 | -65/+69 |
2023-07-16 | Document serialize/deserialize | Jarred Sumner
| 1 | -0/+14 |
2023-07-16 | Update workers.md | Jarred Sumner
| 1 | -1/+1 |
2023-07-16 | rename | Jarred Sumner
| 1 | -0/+0 |
2023-07-16 | Implement Workers (#3645) | Jarred Sumner
| 1 | -0/+162 |
2023-07-14 | Update docs | Colin McDonnell
| 1 | -6/+8 |
2023-07-11 | Add npmrc note | Colin McDonnell
| 1 | -2/+10 |
2023-07-06 | Various docs updates (#3437) | Colin McDonnell
| 2 | -41/+72 |
2023-06-20 | Docs for DOM testing and FileSink (#3330) | Colin McDonnell
| 2 | -48/+122 |
2023-06-10 | Fix wording and code example in docs for Bun.sleepSync (#3270) | paperluigis
| 1 | -10/+0 |
2023-06-09 | docs: add missing right parenthesis in example code (#3245) | James Liu
| 1 | -2/+1 |
2023-06-06 | Docs for `Bun.password` and ws publish (#3227) | Colin McDonnell
| 2 | -16/+100 |
2023-05-29 | More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, `... | Colin McDonnell
| 7 | -38/+1795 |
2023-05-25 | Update sqlite.md (#3063) | Dialga
| 1 | -1/+1 |
2023-05-11 | bundler tests and improve `Bun.build` return type (#2833) | dave caruso
| 1 | -2/+2 |
2023-05-05 | Add missing JSON API to Web APIs page (#2799) | Kruithne
| 1 | -0/+6 |
2023-04-28 | bundler tests: rest of default.test.ts and starting jsx tests (#2765) | dave caruso
| 1 | -1/+1 |
2023-04-18 | clarify file io docs (#2689) | dave caruso
| 1 | -1/+5 |
2023-04-14 | [nit] minor typo in tcp.md (#2657) | Kruithne
| 1 | -1/+1 |
2023-04-13 | Docs restructuring (#2638) | Colin McDonnell
| 8 | -46/+32 |
2023-04-07 | `FileBlob` -> `BunFile`, add `BunFile.lastModified` (#2581) | Colin McDonnell
| 2 | -3/+3 |
2023-04-06 | bun-types: infer strict `Subprocess` from `Bun.spawn()` options, part 2 (#2573) | dave caruso
| 1 | -44/+61 |
2023-03-21 | Update sqlite.md (#2452) | Joker_
| 1 | -1/+1 |