Skip to content

Releases: hjbdev/pvm

1.1.1 - Improved version selection

21 Oct 13:14
ba147be
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @Lotti made their first contribution in #19

Full Changelog: 1.1...1.1.1

1.1 - Added PHP-CGI support

14 Aug 22:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.1

1.0.1

05 Jul 00:36
f63c6b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0...1.0.1

1.0

23 Jun 14:42
Compare
Choose a tag to compare
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

Full Changelog: 0.2.4...1.0

1.0-alpha-2

01 Apr 15:11
Compare
Choose a tag to compare
1.0-alpha-2 Pre-release
Pre-release

Implements PR #14 from @marcinlawnik allowing non-specific versions in pvm use.

What's Changed

New Contributors

Full Changelog: 0.2.4...1.0-alpha-2

1.0-alpha-1

04 Mar 18:06
Compare
Choose a tag to compare
1.0-alpha-1 Pre-release
Pre-release

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

29 Aug 07:34
ee108ce
Compare
Choose a tag to compare

1a42566

Fixed an issue where specifying 0 as a version for minor or patch would treat it as if no version was supplied

Thanks to @goodjun!

0.2.3 - Compatibility fixes

08 Mar 13:16
4427ddf
Compare
Choose a tag to compare

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

29 Aug 11:35
Compare
Choose a tag to compare

Changes:

  • Removed leftover Illuminate ties
  • Removed old unused code
  • Added some pest tests (WIP)
  • Made the help output more compact

0.2.1

30 Apr 19:43
Compare
Choose a tag to compare

Fixed a bug with the base_path returning the wrong location