Skip to content

v2.2.0: Install, Server Fixes and Additions

Compare
Choose a tag to compare
@dmolsen dmolsen released this 26 May 18:46
· 146 commits to develop since this release

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 with Config::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 find phpBin option for the path to PHP