Axerity

Changelog

Every notable change, newest first. Filter by tag to narrow the list.

June 4, 2026
v0.3.0
Feature

Redesigned the Update component and added the Changelog wrapper. new

  • A two-column layout with a label, a description, and tags.
  • Wrap your updates in Changelog to turn the tags into a filter bar.
  • Each update gets its own anchor and its own entry in the RSS feed.
  • Headings inside an update stay out of the table of contents.
  • A full field-by-field reference for axerity.json.
June 3, 2026
v0.2.6
Feature
  • The config file can be named docs.json as well as axerity.json.
  • Broader test coverage across the content store, OpenGraph, hooks, and the generated endpoints.
June 2, 2026
v0.2.5
Performance
  • Smaller installs and a lazily loaded search index.
  • The config schema is now hosted, so editor autocomplete works from a URL.
  • A full Vitest suite, a CI gate that runs on every change, and coverage thresholds on the core.
  • A deep dive on the engine internals and design decisions.
June 2, 2026
v0.2.4
Fix
  • Fixed code group state sync and the doubled borders on nested groups.
  • Made the API reference layout responsive.
June 2, 2026
v0.2.3
Feature
  • Prebundled the common syntax-highlighting languages.
  • Resilient builds: a broken page now fails the build instead of shipping a 500.
June 2, 2026
v0.2.2
Feature
  • Generate an OpenAPI reference for your own project, not just the demo.
  • Configurable favicon and per-page OpenGraph images.
  • Crash fixes for self-closing components and reactive null-safety.
June 2, 2026
v0.2.1
Fix
  • Serve your own static assets, with logo paths normalized.
  • Run the crawler correctly in a Vercel build.
  • A new Development section in the docs.
June 1, 2026
v0.2.0
Release

Rewrote the engine as a prebuilt server. major

  • Reads your content and axerity.json at runtime, so there is nothing to clone or compile.
June 1, 2026
v0.1.4
Fix
  • Disabled the Vite dependency scan under store mounts.
  • Hot-reload of axerity.json in dev.
June 1, 2026
v0.1.3
Fix
  • Render dynamic icons from the Lucide data map instead of per-icon modules.
  • Updated the docs and the config schema URL.
June 1, 2026
v0.1.2
Feature
  • A --version flag on the CLI.
  • A package readme.
  • Relaxed fs.strict so dev works from the pnpm store.
June 1, 2026
v0.1.1
Fix
  • Resolve the Vite bin through Node resolution so it works under pnpm and dlx layouts.
June 1, 2026
v0.1.0
Preview

First public preview.

  • The axerity CLI: init, dev, build, and preview.
  • Markdown rendering, dark mode, and the flat layout.
  • Theme presets, sidebar variants, and custom brand accent and radius overrides.
  • Serve docs at the root or under a configurable basePath.
  • OpenAPI generation, webhook and WebSocket components, versioned docs, and a roadmap component.
  • A JSON config schema, and deployment guides for Vercel, Cloudflare, Netlify, Pages, nginx, and Caddy.