v2.2.0: Install, Server Fixes and Additions
This version addressed the following:
- ADD: support Composer's
--no-interaction
mode for use with CI tools - ADD:
--quiet
option for built-in server - ADD:
configPath
can now be retrieved withConfig::getOption()
- FIX: pattern documentation without a corresponding pattern no longer throws an error
- FIX: missing
./public/
and./source/
are now re-built with a warning instead of just throwing an error - FIX: the console help properly handles sample examples in the usage field
- FIX: if
$_SERVER['_']
doesn't exist the built-in server will try to findphpBin
option for the path to PHP