You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default parameters are now overridable in user configs – previously wwwDir: %rootDir%/www in common.neon was silently overwritten because defaults were injected after user configs.
%baseUrl% no longer crashes when HttpExtension is missing – the parameter is now a lazy statement resolved at runtime instead of a hard reference at compile time (#75).
Improved PHPDoc descriptions and types across the codebase.