Alistair Smith
|
6a62784e89
|
fix(types): Non-empty TextDecoderStream and TextEncoderStream when outside DOM (#20953)
|
2025-07-10 17:48:45 -07:00 |
|
Michael H
|
000ae5c6b9
|
types: Bun.serve routes supportes Bun.file's (#20919)
|
2025-07-10 11:49:26 -07:00 |
|
Jarred Sumner
|
55a9cccac0
|
bun.sh -> bun.com (#20909)
|
2025-07-10 00:10:43 -07:00 |
|
Alistair Smith
|
d4a52f77c7
|
Move ReadableStream#{text,bytes,json,blob} to global (#20879)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-07-07 23:06:27 -07:00 |
|
Alistair Smith
|
19a855e02b
|
types: Introduce SQL.Helper in Bun.sql (#20809)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
|
2025-07-07 17:47:51 -07:00 |
|
CountBleck
|
d306e65d0e
|
Remove duplicate toBeInstanceOf type declaration for Expect (#20844)
|
2025-07-05 17:25:52 -07:00 |
|
Jarred Sumner
|
27c979129c
|
Introduce Bun.randomUUIDv5 (#20782)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: jarred <jarred@bun.sh>
Co-authored-by: Meghan Denny <meghan@bun.sh>
|
2025-07-02 22:47:14 -07:00 |
|
Zack Radisic
|
0b9bab34d8
|
SSG (#20745)
Co-authored-by: Alistair Smith <hi@alistair.sh>
|
2025-07-02 20:06:43 -07:00 |
|
Jarred Sumner
|
74e65317f2
|
Fix type for HTML imports (#20744)
|
2025-06-30 23:36:41 -07:00 |
|
pfg
|
3223da2734
|
ReadableStream .text(), .json(), .arrayBuffer(), .bytes() (#20694)
Co-authored-by: pfgithub <6010774+pfgithub@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-06-28 00:27:57 -07:00 |
|
Jarred Sumner
|
4cc61a1b8c
|
Fix NODE_PATH for bun build (#20576)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-06-22 20:51:45 -07:00 |
|
Jarred Sumner
|
f46df399eb
|
Update package.json
|
2025-06-15 19:30:11 -07:00 |
|
Meghan Denny
|
a445b45e55
|
empty commit to trigger formatting ci (#20378)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
|
2025-06-13 15:18:28 -07:00 |
|
Christian Rishøj
|
82b34bbbdd
|
feat(sqlite): Add columnTypes and declaredTypes to Statement (#20232)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-06-13 19:48:37 +02:00 |
|
Kuba Ellwart
|
4329a66a1d
|
fix(types): make the RedisClient.del accept spread keys by default (#20348)
|
2025-06-12 17:06:51 -07:00 |
|
Alistair Smith
|
3d19c1156c
|
support multiple keys in RedisClient#del (#20307)
|
2025-06-11 17:31:35 -07:00 |
|
Jarred Sumner
|
601b8e3aaa
|
Add CLAUDE.md to bun-types
|
2025-06-09 15:06:26 -07:00 |
|
Jarred Sumner
|
27abb51561
|
Add fallback for ADDRCONFIG like Chrome's, avoid glibc UDP port 0 hangs (#19753)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-06-05 20:20:00 -07:00 |
|
Jarred Sumner
|
538caa4d5e
|
Fix incorrect typescript type
|
2025-06-05 18:28:00 -07:00 |
|
Joel Shepherd
|
13c5b0d9cb
|
Added rapidhash algorithm (#20163)
|
2025-06-03 03:34:35 -07:00 |
|
Kuba Ellwart
|
d6e45afef9
|
Support Optional Message Argument in RedisClient.ping() (#20161)
|
2025-06-03 02:33:10 -07:00 |
|
Roman A
|
13ea970852
|
A couple grammar fixes (#20096)
|
2025-05-31 19:14:51 -07:00 |
|
Jarred Sumner
|
010ef4d119
|
More comments in the socket type definition (#19410)
Co-authored-by: Alistair Smith <hi@alistair.sh>
|
2025-05-30 19:12:30 -07:00 |
|
Leander Paul
|
3cf353b755
|
feat: additional jest types in bun test (#19255)
Co-authored-by: Alistair Smith <hi@alistair.sh>
|
2025-05-30 15:28:11 -07:00 |
|
Meghan Denny
|
809992229f
|
node:net rework (#18962)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
|
2025-05-28 17:04:37 -07:00 |
|
Jarred Sumner
|
df017990aa
|
Implement automatic workspace folders support for Chrome DevTools (#19949)
|
2025-05-28 00:25:30 -07:00 |
|
Yechao LI
|
325d0b1ed6
|
fix: correct function type for spyon an optional function (#19240)
Co-authored-by: Alistair Smith <hi@alistair.sh>
|
2025-05-26 21:58:10 -07:00 |
|
Pierre
|
6317d6498f
|
fix: Add missing CryptoKeyPair global type (#19921)
Co-authored-by: Alistair Smith <hi@alistair.sh>
|
2025-05-26 18:17:29 -07:00 |
|
Seth Flynn
|
c024e73e6a
|
fix(BunRequest): make clone() return a BunRequest (#19813)
|
2025-05-23 23:37:47 -07:00 |
|
Dylan Conway
|
8ddb92085b
|
update bun.lock types for catalog(s) (#19814)
Co-authored-by: RiskyMH <git@riskymh.dev>
|
2025-05-21 00:22:18 -07:00 |
|
Jarred Sumner
|
4ca83be84f
|
Add Zstd decompression to HTTP client (#19800)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-05-20 23:26:47 -07:00 |
|
Jarred Sumner
|
11ed29068f
|
Simplify the root package.json (#19718)
|
2025-05-17 05:21:28 -07:00 |
|
Jarred Sumner
|
3f360b0682
|
chore: format packages/scripts folder (#19611)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-05-12 17:12:17 -07:00 |
|
Alistair Smith
|
d09cbdfae9
|
Add a RedisClient#getBuffer method (#19567)
|
2025-05-09 21:25:40 -07:00 |
|
pfg
|
00a3cbd977
|
more child-process (#18688)
Co-authored-by: pfgithub <6010774+pfgithub@users.noreply.github.com>
|
2025-05-06 22:12:24 -07:00 |
|
Alistair Smith
|
920b3dc8de
|
@types/bun: Improvements to Bun.SQL (#19488)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2025-05-06 17:32:10 -07:00 |
|
Jarred Sumner
|
7521e45b17
|
--console & console: true (#19427)
Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com>
|
2025-05-02 12:55:57 -07:00 |
|
Alistair Smith
|
5874cc44d3
|
Bring back default type arguments for Bun.[Sync]Subprocess (#19423)
|
2025-05-01 12:39:11 -07:00 |
|
Alistair Smith
|
d4b02dcdc2
|
Support >= 3 arguments in Spawn.stdio (#19358)
|
2025-04-28 21:35:20 -07:00 |
|
Alistair Smith
|
8bd05b534d
|
define sqlite constants as namespace (#19349)
|
2025-04-28 16:35:36 -07:00 |
|
Alistair Smith
|
a1eb595d86
|
Improve types and autocomplete for Bun.spawn (fixes #17274) (#19162)
|
2025-04-24 22:04:28 -07:00 |
|
Alistair Smith
|
98c66605e5
|
types: declare Shell as a type (allows for assignment) (#19169)
|
2025-04-23 23:19:53 -07:00 |
|
Alistair Smith
|
a001c584dd
|
@types/bun: more improvements that make reference better (#19098)
Co-authored-by: ctrl-cheeb-del <theredxer@gmail.com>
|
2025-04-18 17:04:03 -07:00 |
|
Alistair Smith
|
b7c7b2dd7f
|
bun:test: Make describe() accept all label kinds (#19094)
|
2025-04-18 17:03:42 -07:00 |
|
Alistair Smith
|
6bf2e57933
|
@types/bun: More JSDoc improvements for docgen (#19024)
|
2025-04-17 12:52:55 -07:00 |
|
Meghan Denny
|
a137a0e986
|
types: add bun:jsc HeapStats and MemoryUsage interfaces (#19071)
|
2025-04-16 19:34:31 -07:00 |
|
Don Isaac
|
caeea11706
|
fix(bun/test): it.failing for tests using done callbacks (#19018)
|
2025-04-14 19:29:05 -07:00 |
|
Alistair Smith
|
6b53301375
|
@types/bun: Reimplement WebSocket type in default environment (#19017)
|
2025-04-14 19:10:52 -07:00 |
|
Alistair Smith
|
74ab6d9fe3
|
some updates to types (#18911)
|
2025-04-14 14:41:01 -07:00 |
|
Teodor Atroshenko
|
7e03e5e712
|
bun-types: add static modifiers to static S3Client methods (#18818) (#18819)
Co-authored-by: Alistair Smith <hi@alistair.sh>
|
2025-04-14 11:57:17 -07:00 |
|