Skip to content

Releases: jonasbn/perl-app-yak

0.22.0

30 Nov 19:02
e4e4d90
Compare
Choose a tag to compare

0.22.0 2021-11-30 Maintenance release

0.21.0

08 Jul 20:32
3a74265
Compare
Choose a tag to compare
0.21.0 Pre-release
Pre-release

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

20 Feb 16:42
e5076a3
Compare
Choose a tag to compare
0.20.0 Pre-release
Pre-release

0.20.0 2021-02-20 Milestone release, implemented support for color configuration via environment

  • Colors for output can now be customized using environment variables

0.19.0

04 Jan 22:42
cdb30b3
Compare
Choose a tag to compare
0.19.0 Pre-release
Pre-release

0.19.0 2021-01-04 Milestone release, implemented customization of colors using configuration

  • Colors for output can now be customized using the configuration file

0.18.0

26 Dec 13:44
b91ccdf
Compare
Choose a tag to compare
0.18.0 Pre-release
Pre-release

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

22 Dec 13:09
72742c9
Compare
Choose a tag to compare
0.17.0 Pre-release
Pre-release

0.17.0 2020-12-22 Milestone release, implemented handling of non-found files

  • The feature of reporting on required files not being found has now been implemented

0.16.0

20 Dec 00:12
dbe679b
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release

0.16.0 2020-12-20 Milestone release, bug fix release

  • Stabilizing implementation with several bug fixes found by manual testing, particularly in the configuration handling

0.15.0

19 Dec 11:00
0c25fbd
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release

0.15.0 2020-12-19 Milestone release, preparing for CPAN distribution

  • Rolled into Dist::Zilla based release

  • Added --version command line argument

0.14.0

04 Dec 20:42
07f575f
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release

0.14.0 2020-12-04 Milestone release, stabilizing configuration and data file handling

  • Improved the handling of the configuration and data file handling

0.13.0

04 Dec 18:02
c0e6d03
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release

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 that yak succeeds if the file is present and fails if not
    • false meaning that yak succeeds if the file is not present and fails if it is