Releases: pegasusheavy/ngx-bun
Releases · pegasusheavy/ngx-bun
v0.1.0 - Initial Release
🚀 @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-ssrandng prerender - Schematics - Easy setup with
ng add @pegasusheavy/ngx-bun
📦 Installation
ng add @pegasusheavy/ngx-bunOr 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