Changelog

All notable changes to this project will be documented on this page.

v1.0.0

Stable Major
Added:

Dual publishing to npm and GitHub Packages

Changed:

Decluttered navbar — version/language switchers moved to sidebar, social links reorganized

Changed:

CLI version now reads dynamically from package.json — no more version drift

Changed:

Version and language switchers support multiple instances (sidebar + mobile nav)

Fixed:

npm package reduced from 31 MB to 39 KB with proper files field

Fixed:

CLI version mismatch — update checker was stuck at v0.5.2

v0.7.0

Major
Added:

Multi-framework support: Astro, React, Next.js, Vue, and Nuxt templates

Added:

Custom landing pages with full HTML/CSS/JS control or section-based layouts

Added:

New commands: lito init, lito validate, lito doctor, lito info, lito preview

Added:

Template registry with shorthand names (astro, react, next, vue, nuxt)

Added:

Configuration validation system with portable config support

Changed:

Framework-aware build pipeline with HMR support for Vite-based frameworks

Changed:

Enhanced CLI UX with interactive prompts, spinners, and color-coded output

v0.6.0

Minor
Added:

Strict configuration system with Core Config and Extensions separation

Added:

Template manifest system (template.json) for declaring template capabilities

Added:

Configuration validation for core schema at build time

Changed:

Templates now silently ignore unsupported extensions (no warnings/errors)

Changed:

Swap templates without changing your docs-config.json

v0.5.0

Major
Changed:

Organization migration to official Lito-docs GitHub organization

Changed:

CLI repository moved to Lito-docs/cli

Changed:

Template repository moved to Lito-docs/template

Changed:

Documentation repository moved to Lito-docs/docs

v0.4.0

Major
Added:

Documentation versioning support with version switcher dropdown

Added:

Changelog components for beautiful release notes

Added:

Copy page feature with “Open in AI” integration (ChatGPT, Claude)

Changed:

Improved CLI sync to handle versioned documentation folders

v0.3.5

Minor
Added:

Full internationalization (i18n) support with 10+ languages

Added:

RTL language support for Arabic and Hebrew

Fixed:

Sidebar navigation scroll position persistence

v0.3.0

Minor
Added:

Interactive API Playground with live request execution

Added:

OpenAPI/Swagger spec auto-generation

Changed:

Redesigned documentation theme with Mintlify-inspired UI

Deprecated:

Legacy docs.config.js format (use docs-config.json)

v0.2.0

Minor
Added:

GitHub-style alerts (NOTE, TIP, WARNING, CAUTION)

Added:

Mermaid diagram support

Fixed:

Search indexing for code blocks

v0.1.0

Initial Release Major
Added:

Initial release of Lito CLI

Added:

Default documentation theme

Added:

MDX component library (20+ components)

Added:

Pagefind search integration

Added:

Dark/light mode support