Skip to content

Releases: jonasbn/perl-date-holidays

1.35

16 Aug 10:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.34...1.35

1.34

10 Oct 19:17
Compare
Choose a tag to compare

1.34 2022-10-10 Bug fix release, update not required

  • Specified requirement for Test::MockModule as 0.13, when migrating to use of a cpanfile for dependency specification, I forgot to specify the version even though it was specified in the Dist::Zilla configuration dist.ini, thanks to @eserte for spotting this. It is actually a regression in that sense that it was also fixed in #47. This addresses #76

  • Added missing adapter Date::Holidays::Adapter::CA for Date::Holidays::CA

  • Commented out some problematic and noisy tests, which require some additional work

1.33

04 Oct 20:34
Compare
Choose a tag to compare

1.33 2022-10-04 Feature release, update not required

  • Further improvement to the handling of the parameters required by:

    • Date::Holidays::NL via Date::Holidays::Adapter::NL
    • Date::Holidays::AW via Date::Holidays::Adapter::AW
    • Date::Holidays::BQ via Date::Holidays::Adapter::BQ

    The gov and lang parameters can now be used in conjunction with the country list parameter

  • Exchanged TryCatch for Try::Tiny

1.32

03 Oct 19:59
Compare
Choose a tag to compare

1.32 2022-10-03 Feature release, update not required

  • Introduction of Date::Holidays::Adapter::BQ for adapting Date::Holidays::BQ

  • Support for extra parameters for is_holiday and is_holiday_dt:

    • Date::Holidays::NL via Date::Holidays::Adapter::NL
    • Date::Holidays::AW via Date::Holidays::Adapter::AW
    • Date::Holidays::BQ via Date::Holidays::Adapter::BQ

    All via PR #70 by Wesley Schwengle (@waterkip) author of:

    • Date::Holidays::NL
    • Date::Holidays::AW
    • Date::Holidays::BQ
  • Fixed and clean up to Dist::Zilla configuration by @jonasbn

1.31

08 Mar 20:08
31037c4
Compare
Choose a tag to compare

1.31 2022-03-08 Feature release, update not required

  • Improved support for Date::Holidays::FR

1.30

01 Mar 20:47
Compare
Choose a tag to compare

1.30 2022-03-01 Bug fix release, update not required

  • PR from @qorron (#53) fixes issue with initialization of US calendar via the adapter. The official calendar module is called: Date::Holidays::USFederal.

1.29

13 Nov 22:06
fcfc9b4
Compare
Choose a tag to compare

1.29 2020-11-13 Maintenance release, update not required

  • Added contribution guidelines for meta.cpan.org

1.28

13 Nov 22:06
f3def83
Compare
Choose a tag to compare

1.28 2020-11-11 Maintenance release, update not required

  • We need to specify the requirement of Test::MockModule to version 0.13, since redefined not introduced until this version

1.27

13 Nov 22:05
93d6499
Compare
Choose a tag to compare

1.27 2020-11-09 Bug fix release, update recommended

  • Fixed a bug in the mock introduced in release 1.27. Had added it to the cpanfile, but not the proper prerequisites and the mocking was not correct syntax

  • Made adjustments to the tar-ball generation, way to much non-distribution related material included

1.26

13 Nov 22:05
db2b0b4
Compare
Choose a tag to compare

1.26 2020-11-09 Bug fix release, update not required

  • I am implementing an example application and I came across a minor bug in the adapter for Date::Holidays::SK
    Reported as issue #45