Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---

## [Unreleased]
## [v1.36.3] - 2026-02-19

### Improved

#### CLI – `vix publish`

- Generate a **rich registry entry** when publishing a new package:
- Adds structured `api` metadata (`format`, `generatedBy`, `updatedAt`)
- Includes `constraints`, `dependencies`, `exports`, `maintainers`, and `quality`
- Derives defaults from `vix.json` when available
- Automatically refreshes `api.updatedAt` on every publish
- Keeps backward compatibility with existing registry entries
- Ensures `versions` is always a valid object before insertion

### Why this matters

Registry entries are now:
- More consistent
- Self-describing
- Future-proof for tooling and validation
- Closer to production-grade metadata from first publish

## v1.36.2

### Fix
Expand Down
2 changes: 1 addition & 1 deletion modules/cli
Loading