Releases: jonasbn/perl-app-yak
Releases · jonasbn/perl-app-yak
0.22.0
0.21.0
0.21.0 2021-07-08 Milestine release, implemented support for NO_COLOR environment variable
- The
NO_COLOR
environment variable is now supported. It might have been via Term::ANSIColor, but now it is documented and explicitly implemented
0.20.0
0.19.0
0.18.0
0.18.0 2020-12-26 Milestone release, implemented handling of URLs for checksum resources and checksum calculation
-
The feature of fetching a checksums resource via URL added
-
The feature of fetching a single checksum resource via URL for dynamic calculation added
-
Added use of LWP::UserAgent as a dependency
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.13.0 2020-12-04 Milestone release, implementing support for checking file presence
- Added support for checking file presence
- in the data source (checksums file) you can now specify a boolean instead of a checksum or file
true
meaning thatyak
succeeds if the file is present and fails if notfalse
meaning thatyak
succeeds if the file is not present and fails if it is