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: Themago init
command was generating amago.toml
file with outdatedsnake_case
keys (e.g.,php_version
). This has been corrected to use the properkebab-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