Bun: bun-v0.1.2 Release

Release date:
July 7, 2022
Previous version:
bun-v0.1.1 (released July 5, 2022)
Magnitude:
266 Diff Delta
Contributors:
11 total committers
Data confidence:
Commits:

Top Contributors in bun-v0.1.2

Jarred-Sumner
aslilac
jsjoeio
WebReflection
hnakamur
lucacasonato
isaac-mcfadyen
F3n67u
intergalacticspacehighway
kjvalencik

Directory Browser for bun-v0.1.2

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

To upgrade:

bun upgrade

<details> <summary>If you have any problems upgrading</summary>

Run this: bash curl https://bun.sh/install | bash </details>

What's Changed

bun install: * Fix error: NotSameFileSystem * When the Linux kernel version doesn't support io_uring, print instructions for upgrading to the latest Linux kernel on Windows Subsystem for Linux

bun.js: * Export randomUUID in crypto module by @WebReflection in https://github.com/Jarred-Sumner/bun/pull/254 * napi_get_version should return the Node-API version by @kjvalencik in https://github.com/Jarred-Sumner/bun/pull/392

bun dev: * Fix crash on running bun dev on linux on some machines (@egoarka) https://github.com/Jarred-Sumner/bun/pull/316

Examples: * Minor updates to the Next.js example app by @Nutlope in https://github.com/Jarred-Sumner/bun/pull/389 * Fixing issues with example app READMEs by @Nutlope in https://github.com/Jarred-Sumner/bun/pull/397 * Add RSC to list of unsupported Next.js features in README by @Nutlope in https://github.com/Jarred-Sumner/bun/pull/334 * adding a template .gitignore by @MrBaggieBug in https://github.com/Jarred-Sumner/bun/pull/232

Landing page: * Fix: long numbers + unused css by @michellbrito in https://github.com/Jarred-Sumner/bun/pull/367 * fix a11y issues on landing by @alexkuz in https://github.com/Jarred-Sumner/bun/pull/225 * Add a space in page.tsx by @eyalcohen4 in https://github.com/Jarred-Sumner/bun/pull/264

Internal: * Allow setting LLVM_PREFIX and MIN_MACOS_VERSION as environment variables by @aslilac in https://github.com/Jarred-Sumner/bun/pull/237 * Use Node.js v18.x from NodeSource to use string.replaceAll method by @hnakamur in https://github.com/Jarred-Sumner/bun/pull/268 * refactor: wrap BigInt tests in describe block by @jsjoeio in https://github.com/Jarred-Sumner/bun/pull/278 * Add needed dependencies to Makefile devcontainer target by @hnakamur in https://github.com/Jarred-Sumner/bun/pull/269 * [strings] Fix typo in string_immutable.zig by @eltociear in https://github.com/Jarred-Sumner/bun/pull/274

README: * Add troubleshooting for old intel CPUs by @coffee-is-power in https://github.com/Jarred-Sumner/bun/pull/386 * docs: add callout for typedefs with TypeScript by @josefaidt in https://github.com/Jarred-Sumner/bun/pull/276 * Added label for cpu by @isaac-mcfadyen in https://github.com/Jarred-Sumner/bun/pull/322 * chore(examples): Updates start doco #326 by @mrowles in https://github.com/Jarred-Sumner/bun/pull/328 * fix devcontainer starship installation by @shanehsi in https://github.com/Jarred-Sumner/bun/pull/345 * Update README.md by @PyBaker in https://github.com/Jarred-Sumner/bun/pull/370 * Add Bun logo in README by @DanielTolentino in https://github.com/Jarred-Sumner/bun/pull/228 * Fix Safari's implementation broken link by @F3n67u in https://github.com/Jarred-Sumner/bun/pull/257 * docs: Fix broken toc link by @hyp3rflow in https://github.com/Jarred-Sumner/bun/pull/218

New Contributors

Full Changelog: https://github.com/Jarred-Sumner/bun/compare/bun-v0.1.1...bun-v0.1.2