Skip to content

Aurora 1.3.0 — "Sirius"

Choose a tag to compare

@AlexMelanFromRingo AlexMelanFromRingo released this 13 Jun 22:39

Live developer-tooling workflows and a published docs site.

Added

  • alint --fix — auto-formats a file in place (AST formatter), then reports the findings that still need a human (undefined names, unused locals).
  • --watch mode for afmt and alint — re-run on every file change, backed by the new aurora.watch library (content-hash change detection; pure core unit-tested).
  • Documentation site on GitHub Pages, including the auto-generated API reference.

Quality

  • 155 host unit tests + 20 in-VM integration checks + the two-VM network test, all green.

See the CHANGELOG. Install/upgrade is unchanged.