github carthage-software/mago 1.0.0-beta.3
Mago 1.0.0-beta.3

latest releases: 1.0.0-beta.10, 1.0.0-beta.9, 1.0.0-beta.8...
5 days ago

Mago 1.0.0-beta.3 Release Notes

This is another quick bug-fix release that addresses a few important issues reported by the community since the last beta.

What's Fixed ⛏️

  • Smarter Formatter Line Breaking: The formatter's heuristics have been improved to better handle line breaking for complex, nested expressions (such as a new expression inside a function call) and code containing comments. This results in more consistent and predictable output, especially in intricate method chains and argument lists. (closes #332)

  • mago init Configuration Fix: The mago init command was generating a mago.toml file with outdated snake_case keys (e.g., php_version). This has been corrected to use the proper kebab-case format (e.g., php-version), ensuring that newly initialized projects work out-of-the-box without requiring manual changes.


Full Changelog: 1.0.0-beta.2...1.0.0-beta.3

Don't miss a new mago release

NewReleases is sending notifications on new releases.