bun v0.1.7 #999
Jarred-Sumner
announced in
Announcements
bun v0.1.7
#999
Replies: 2 comments 11 replies
-
|
after upgrading from v0.1.6 to v0.1.7 I started getting the good old |
Beta Was this translation helpful? Give feedback.
10 replies
-
|
How often can we expect a raise in requirement on GLIBC? I ask, because on Ubuntu 18.04 lts you need to manually build it as 2.27 is latest package. I can upgrade to 20 lts but will I have to constantly do it to run bun? No problem for production as I use container and can set it up as I wish, but for development its annoying. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
To upgrade:
To install:
curl https://bun.sh/install | bashIf you have any problems upgrading
Run the install script (you can run it multiple times):
curl https://bun.sh/install | bashWhat's new
bun initquickly start a new, empty project that uses Bun (similar to npm init).bun initis a new subcommand inbun.bun installnow supports private npm registries & scoped (authenticated) packagesThank you @soneymathew for your help with this.
bun installnow supports lifecycle hooks for project-level package.json (not dependencies)It runs postinstall scripts for your app's package.json, but ignores dependencies lifecycle hooks. This lets you use
husky,lint-staged, and other postinstall-dependent packages toolsMore new stuff:
expressis partially supported, thanks to @zhuzilin and @evanwashere. There is a lot more work to be done - it's not fast yet and it logs a spurious error on request, but it is better than not workingbun createnow lets you specify a start command so that you can say how to run the program in the outputprocess.revisionhas the git sha that bun was built withBug fixes
bun:ffiand a couple other places thanks to @sno2Buffer.isBufferno longer checks thatthisis theBufferconstructorBun.Transpilerno longer does bun-specific transforms when it shouldn'tlatin1andbinaryencodings in bun'sBufferimplementationMisc:
New Contributors
Full Changelog: bun-v0.1.6...bun-v0.1.7
This discussion was created from the release bun v0.1.7.
Beta Was this translation helpful? Give feedback.
All reactions