Bun v1.3.11
Bun v1.3.11 reduces its Linux x64 binary size by 4 MB by removing CMake, and introduces a new `Bun.cron` API for cross-platform OS-level cron job management. The update also adds `Bun.sliceAnsi`, a hi…
Bun v1.3.11 reduces its Linux x64 binary size by 4 MB by removing CMake, and introduces a new `Bun.cron` API for cross-platform OS-level cron job management. The update also adds `Bun.sliceAnsi`, a hi…
Based on the article, Bun version 1.3.10 introduces a completely rewritten REPL in Zig that starts instantly with features like syntax highlighting, persistent history, and top-level await support. Th…
Bun v1.3.9 introduces new `bun run --parallel` and `bun run --sequential` commands that allow running multiple package.json scripts concurrently or sequentially with colored, prefixed output, includin…
Bun version 1.3.8 introduces a built-in CommonMark-compliant Markdown parser written in Zig, offering three rendering APIs: `Bun.markdown.html()` for HTML output, `Bun.markdown.render()` for custom ca…
Bun v1.3.7 introduces significant performance improvements, including a 50% faster `Buffer.from()` for arrays, a JavaScriptCore engine upgrade, and upcoming optimizations for async/await, `Array.from(…
This file provides a minimal test wrapper for Bun's native test runner, implementing `it.effect()` and `it.scoped()` methods that allow testing Effect-TS effects directly with `bun test`. The wrapper …
Here is a factual summary of the article: Bun version 1.3.6 introduces three new built-in APIs. The `Bun.Archive` API allows for creating and extracting tar archives with optional gzip compression di…
Bun v1.3.5 introduces a new built-in API for pseudo-terminal (PTY) support, allowing developers to create and manage interactive terminal applications like shells and text editors directly from Bun. T…
The article describes a tool called "Claude Wrapped" that allows users to compare their Claude Code usage statistics against global data. It is built using a raymarcher written in C, compiled with WAS…
Bun v1.3.4 introduces support for the URLPattern Web API, enabling declarative pattern matching for URLs, and adds fake timers to the bun:test module for controlling time in tests. The update also inc…
Anthropic has acquired the company behind Bun, the high-performance JavaScript runtime, bundler, and package manager. Bun will remain open-source under the MIT license, will continue to be actively ma…
Bun version 1.3.3 has been released, fixing 95 issues and introducing several new features. The update adds support for `CompressionStream` and `DecompressionStream` Web APIs (including brotli and zst…
Bun version 1.3.2 fixes 287 issues and restores hoisted installs as the default for existing workspaces, while keeping isolated installs as the default for new projects. The update introduces a lockfi…
Vercel has added public beta support for the Bun Runtime, allowing developers to run applications natively on Bun by adding `"bunVersion": "1.x"` to their `vercel.json` configuration. This integration…
Bun v1.3.1 introduces significant performance improvements, including up to 2x faster builds for projects using isolated linkers or symlinks, and faster installs by removing an unnecessary sleep() cal…
Bun 1.3 is a major update that transforms Bun into a full-stack JavaScript runtime with built-in frontend development support, including hot reloading, React Fast Refresh, and a production bundler. Th…
Bun v1.2.23 fixes 119 issues and introduces several new features. Key additions include automatic migration from pnpm-lock.yaml to bun.lock, new `--cpu` and `--os` flags for filtering optional depende…
Bun v1.2.22 introduces several key improvements, including async stack traces that now show the full asynchronous execution path for easier debugging, and a new fast path that makes `postMessage` and …
The article explains that Bun's package installation is significantly faster than other Node.js package managers because it treats installation as a systems programming problem rather than a JavaScrip…