Skip to content

0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@sebastianheuer sebastianheuer released this 15 Jul 17:33
· 608 commits to master since this release

Added

  • Added exit code 5 to signal parameter validation errors
  • #7: Implement selfupdate command
  • #17: Add support for custom repository list
  • #13: Implement status command
  • #58: Implement .bat-Wrapper for Windows

Changed

  • via PR #56 by sebastianbergmann: Changelog rewritten to respect the Keep a CHANGELOG principles.
  • #29 and #55: Rewritten CLI parameter processing code
  • Phive now exits with code 10 in case of an internal error (previously: 5)
  • #38: installed version of a PHAR is now added to phive.xml and respected by the install command
  • #63: Disallow the combined used of --target and --global in phive install
  • #59: Always create a copy when installing a PHAR globally
  • #60: Properly write the location of an installed PHAR to phive.xml

Fixed

  • #64: Fixed the global --home option to change Phive's home directory