0xflotus
5563be99d3
fix: small error ( #3878 )
2023-07-29 03:32:24 -07:00
Jhorman Tito
bcb6dc7806
typo spawn.md ( #3875 )
2023-07-29 00:35:13 -07:00
Jarred Sumner
dae2928620
Update nodejs-apis.md
2023-07-28 23:58:59 -07:00
Jarred Sumner
05ef9ec141
Update nodejs-apis.md
2023-07-28 23:57:02 -07:00
Colin McDonnell
34fd4df646
Fix broken anchors
2023-07-26 17:11:15 -07:00
Colin McDonnell
4c89c60867
Add files ( #3826 )
2023-07-26 14:59:39 -07:00
Colin McDonnell
6bfee02301
Fix typo
2023-07-25 12:27:27 -07:00
Jarred Sumner
ac10a1b633
move this to troubleshooting
2023-07-24 17:16:34 -07:00
Colin McDonnell
31976f6af1
Update install method order
2023-07-24 14:40:13 -07:00
Alexander Trefz
ce77266cc5
Update nodejs-apis.md ( #3762 )
...
`structuredClone` is implemented as of v0.7
2023-07-23 03:40:46 -07:00
Artur Androsovych
ce9bba9dd5
Update development.md ( #3718 )
...
* Update `development.md`
* Update `development.md`
2023-07-22 22:24:59 -07:00
Vaughan Rouesnel
7ac94e5b4c
Typo in loaders.md ( #3728 )
2023-07-21 15:43:34 -07:00
Jarred Sumner
2eb79afb2a
Update sqlite.md
2023-07-20 18:14:34 -07:00
Colin McDonnell
53ad9b922f
Docs & types for 0.7 ( #3665 )
...
* Docs & types for 0.7
* Tweak
* Update
* Tweaks
* Tweak
* Tweaks
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-07-19 23:59:15 -07:00
Jarred Sumner
0b365781a8
Bump version to Bun v0.7.0
2023-07-19 23:57:41 -07:00
Jarred Sumner
dd46c11273
Support streams in response.formData() & request.formData, introduce Bun.readableStreamToFormData() ( #3697 )
...
* codegen
* FormData.from
* Fixes #3225
* Introduce `Bun.readableStreamToFormData`
* Update bun.d.ts
* Add examples
* add
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-07-19 23:12:06 -07:00
Jarred Sumner
ed8be46a7b
Inlinebun object from workers
2023-07-19 22:53:28 -07:00
dave caruso
dd58508684
Fix browser bundled string_decoder ( #3693 )
...
* Fix #3660
* doc fix
2023-07-19 17:37:20 -07:00
Ciro Spaciari
f63398ffe4
update root certificates and add tls.rootCertificates ( #3688 )
...
* implement tls.rootCertificates
* add test
* bump uws/usockets
* bump uws + .len on certs
2023-07-19 16:02:29 -07:00
Jarred Sumner
0179ebcb8c
Update workers.md
2023-07-18 05:00:09 -07:00
Jarred Sumner
105919d7ae
Clarify
2023-07-18 04:51:29 -07:00
Dylan Conway
661355546a
zig upgrade ( #3667 )
...
* upgrade
* more fixes
* Bump Zig
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-07-18 01:20:20 -07:00
Ciro Spaciari
13b54fbdb8
[tls] General compatibility improvements ( #3596 )
...
* wip
* subjectaltname
* more progress
* bindings
* fmt
* getCert/getPeerCertificate
* fix checkServerIdentity
* fix checkServerIdentity
* add a lot of TLSSocket functions
* getEphemeralKeyInfo fix and comment
* add alternative for getEphemeralKeyInfo
* add get session and set session
* fix isSessionReused
* get back the raw data for MSSQL
* fixeup
* fixup getSession + tests
* fix doc + fmt
* getFinished/getPeerFinished
* codegen
* fixup
* revert webkit
* more fixes
* ssl helper + revert test oops
* asserts
2023-07-17 19:39:09 -07:00
Colin McDonnell
ca3b7fa3c9
Clean up worker docs
2023-07-17 13:10:22 -07:00
Colin McDonnell
8a176913d8
Tweak test docs
2023-07-17 11:42:13 -07:00
Jarred Sumner
fa4db1de42
Document --smol
2023-07-16 23:24:00 -07:00
Jarred Sumner
75213aad37
Document serialize/deserialize
2023-07-16 23:16:54 -07:00
Jarred Sumner
3613429dc3
Update workers.md
2023-07-16 22:43:38 -07:00
Jarred Sumner
7917ebd58f
Fixes base64url encoding for crypto ( #3654 )
...
* Fixes base64url encoding for crypto
* 🍏
* Update nodejs-apis.md
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-07-16 22:42:19 -07:00
Jarred Sumner
a86d00c672
Update nav.ts
2023-07-16 21:43:22 -07:00
Jarred Sumner
d5c51092c8
rename
2023-07-16 21:40:07 -07:00
Jarred Sumner
209dc981c0
Implement Workers ( #3645 )
...
* copy files
* format
* options
* Introduce `Worker`, `onmessage`, `onerror`, and `postMessage` globals
* Stub `Worker.prototype.ref` & `Worker.prototype.unref`
* Update web_worker.zig
* Worker works
* Add "mini" mode
* add wakeup
* Partially fix the keep-alive issue
* clean up refer behavior
* Implement `serialize` & `deserialize` in `bun:jsc` & add polyfill for `node:v8`
* Types & docs
* Update globals.d.ts
* Add mutex
* Fixes
---------
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com >
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-07-16 21:15:24 -07:00
Jiri Spac
131ed06020
docs: add one missing line in typescript.md ( #3650 )
2023-07-16 20:31:54 -07:00
Colin McDonnell
2551210426
Update docs
2023-07-14 11:33:07 -07:00
Colin McDonnell
325147261f
Update docs/types for process ( #3631 )
...
* Update docs/types for process
* Tweaks
* Tweaks
* Fix types
2023-07-13 17:40:46 -07:00
dave caruso
ae0a724981
Improve our internal typedefs ( #3608 )
...
* types
* some more
* yeah
* i think that fixes it
* oop
2023-07-12 15:21:55 -07:00
Colin McDonnell
609f81a746
Add npmrc note
2023-07-11 15:32:52 -07:00
Ciro Spaciari
4af4b508a1
feat(crypto) add getCurves ( #3598 )
...
* add getCurves
* add nodefallbacks
* update docs
* oops
2023-07-10 17:14:37 -07:00
Artur Androsovych
42eacaf3a9
Update installation guide in development.md ( #3532 )
...
* Update installation guide in `development.md`
* Updates
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-07-07 16:24:07 -07:00
Jarred Sumner
5c0a5646cd
Update list
2023-07-06 17:11:01 -07:00
Colin McDonnell
d377265b67
Update trustedDeps doc
2023-07-06 15:44:48 -07:00
Colin McDonnell
a415f482db
Update trustedDeps doc
2023-07-06 15:33:49 -07:00
Colin McDonnell
109ebc14fd
Various docs updates ( #3437 )
...
* Various docs updates
* Add mocks page
* Fix make
* WebKit instructions
* Update instructions
* Updates
* Update nodejs compat table
* Document trusted deps
* Tweak trustedDependencies docs
* Document --exact
* Update test docs
* Tweaks
* Boring
* Remove redundant j
* Undo makefile changes
* Undo makefile changes
* Update page title
* Regen
* Undo changes
2023-07-06 13:02:29 -07:00
Jarred Sumner
e5f93ddf55
Update lifecycle.md
2023-07-03 13:46:20 -07:00
Jarred Sumner
48d726bfd0
Update time.md
2023-07-02 23:48:31 -07:00
Jarred Sumner
12a342b6c0
Update time.md
2023-07-02 23:47:48 -07:00
Jarred Sumner
1206352b4a
Update time.md
2023-07-02 23:46:08 -07:00
Jarred Sumner
9da9bac30c
Update time.md
2023-07-02 23:18:58 -07:00
Jarred Sumner
cd243f40ee
Update time.md
2023-07-02 23:10:50 -07:00
Jarred Sumner
000417731b
Add time doc
2023-07-02 23:07:33 -07:00