cd/entity/Bun· home entities Bun
grep -l @bun /news/*.json | wc -l → 79

Bun

mentions 79 type Organization page 4/4 feed RSS

// recent coverage 79 mentions

04:16
2026-03-18
bun.com
developer-tools

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…

06:31
2026-02-26
bun.com
developer-tools

Bun v1.3.10

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…

09:01
2026-02-08
bun.com
developer-tools

Bun v1.3.9

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…

10:04
2026-01-29
bun.com
developer-tools

Bun v1.3.8

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…

06:30
2026-01-27
bun.com
developer-tools

Bun v1.3.7

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(…

21:55
2026-01-15
gist.github.com
developer-tools

bun-effect.ts

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 …

01:12
2026-01-13
bun.com
developer-tools

Bun v1.3.6

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…

10:11
2025-12-17
bun.com
developer-tools

Bun v1.3.5

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…

00:00
2025-12-16
spader.zone
developer-tools

Claude Wrapped

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…

10:11
2025-12-06
bun.com
developer-tools

Bun v1.3.4

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…

10:00
2025-12-02
bun.com
artificial-intelligence

Bun is joining Anthropic

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…

10:11
2025-11-21
bun.com
developer-tools

Bun v1.3.3

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…

10:11
2025-11-08
bun.com
developer-tools

Bun v1.3.2

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…

15:00
2025-10-28
bun.com
developer-tools

Vercel now supports the Bun Runtime

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…

10:11
2025-10-22
bun.com
developer-tools

Bun v1.3.1

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…

20:00
2025-10-10
bun.com
developer-tools

Bun 1.3

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…

10:11
2025-09-28
bun.com
developer-tools

Bun v1.2.23

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…

22:54
2025-09-14
bun.com
developer-tools

Bun v1.2.22

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 …

15:00
2025-09-10
bun.com
developer-tools

Behind The Scenes of Bun Install

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…

← prev page 4 / 4
// co-occurs with top 8 entities