Sourced from bun-types's releases.
Bun v1.1.12
This release fixes a regression briefly introduced in
bun upgrade
on Windows that occurred in Bun v1.1.11. There are no release notes, please take a look at the Bun v1.1.11 release notes instead.To install Bun v1.1.12:
curl -fsSL https://bun.sh/install | bash # or you can use npm # npm install -g bun
Windows:
powershell -c "irm bun.sh/install.ps1|iex"
To upgrade to Bun v1.1.12:
bun upgrade
Read Bun v1.1.11's release notes on Bun's blog
Bun v1.1.11
To install Bun v1.1.11:
curl -fsSL https://bun.sh/install | bash # or you can use npm # npm install -g bun
Windows:
powershell -c "irm bun.sh/install.ps1|iex"
To upgrade to Bun v1.1.11:
bun upgrade
Read Bun v1.1.11's release notes on Bun's blog
Thanks to 16 contributors!
... (truncated)
e3b7635
fix(Bun.Socket) onDrain will only be called after handshake + docs update (#1...7f1880c
Bun.CryptoHasher: fix byteLength and add test (#11431)6c9b3de
add jest.setTimeout typed3fdb17
add jest.setTimeout
to bun test (#10687)bbaeeae
Implement expect().toHaveReturned() && expect().toHaveReturnedTimes(n) (#11231)4df387d
happy eyeballs (#11206)b15d47d
Introduce bun.dns.prefetch
API (#11176)593ad71
[bun-types] Add missing serialization
option to Bun.spawnca4d2fc
A couple fixes to TypeScript typesc7d7bc1
node:crypto: add shake128 and shake256 (#11134)