All Versions
40
Latest Version
Avg Release Cycle
90 days
Latest Release
778 days ago

Changelog History
Page 4

  • v0.6.2 Changes

    September 17, 2016

    ๐Ÿ”„ Changed

    • refined download progress visualisation
    • implemented HTTP-cache layer
    • ๐Ÿ”จ internal refactoring

    ๐Ÿ›  Fixed

    • โšก๏ธ #78: Custom location stored in phive.xml is now respected when installing and updating PHARs
  • v0.6.1 Changes

    August 12, 2016

    ๐Ÿ”„ Changed

    • โšก๏ธ #71: Do no update PHARs if there is no newer version
    • โฌ‡๏ธ #74: Allow downgrading PHARs
    • #75: Running phive install with arguments will now overwrite existing entries in phive.xml
  • v0.6.0 Changes

    July 29, 2016

    โž• Added

    • #67: Implement alternative separators for version specification
    • #69: Add cli option to provide trusted gpg key IDs

    ๐Ÿ›  Fixed

    • โšก๏ธ #70: Updating and removing PHARs installed via GitHub now works properly
    • โšก๏ธ #73: Selfupdate now properly installs the new PHAR
  • v0.5.0 Changes

    July 15, 2016

    โž• 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
  • v0.4.1 Changes

    June 02, 2016

    โž• Added

    • โž• Additional testsuite running regression tests on the Phive PHAR

    ๐Ÿ›  Fixed

    • via PR #57 by haeber: code cleanup / typo
    • ๐Ÿš€ Installing PHARs from GitHub releases now correctly resolves the PHAR's name
    • โœ‚ Remove command removes phar node from the project's phive.xml
    • Write absolute paths to usages in phars.xml
    • โšก๏ธ Update command now creates symlinks in the correct location
  • v0.4.0 Changes

    May 16, 2016

    โž• Added

    • ๐Ÿ #52: Support for Microsoft Windows environments

    ๐Ÿ”„ Changed

    • #53: Download repositories.xml from https://phar.io only when needed

    ๐Ÿ›  Fixed

    • #47: Always write relative paths to phive.xml
    • ๐ŸŽ #48: Fix path to GPG binary on MacOS X
    • ๐Ÿ‘ป #50: Trying to install an unknown alias does not lead to an exception anymore
  • v0.3.0 Changes

    April 21, 2016

    โž• Added

    • #9: reset command
    • ๐Ÿ”ง #10: Generate Phive configuration file from composer.json
    • #11: Provide proper exit codes
    • โšก๏ธ #14: update command
    • ๐Ÿ‘ #22: Implement support for GitHub repositories
    • #39: Show download progress
    • #41: Caret version operator

    ๐Ÿ”„ Changed

    • #15: Make cURL SSL checks more secure
  • v0.2.1 Changes

    April 08, 2016

    ๐Ÿ›  Fixed

    • #42: Installing PHARs fails when phar.readonly is set in php.ini
    • #43: PHIVE binary gets corrupted
    • #45: Certificate for sks-keyservers.net cannot be loaded when PHIVE is run from a PHAR
  • v0.2.0 Changes

    February 25, 2016

    โž• Added

    • #1: Verify signature of PHAR
    • #4 via PR #32 by Flyingmana: Implement command to list known aliases enhancement
    • #16 via PR #25 by sebastianbergmann: Allow global installation of PHARs
    • #18: -save option to write installed PHAR to phive.xml
    • #28 via PR #28 by sebastianbergmann: Help text for -global option
    • #32: Basic list command to show known aliases
    • ๐Ÿ–จ #33: Show more info than fingerprint before import

    ๐Ÿ”„ Changed

    ๐Ÿ›  Fixed

    • #31: Not compatible with PHP 7
  • v0.1.0 Changes

    September 23, 2015
    • ๐ŸŽ‰ Initial Release