Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@tomzx tomzx released this 02 May 21:23
· 111 commits to master since this release

Added

  • Support for self-updating of the phar file through a new SelfUpdateCommand
  • You can run the suggest command and pass it a --tag=~1.0 option (support semantic versioning constraints)
  • Display on what the suggest command result is based using the --details option

Changed

  • Replace PHPSemVerChecker JSONReporter with a PHPSemVerCheckerGIT JSONReporter
    • Adds a before/after hash to the exported JSON
  • Increased xdebug.max_nesting_level to 5000