| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-04 | refactor(spdx-licenses): remove unused functions | nsfisis | |
| 2026-05-04 | feat(validate): warn on deprecated SPDX license identifiers | nsfisis | |
| Mirror Composer's Util\ConfigValidator::validate() license handling: treat empty string and empty array as missing, accept array form, and emit deprecation warnings (with GPL-specific -only/-or-later suggestions) for identifiers flagged deprecated in the SPDX database. | |||
| 2026-02-22 | feat(spdx): add mozart-spdx-licenses crate for SPDX license validation | nsfisis | |
| Add new workspace crate that validates SPDX license expressions using data from composer/spdx-licenses (git submodule). Includes build.rs codegen from JSON, recursive descent expression parser supporting AND/OR/WITH/LicenseRef, and integrates into mozart-core's validate_license function. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2026-02-22 | refactor(workspace): split monolithic crate into 6 workspace crates | nsfisis | |
| Extract modules from the single `mozart` crate into 5 focused library crates to improve compilation parallelism and architectural clarity: - mozart-constraint: version constraint parser (independent) - mozart-core: base types, console, validation, platform utilities - mozart-archiver: archive creation (tar, zip, bzip2) - mozart-registry: Packagist API, cache, resolver, downloader, lockfile - mozart-autoload: autoloader generation and PHP scanner Refactor Console::from_cli and build_cache_config to accept primitive args instead of &Cli to break circular dependencies. Introduce [workspace.dependencies] for centralized version management. Remove 9 unused direct dependencies from the CLI crate. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
