Skip to content

2.0.0

Compare
Choose a tag to compare
@uttamrabadiya uttamrabadiya released this 12 Jun 18:42
· 1 commit to master since this release
df1348a

Description

Requirement

  • PHP 8.2 or higher
  • Other detailed requirement can be found from here

Major Changes

  • Added new isolation command (valet isolate, valet isolated, valet unisolate) Read more on documentation
  • Migrated valet's home directory from ~/.valet to ~/.config/valet
  • Updated valet use command to only work with php version 8.2 & 8.3, you can still use other php versions via isolated isolate commands.
  • Added PHP Bash file to support isolated directories.
  • Removed ngrok's binary from source code, and added install support via valet install command

Source code change

  • Refactored entire code base
  • Implemented CodeSniffer & CS Fixer
  • Added Unit tests for all commands.

Full Changelog: 1.6.9...2.0.0