Releases · virtphp/virtphp
This repository was archived by the owner on Feb 11, 2019. It is now read-only.
v0.5.2-alpha
0.5.2-alpha (2015-1-18)
Introduced the activate command which returns the source command to copy in order to activate an env, and if the system has a supported clipboard, copies the command to said clipboard
Usage:
virtphp activate {env_name}
v0.5.1-alpha
- Released adding base foundation for more detailed logging along with pear install logging.
v0.5.0-alpha
- Added support for global Composer installs in the active virtPHP environment
- Fixed a bug on OS X involving the presence of an existing
~/.pearrcfile - Various bug fixes and docs improvements
v0.4.0-alpha
- Changed the default behavior of the
createcommand to create all new virtPHP environments in~/.virtphp/envs/; this may be overridden with the--install-pathoption - Added ability to delete a virtPHP environment by name with
delete envname - Fixed issue in which we failed to remove an environment from the environments list
- Updated all code in the project to conform to PSR-2 standard
- Various improvements to tests and raised level of code coverage
- Various bug fixes and docs improvements
v0.3.0-alpha
- Added
showcommand to show all environments created with virtphp - Updated
create,clone, anddestroycommands to write to~/.virtphp/environments.jsonwhen creating or destroying virtphp environments - Improved searching for a local
~/.pearrcconfig file (fixes #25) - Various bug fixes and docs improvements
v0.2.0-alpha
- Added checks to the
activatescript to detect whether another virtphp or virtualenv environment is running; one must deactivate virtualenv environments before they can activate a virtphp env. Switching virtphp env is allowed. - Added Travis CI and Coveralls.io configuration to run tests and generate coverage reports
- Changed to use PSR-4 autoloading
- Typo fixes and documentation updates
v0.1.0-alpha
- Initial release