Skip to content

Releases: pegasusheavy/ngx-bun

v0.1.0 - Initial Release

03 Jan 16:53

Choose a tag to compare

🚀 @pegasusheavy/ngx-bun v0.1.0

The first release of the Angular 19+ SSR adapter for Bun!

✨ Features

  • BunAngularEngine - High-performance SSR engine with built-in LRU caching
  • Static File Handler - Optimized static asset serving with proper MIME types
  • Prerendering Support - Full SSG capabilities with prerenderRoutes()
  • Angular CLI Integration - Custom builders for ng serve-ssr and ng prerender
  • Schematics - Easy setup with ng add @pegasusheavy/ngx-bun

📦 Installation

ng add @pegasusheavy/ngx-bun

Or manually:

bun add @pegasusheavy/ngx-bun

🔧 Requirements

  • Angular 19+
  • Bun 1.0+

📖 Documentation

See the README for full documentation and usage examples.

🎉 Demo

Check out the demo app for a working example with SSR and hydration.


Full Changelog: https://github.com/pegasusheavy/ngx-bun/commits/v0.1.0