Releases: DiffyWebsite/diffy-cli
Releases · DiffyWebsite/diffy-cli
Use YAML file upload for project:update command
Instead of parsing YAML file now project:update uploads the file directly to Diffy.
0.1.40 - Raising the minimum PHP version to 8.2
Full Changelog: 0.1.39...0.1.40
Exit with success code for all commands
To ensure that commands do not fail in pipelines we exit them with success zero code.
0.1.38
0.1.37
What's Changed
- introduce YAML format for project settings for
project:updatecommand @gregurcom #26
Full Changelog: 0.1.36...0.1.37
0.1.36
What's Changed
- update readme.md project:compare with baseline by @gregurcom in #23
- update packages by @gregurcom in #24
- support only PHP 8+ by @gregurcom in #25
Full Changelog: 0.1.35...0.1.36
0.1.35
Bump versions of Guzzle, Robo
Make Drupal 10 compatible.
Fix for screenshot:create-baseline
Fix an error happened during screenshot:create-baseline command.
createScreenshot with "custom" environment option
Now you can create screenshots from custom environment with command
diffy screenshot:create 342 custom --envUrl="https://custom.diffy.website"