Skip to content

Releases: jonasbn/perl-date-holidays

1.15

16 Jun 07:44
Compare
Choose a tag to compare

1.15 2018-06-16 Feature release, update recommended

  • Added implementation of is_holiday method for Date::Holidays::DE

    Ref: #18

  • Changed the structure returned from Date::Holidays::DE from
    a reference to an array to a reference to a hash, which is
    easier to work with and seems to be the defacto standard

    This is all done in the adapter.

    Ref: #29

1.14

14 Jun 18:45
Compare
Choose a tag to compare
  • Date::Holidays::UK marked as unsupported

  • Date::Holidays::UK::EnglandAndWales marked as unsupported

    Ref: #11

  • Addressed issue with support for country code UK. This is done with the
    adapter Date::Holidays::Adapter::UK, which uses Date::Holidays::GB via
    Date::Holidays::Adapter::GB.

    Ref: #14

1.13

12 Jun 20:48
Compare
Choose a tag to compare

1.13 2018-06-12 Feature release, update recommended

  • This release integrates Date::Holidays::CA_ES is does so
    by supporting the region parameter with the value 'ca' via
    Date::Holidays::ES

    Ref: #28

1.12

05 Jun 20:24
Compare
Choose a tag to compare

1.12 2018-06-05 Feature release, update recommended

  • Added adapter for US, an implementation adapting Date::Holidays::USFederal
    but for the official and standard country code

    Ref: #27

1.11

01 Jun 05:50
Compare
Choose a tag to compare

1.11 2018-06-01 Feature release, update recommended

  • Added adapter for:
    Date::Holidays::SK the integration had some flaws, which have now been
    addressed witht the new adapter

    Ref: #23

1.10

31 May 10:28
Compare
Choose a tag to compare

1.10 2018-05-31 Feature release, update recommended

  • Added adapter for: Date::Holidays::NZ the module has been supported for some time, but the latest
    changes revealed a sub-optimal integration. Support for regions was also added

1.09

30 May 06:09
Compare
Choose a tag to compare

1.09 2018-05-30 Bug fix release, update not required

  • Based on issue #21 several issues with the test suite was spotted
    and corrected, at the same time there was created issues for
    implementation of adapters for SK and NZ. An issue with ES was also
    created since this distribution seems to rely on Date::Holidays,
    which does not seem to make sense.

    Ref: #21

1.08

30 May 05:39
Compare
Choose a tag to compare

1.08 2018-05-28 Feature release, update recommended

  • Added adapter for:
    Date::Holidays::USFederal (US) in response to request from
    Scott Seller. This required a lot of changes to internal code and the test
    suite was restructured. I hope I did not break anything, all tests pass currently.

1.07

10 Dec 20:33
Compare
Choose a tag to compare
  • Added adapter for:
    Date::Holidays::KZ (Kazakhstan) via patch from Vladimir Varlamov