Jarred Sumner
abf1239976
feat: Support async generator functions in Response and Request for bodies ( #8941 )
2024-02-16 20:02:22 -08:00
Ujjwal gupta
19cb3ab6ff
fix: ws.publish() not working ( #8855 )
...
* fix: ws.publish() not working
* fixes
2024-02-11 13:56:06 -08:00
Jake Gordon
08f957d33b
fix glob example to be recursive as stated ( #8755 )
2024-02-07 12:53:28 -08:00
ふかねこ
625b172a71
docs: Update binary-data.md ( #8635 )
...
Binary notation ("0b") is appropriate instead of hexadecimal notation ("0x").
Sorry for the omission of the correction in this [PR](https://github.com/oven-sh/bun/pull/8619 ).
2024-02-02 00:16:14 -08:00
ふかねこ
c0fe042102
Update binary-data.md ( #8619 )
...
Binary notation ("0b") is appropriate instead of hexadecimal notation ("0x").
2024-02-01 12:38:54 -08:00
3λiȯ+
690346b30b
docs: Fix typo in code example for Transpiler.transformSync ( #8553 )
...
* Docs: Fix typo in code example for transformSync
* Remove await since transformSync is synchronous
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2024-01-31 21:18:57 -08:00
Jarred Sumner
b82656d9fc
Introduce Bun.stringWidth ( #8327 )
...
* Introduce `Bun.stringWidth`
* [autofix.ci] apply automated fixes
* Update utils.md
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-01-21 04:47:36 -08:00
Jarred Sumner
48d642e9e0
Add a note about timeouts and max payload size
2024-01-18 03:14:03 -08:00
Jarred Sumner
95e466628b
Add a note about reading directories
2024-01-17 22:16:34 -08:00
Jarred Sumner
a4da0acb0e
Document additions to import.meta
2024-01-15 19:53:49 -08:00
Jarred Sumner
e5421c56b1
feat: Support import db from './my.db' with {type: "sqlite"} ( #8178 )
...
* Support SQLite imports
* Docs
* Update executables.md
* Update loaders.md
* Update js_parser.zig
* Update loaders.md
* Update CMakeLists.txt
* Update Module.ts
* JSC got rid of `$trunc`?
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2024-01-15 17:56:02 -08:00
Archaeopteryx
f27fc77b3b
docs: add missing comma in examples ( #8018 )
2024-01-08 16:21:44 -08:00
johnpyp
d1dcf5ccf7
doc: improve Bun.Glob api docs ( #7859 )
...
* doc: improve Bun.Glob api docs
* Update docs/api/glob.md
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-12-26 22:20:25 -08:00
Supachai Kheawjuy
3f131c0411
docs(api): typo Diffie Hellman in http.md ( #7744 )
2023-12-19 11:17:11 -08:00
Bjön Limell
1730cfbbbf
docs: fixed Bun.gunzip ( #7738 )
2023-12-19 09:14:47 -08:00
Jarred Sumner
6fc29b6412
Recommend the .start() method
2023-12-17 23:18:41 -08:00
Dale Seo
c9e98db258
docs: remove unncessary empty line ( #7581 )
2023-12-11 14:54:18 -08:00
Jarred Sumner
2f83f32582
Update websockets.md
2023-12-02 09:30:58 -08:00
Nick Reilingh
ebae02a08b
Update file-io.md: BunFile.stream() doesn't return promise ( #7372 )
...
According to my lsp, `.stream()` returns a ReadableStream directly instead of a promise.
2023-11-29 13:44:31 -08:00
Michael H
6517252153
Environment Variables ( #7306 )
...
* Environment variables
* .
2023-11-24 18:25:34 -08:00
Jarred Sumner
d8be3e51b4
Support glob.scan(string) ( #7279 )
...
* Support `glob.scan(string)`
* Create glob.md
* Update glob.md
* fixup
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-11-22 16:12:28 -08:00
Jarred Sumner
a86a57e1b8
Update semver.md
2023-11-08 04:40:07 -08:00
Jarred Sumner
45f2eac44c
Add a doc on Bun.semver
2023-11-08 04:32:29 -08:00
Rohit Kaushal
08fdbb3c7d
[docs] fix ws/pubsub; closed ws don't publish to topic ( #6739 )
2023-10-30 00:07:50 -07:00
perpetualsquid
e4394ef5cc
Fixed broken link in deflatesync section ( #6774 )
...
* Fixed broken link in deflatesync section
* fixed link
* fixed link
2023-10-29 06:34:35 -07:00
Aral Roca Gomez
bbc2e96090
docs: fix ws.publish ( #6558 )
...
In this example there is no server variable in the context, and here it makes more sense to use ws.publish. It is explained below that once the serve is done, the server.publish can be used.
2023-10-17 09:23:10 -07:00
Aaron Dewes
a6a474a83f
Add File to binary data TOC ( #6025 )
2023-10-10 16:47:35 -07:00
Nicolae-Rares Ailincai
e58e85cd5c
Documentation for the IPC of Bun.spawn ( #6400 )
...
* doc/ipc.md
* update/spawn.md
* improved-documentation-and-added-send-type
* Updates
* Updates
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-10-10 15:35:05 -07:00
Colin McDonnell
47651f321a
Update ws example
2023-10-02 19:02:27 -07:00
Corné Dorrestijn
0a2d490bf8
Added the fileExtensions field to file-system-router.md ( #6231 )
2023-10-02 02:42:17 -07:00
Colin McDonnell
640b0b4df9
Improve docs
2023-09-28 14:14:44 -07:00
Colin McDonnell
9d9fcbbdeb
Update docs
2023-09-25 15:22:12 -07:00
Colin McDonnell
4fce34854b
Doc updates ( #5759 )
...
* WIP
* WIP
2023-09-19 16:31:38 -07:00
Colin McDonnell
31691e3898
Fix links
2023-09-14 21:02:52 -07:00
Colin McDonnell
631c826866
Use Bun global
2023-09-13 21:22:41 -07:00
Colin McDonnell
c99caccdb2
More docs & helptext cleanup ( #5229 )
...
* wip
* Flesh out resolution docs
* Polish
* More
* WIP
* WIP
* WIP
* Document --watch
2023-09-13 20:43:39 -07:00
James Gordo
cb01cb0d4a
Fixed api & cli docs typo. ( #5262 )
...
* Fixed api & cli docs typo.
* Fix
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-09-13 16:36:11 -07:00
Jonathan Neal
3b2c0941e4
docs: fix typo in import.meta.resolve ( #5146 )
2023-09-12 19:14:26 -07:00
Samuel Rigaud
263382103f
docs: fix typos ( #5151 )
2023-09-12 18:50:05 -07:00
Matthew Yu
9d6a8ee79d
Fix punctuation ( #4870 )
2023-09-11 08:50:39 -07:00
Diogo Goncalves
07c88435e0
Replace unnecessary '' wih "` in code snippets ( #4792 )
2023-09-10 11:34:04 -07:00
Tom Sherman
d48ff53e4e
docs: Update Bun.write(path, Response) example to be clear that it writes the body ( #4802 )
2023-09-10 05:06:25 -07:00
Rinku Chaudhari
682406c42c
docs: fix spelling ( #4763 )
2023-09-09 22:40:56 -07:00
Ana Margarida Silva
c896792c37
fix(docs): connect websocket client repeated documentation ( #4615 )
2023-09-08 14:22:28 -07:00
Frederik De Bleser
0887825f54
Fix code typo in transpiler.md ( #4604 )
...
There are some extra closing brackets at the end of the `scanImports` example. These cause a syntax error ("Unterminated string literal")
2023-09-08 12:10:17 -07:00
Samual Norman
182d3f1567
Fix Bun.CryptoHasher missing argument in docs ( #4585 )
2023-09-08 09:32:36 -07:00
Colin McDonnell
5424ea3403
Doc updates for v1.0 ( #4485 )
...
* Remove v0.x messages
* Add windows section to Installatino
* update
* update
* Update
* Comment out windows
2023-09-07 10:09:09 -07:00
Jorge Jiménez
bd690bb2b5
Fix typo ( #4445 )
...
Replace
`key: [Bun.file('./key1.pem'), Bun.file('./key2.pem']`
with
`key: [Bun.file('./key1.pem'), Bun.file('./key2.pem')]`
2023-09-01 23:49:09 -07:00
Colin McDonnell
177e02b304
docs: hot reloading with Bun.serve
2023-08-28 12:55:22 -07:00
Jarred Sumner
90f3bf2796
Update http.md
2023-08-24 23:05:27 -07:00