0.1.1 - 2026-06-26
Added
- HEEx-first
.astraltemplates for pages, layouts, and local components. - Parser-backed
.astral<style>and<script>extraction through Volt embedded modules. - Example site pages, layouts, and components that dogfood
.astraltemplates.
0.1.0 - 2026-06-25
Initial Astral development release.
Added
- Static HTML and Markdown build pipeline.
- Elixir
astral.config.exssite DSL. - MDEx-backed Markdown and frontmatter support.
- EEx layouts with page, metadata, route, and site assigns.
- Per-page layout selection and layout disabling.
- Plug/Bandit development server composed with Volt.
mix astral.devandmix astral.buildtasks.Astral.asset_path/2for Volt-managed layout assets.examples/basicrunnable site with TypeScript, CSS, layouts, Markdown, public files, and Volt lint/format configuration.- Igniter-powered starter site scaffolding through
mix astral.new,mix astral.install, andmix igniter.install astral.