π¦ v0.8.0 β PHP 8.4 & Symfony 5+ Compatibility
This release focuses on modernizing the codebase and ensuring compatibility with recent PHP and Symfony versions, while introducing performance improvements and bug fixes.
β Highlights
-
β PHP 8.4 Compatibility
Updated code to remove deprecated usages (e.g.\Safe\sprintf) for full support of PHP 8.4. -
β Symfony 5+ Compatibility
Ensures smooth integration with Symfony 5 and newer, including improved cache and dependency management.
π§ Enhancements
- PSR-6 Cache Support
Added PSR-6 cache support to optimize spellchecking performance by avoiding repeated checks.
π Fixes
- Markdown Remover Cleanup
ImprovedMarkdownRemoverlogic using updatedpreg_replacepatterns to better handle Markdown formatting.
π§Ή Maintenance
- Synced
php-cs-fixerversion with CI to enforce consistent code style. - General cleanup for long-term maintainability.
β‘οΈ Compare 0.7.0...0.8.0 for the full changelog.