All Versions
40
Latest Version
Avg Release Cycle
90 days
Latest Release
778 days ago
Changelog History
Page 4
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 -
v0.6.0 Changes
July 29, 2016 -
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
inphive 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 -
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
- #9:
-
v0.2.1 Changes
April 08, 2016 -
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 tophive.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
- 0๏ธโฃ #20: Make
-save
flag default behaviour - #27 via PR #27 by sebastianbergmann: Abbreviations should be uppercased
๐ Fixed
- #31: Not compatible with PHP 7
-
v0.1.0 Changes
September 23, 2015- ๐ Initial Release