Ciro Spaciari
|
99a3b01bd0
|
fix(sql) calling not tagged throw errors (#17415)
|
2025-02-17 13:06:27 -08:00 |
|
Jarred Sumner
|
527412626a
|
Make fetch() optional in Bun.serve() when routes are passed (#17401)
Co-authored-by: Pham Minh Triet <92496972+Nanome203@users.noreply.github.com>
|
2025-02-17 03:25:07 -08:00 |
|
Jarred Sumner
|
f29e912a91
|
Add routes to Bun.serve() (#17357)
|
2025-02-16 00:42:05 -08:00 |
|
chloe caruso
|
0b6aa96672
|
Chloe/hmr4 (#17353)
Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-02-15 05:45:02 -08:00 |
|
chloe caruso
|
78e52006c5
|
Rewrite internal Web Streams to use less memory (#16860)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: pfg <pfg@pfg.pw>
|
2025-02-15 01:16:28 -08:00 |
|
pfg
|
905fbee768
|
Wake up stdin after it falls asleep (#17351)
|
2025-02-15 01:15:10 -08:00 |
|
Meghan Denny
|
0405e1451c
|
node: fix test-buffer-inspect.js (#17171)
|
2025-02-14 23:30:46 -08:00 |
|
Meghan Denny
|
b418b7794a
|
node:buffer: fix write (#17323)
|
2025-02-14 23:30:18 -08:00 |
|
Meghan Denny
|
600343fff7
|
node:buffer: fix test-buffer-resizable.js (#17350)
|
2025-02-14 23:29:09 -08:00 |
|
190n
|
43367817a4
|
Handle rejected promises in EventLoop.autoTick (#17346)
|
2025-02-14 17:49:30 -08:00 |
|
Meghan Denny
|
7b65ca2a71
|
Revert "assets in css files 1"
This reverts commit 29c737b2b9.
|
2025-02-14 17:27:33 -08:00 |
|
chloe caruso
|
29c737b2b9
|
assets in css files 1
|
2025-02-14 17:24:55 -08:00 |
|
Jarred Sumner
|
b4f34b03d6
|
Fix disabling HMR, add way to do /api/* and /* in static (#17333)
|
2025-02-14 07:43:21 -08:00 |
|
Ben Kunkle
|
b44769c751
|
Glob Match Rewrite (#16824)
Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com>
|
2025-02-14 06:32:57 -08:00 |
|
chloe caruso
|
10663d7912
|
devserver: use file urls for sourcemap (#17319)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-02-14 01:30:03 -08:00 |
|
Ciro Spaciari
|
a2c64ad706
|
fix(sql) add prepare: false option and sql``.simple() (#17296)
|
2025-02-13 19:51:05 -08:00 |
|
Ciro Spaciari
|
79afefa488
|
fix(s3) Support Virtual Hosted-Style endpoints (#17292)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-02-13 19:47:53 -08:00 |
|
Jarred Sumner
|
baee1c10d3
|
Fix flaky patch test (#17301)
|
2025-02-13 00:22:05 -08:00 |
|
Meghan Denny
|
6353fa4806
|
node:buffer: fix read (#17299)
|
2025-02-12 23:37:36 -08:00 |
|
chloe caruso
|
f17ce2b756
|
hmr fixes (#17239)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-02-12 23:14:02 -08:00 |
|
Shlomo
|
506ea28b36
|
feat: load full certificate bundles from NODE_EXTRA_CA_CERTS (#16782)
|
2025-02-12 11:42:31 -08:00 |
|
Ciro Spaciari
|
1bb1f59b9e
|
fix(sql) fix fragments containing fragments + concat syntax for parameters (#17273)
|
2025-02-11 20:08:58 -08:00 |
|
chloe caruso
|
e22c6c5dbe
|
fix a crash when trying to throw the error for onEnd ($notImplementedIssueFn) (#17271)
|
2025-02-11 19:38:10 -08:00 |
|
Meghan Denny
|
bdccbbc828
|
node: fix Buffer.from(arrayBuffer) (#17267)
|
2025-02-11 18:10:43 -08:00 |
|
Meghan Denny
|
251c2b7d06
|
node:fs: windows: fix integer cast truncating bits when using too large of a mode (#17249)
|
2025-02-11 00:12:28 -08:00 |
|
Zack Radisic
|
321500c625
|
CSS stress tests, some fixes (#17131)
|
2025-02-10 20:56:30 -08:00 |
|
Ciro Spaciari
|
3a231a62b4
|
fix(sql) fix support for binary numeric values (#17245)
|
2025-02-10 19:25:52 -08:00 |
|
Jarred Sumner
|
a23c11e381
|
Support BUN_PUBLIC_* and other env options in HTML imports (#17227)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-02-10 02:09:48 -08:00 |
|
Jarred Sumner
|
ba8573494a
|
Add shadcn, tailwind and react detection & templates to bun create. Also: bun install --analyze <files...> (#17035)
|
2025-02-09 09:36:57 -08:00 |
|
Michael H
|
584db03a74
|
bun pm pack support "files" starting with ./ (#17135)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-02-08 01:27:15 -08:00 |
|
chloe caruso
|
f912e0abc4
|
hot module reloading for HTML import development mode (#16955)
|
2025-02-08 00:31:30 -08:00 |
|
Ciro Spaciari
|
6e887c8e45
|
fix(sql) fix TLS verify modes (#17129)
|
2025-02-07 23:23:05 -08:00 |
|
Meghan Denny
|
374195ea30
|
node: fix test-buffer-backing-arraybuffer.js (#17161)
|
2025-02-07 23:22:03 -08:00 |
|
Ciro Spaciari
|
0da7025fb0
|
fix(sql) decode options from URI properly (#17156)
|
2025-02-07 15:43:23 -08:00 |
|
Meghan Denny
|
180500181f
|
js: fix Buffer constructor and Buffer.from (#16731)
|
2025-02-07 15:13:21 -08:00 |
|
190n
|
4d2a8650e5
|
test: bump pglite version (#17117)
|
2025-02-06 14:33:44 -08:00 |
|
Don Isaac
|
146ec7791b
|
fix(node/assert): port more test cases from node (#16895)
Co-authored-by: DonIsaac <22823424+DonIsaac@users.noreply.github.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-02-06 14:29:59 -08:00 |
|
Ciro Spaciari
|
1fe2c3b426
|
feat(sql) support retrieving array values (#17094)
|
2025-02-06 02:45:05 -08:00 |
|
Jarred Sumner
|
fad856c03c
|
Support fs.stat, fs.existsSync, fs.readFile, fs.promises.stat, fs.promises.readFile in bun build --compile (#17102)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-02-06 00:06:52 -08:00 |
|
Jarred Sumner
|
2770ecad5c
|
Fixes #16995 (#17101)
|
2025-02-05 22:35:53 -08:00 |
|
Michael H
|
1684c6246d
|
fix bunx on windows with postinstall scripts (#17076)
|
2025-02-05 22:31:42 -08:00 |
|
pfg
|
0c8658b350
|
Fix test-fs-promises-writefile.js on windows (#17053)
|
2025-02-05 22:12:52 -08:00 |
|
pfg
|
fc7bd569f5
|
Fix UAF in throwCommandNotFound (#17097)
|
2025-02-05 21:22:52 -08:00 |
|
Dylan Conway
|
4d004b90ca
|
Fix bun.lock formatting of bin (#17041)
|
2025-02-04 23:55:57 -08:00 |
|
Zack Radisic
|
dcf0b719a5
|
CSS Fixes: light dark, color down-leveling bugs, implement minify for box-shadow (#17055)
|
2025-02-04 22:50:41 -08:00 |
|
Meghan Denny
|
8634ee3065
|
fix test-buffer-copy.js (#16640)
|
2025-02-04 20:19:22 -08:00 |
|
Meghan Denny
|
1819b01932
|
node: fix test-buffer-fill.js (#16738)
|
2025-02-04 19:52:11 -08:00 |
|
Meghan Denny
|
b39d84690c
|
implement process.binding('buffer') (#16741)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-02-04 17:59:48 -08:00 |
|
190n
|
a8d159da22
|
Fix napi_is_buffer/napi_is_typedarray to match Node.js (#17034)
|
2025-02-03 21:49:27 -08:00 |
|
Jarred Sumner
|
0861c03b37
|
Fix memory leak in the SQL query string (#17026)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2025-02-03 17:38:17 -08:00 |
|