|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to YGit Schema are documented in this file. |
| 4 | + |
| 5 | +The project follows [Semantic Versioning](https://semver.org/) for the VPMS format and registry releases. |
| 6 | + |
| 7 | +## [1.0.0] - 2026-07-28 |
| 8 | + |
| 9 | +### Added |
| 10 | + |
| 11 | +- Complete VPMS Version 1 JSON Schema using Draft 2020-12. |
| 12 | +- Strict validation for root and nested objects, semantic versions, paths, URIs, email addresses, and timestamps. |
| 13 | +- Official minimal and full valid fixtures plus negative regression fixtures. |
| 14 | +- Cross-platform Python validation and deterministic release automation. |
| 15 | +- Production Astro registry portal with Tailwind CSS, TypeScript, MDX, Shiki, Pagefind, and Lucide icons. |
| 16 | +- Frozen design-system layouts, component library, responsive behavior, accessibility support, SEO metadata, sitemap, and Cloudflare Pages assets. |
| 17 | +- GitHub Actions for schema validation, tests, linting, type checking, formatting, and production build readiness. |
| 18 | +- Complete user and developer documentation for installation, authoring, reference, validation, versioning, migration, troubleshooting, and release workflows. |
| 19 | + |
| 20 | +### Fixed |
| 21 | + |
| 22 | +- Synchronized the official full example with the Version 1 schema. |
| 23 | +- Corrected schema URLs, example filenames, version types, project reference filenames, and documentation status statements. |
| 24 | +- Standardized text files on UTF-8, LF line endings, and two-space indentation where applicable. |
0 commit comments