Bun v0.6.11 #3429
Jarred-Sumner
announced in
Announcements
Bun v0.6.11
#3429
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a follow up to address a bug when creating the release build that broke napi in Bun v0.6.10. This also fixes a bug with util.callbackify (thanks @Hanaasagi) and with the
"node:module"
module missing a couple functions.To install:
To upgrade:
Full Changelog: bun-v0.6.10...bun-v0.6.11
Read Bun v0.6.10's release notes on Bun's blog
What's Changed
mock
type changes by @colinhacks inmock
type changes #3305Bun.argv
by @paperdave in Add typedefs forBun.argv
#3302Bun.argv
the same asprocess.argv
by @Jarred-Sumner in MakeBun.argv
the same asprocess.argv
#3310Bun.serve
argument check by @cirospaciari in [Bun.serve] fixBun.serve
argument check #3314bunx prisma init
when node is not installed by @Jarred-Sumner in Fix bug that breaksbunx prisma init
when node is not installed #3362expect.toEqual
,expect.toStrictEqual
, andexpect.toHaveProperty
by @dylan-conway in enable asymmetric matchers inexpect.toEqual
,expect.toStrictEqual
, andexpect.toHaveProperty
#3367error.DependencyLoop
by @Jarred-Sumner in Improve error message forerror.DependencyLoop
#3368v0.11.0-dev.3737+9eb008717
by @dylan-conway in upgrade zig tov0.11.0-dev.3737+9eb008717
#3374expect()
by @alexlamsl in fix tests forexpect()
#3384expect().resolves
andexpect().rejects
by @Electroid inexpect().resolves
andexpect().rejects
#3318node-fetch
by @paperdave in Make node-fallbacks build as esm not cjs / Fixnode-fetch
#3377WebSocket
by @Jarred-Sumner in Reliability bugfix forWebSocket
#3394install --production
by @Jarred-Sumner in Speculative fix for regression causing hang withinstall --production
#3400bun install --production
by @alexlamsl in [install] fix hang inbun install --production
#3406_nodeModulePaths
andrequire.main.paths
by @dylan-conway in implement_nodeModulePaths
andrequire.main.paths
#3411__esModule
annotations by @Jarred-Sumner in Runtime support for__esModule
annotations #3393.randomInt()
support by @lenovouser in.randomInt()
support #3357--exact
flag by @Jarred-Sumner in [bun install] Implement--exact
flag #3409configureLinker
by @dylan-conway in fix overwriting jsx development setting inconfigureLinker
#3420prototype
prop to module by @dylan-conway in webpack test and add emptyprototype
prop to module #3421New Contributors
.randomInt()
support #3357Full Changelog: bun-v0.6.9...bun-v0.6.10
This discussion was created from the release Bun v0.6.11.
Beta Was this translation helpful? Give feedback.
All reactions