Changelog
Every notable change, newest first. Filter by tag to narrow the list.
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
Changelogto 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.
- The config file can be named
docs.jsonas well asaxerity.json. - Broader test coverage across the content store, OpenGraph, hooks, and the generated endpoints.
- 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.
- Fixed code group state sync and the doubled borders on nested groups.
- Made the API reference layout responsive.
- Prebundled the common syntax-highlighting languages.
- Resilient builds: a broken page now fails the build instead of shipping a 500.
- 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.
- Serve your own static assets, with logo paths normalized.
- Run the crawler correctly in a Vercel build.
- A new Development section in the docs.
Rewrote the engine as a prebuilt server. major
- Reads your content and
axerity.jsonat runtime, so there is nothing to clone or compile.
- Disabled the Vite dependency scan under store mounts.
- Hot-reload of
axerity.jsonin dev.
- Render dynamic icons from the Lucide data map instead of per-icon modules.
- Updated the docs and the config schema URL.
- A
--versionflag on the CLI. - A package readme.
- Relaxed
fs.strictso dev works from the pnpm store.
- Resolve the Vite bin through Node resolution so it works under pnpm and dlx layouts.
First public preview.
- The
axerityCLI:init,dev,build, andpreview. - 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.