Release v0.1.4 — Phase 04 MVP Converter Capabilities#74
Conversation
Backmerge main into develop to sync release history.
…ter-capability-list CONV-046: Create MVP converter capability list
…apabilities CONV-047: Test PNG target capabilities
…nverter-capability CONV-048: Add PNG to JPG converter capability
…onverter-capability CONV-049: Add PNG to WEBP converter capability
…nverter-capability CONV-050: Add PNG to PDF converter capability
…apabilities CONV-051: Test JPG target capabilities
…nverter-capability CONV-052: Add JPG to PNG converter capability
…onverter-capability CONV-053: Add JPG to WEBP converter capability
…nverter-capability CONV-054: Add JPG to PDF converter capability
…arget-metadata CONV-055: Add recommended target metadata
…erter-capabilities CONV-056: Register MVP converter capabilities
…alog-smoke-tests CONV-057: Add converter catalog smoke tests
|
Warning Review limit reached
More reviews will be available in 54 minutes and 16 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (25)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Summary
Phase 04 ships the MVP converter capability layer (metadata only, no real conversion drivers yet).
config/converters.php.Converter::isRecommended()metadata; PNG→JPG and JPG→WEBP marked recommended.ConverterServiceProviderbinds the six MVP converters to a singletonConverterRegistry; unsupported formats return null/empty instead of throwing.Out of scope (deferred)
No real conversion drivers, file upload, jobs/queues, UI, billing, API.
Test plan
composer test— 139 passed, 0 skippedcomposer lintnpm run buildSummary by cubic
Adds the Phase 04 MVP converter capability layer for images. Ships six JPG/PNG capability pairs with option schemas and recommended targets; metadata-only (no conversion drivers).
New Features
config/converters.phpMVP whitelist with six pairs:png:jpg,png:webp,png:pdf,jpg:png,jpg:webp,jpg:pdf(CONV-046).isRecommended()metadata;png:jpgandjpg:webpare recommended (CONV-055).ConverterServiceProviderinto a singletonConverterRegistry; unsupported formats return null/empty instead of throwing (CONV-056).Dependencies
.coderabbit.yamlto run auto-reviews only onmainbase branch.Written for commit ddc3ba0. Summary will update on new commits.