github carthage-software/mago 0.8.0
Mago 0.8.0

latest releases: 1.0.0-beta.12, 1.0.0-beta.11, 1.0.0-beta.10...
7 months ago

🚨 Breaking Changes

Removed compatibility Plugin

  • The compatibility plugin has been removed as its functionality is now integrated into the core semantics analyzer.

Strict PHP Version Checks

  • New: The semantics analyzer now enforces strict PHP version compatibility.
    • Detects usage of PHP features not available in the configured version
    • Always results in an error (cannot be disabled or downgraded)
    • Covers more features than the old plugin, ensuring stricter compliance

✨ New Features

PHP 8.5 Support

  • Added support for new PHP 8.5 features:
    • Closures in constant expressions
    • Attributes on constants ( #64 )

Thank you for using Mago! 🚀


Full Changelog: 0.7.0...0.8.0

Don't miss a new mago release

NewReleases is sending notifications on new releases.