Releases: hjbdev/pvm
Releases · hjbdev/pvm
1.1.1 - Improved version selection
1.1 - Added PHP-CGI support
What's Changed
- feat: create scripts for php-cgi by @OliverWich in #18
New Contributors
- @OliverWich made their first contribution in #18
Full Changelog: 1.0.1...1.1
1.0.1
1.0
pvm 1.0
This is a major breaking release, featuring the complete rewrite of the codebase in golang. If you're coming from the previous composer version, please check the readme for how to install.
What's Changed
- V2 - Rewrite by @hjbdev in #11
- Allow omitting patch version in
use
command by @marcinlawnik in #14 - Move the check for the nts option above where the threadSafeString is… by @ENG3PLabs in #15
- Create link to ext directory inside selected PHP version on use by @ENG3PLabs in #16
New Contributors
- @marcinlawnik made their first contribution in #14
- @ENG3PLabs made their first contribution in #15
Full Changelog: 0.2.4...1.0
1.0-alpha-2
Implements PR #14 from @marcinlawnik allowing non-specific versions in pvm use
.
What's Changed
- Allow omitting patch version in
use
command by @marcinlawnik in #14
New Contributors
- @marcinlawnik made their first contribution in #14
Full Changelog: 0.2.4...1.0-alpha-2
1.0-alpha-1
Complete rewrite of the application in Go. PVM is no longer dependent on PHP itself.
Installation steps have changed, please refer to the README.
Do not attempt to update to 1.0+ releases with composer. You should remove the old version of PVM before attempting to upgrade.
0.2.4 - Fixing version minor patch conditional issues
0.2.3 - Compatibility fixes
Changes:
- Added function_exists checks to stop pvm interfering with other globally installed packages #9 , #10 (Thanks @Eboubaker!)
- Hid some deprecation warnings introduced in PHP 8.1. I will review this at a later date, it may result in me dropping support for PHP 5.6, which I shouldn't really be supporting anyway. #10
0.2.2 - Minor Refactor
Changes:
- Removed leftover Illuminate ties
- Removed old unused code
- Added some pest tests (WIP)
- Made the help output more compact