Brisa 0.2.12

by Aral Roca

This release continues our preparations for Brisa v0.3, where we will introduce a brand new binary-based build system and overhaul the current build process. As part of this effort, we’re replacing all dynamic imports with static ones to enable a fully precompiled server runtime.

This shift not only paves the way for binary builds, but also sets the foundation for a much more efficient hot-reloading system — one that will rebuild only the changed files instead of restarting the entire app.

✨ Features

🛠 Fixes

🧱 Maintenance

Full Changelog: github.com/brisa-build/brisa/compare/0.2.11...0.2.12