Releases: jonasbn/perl-date-holidays
Releases · jonasbn/perl-date-holidays
1.15
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
-
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
1.13 2018-06-12 Feature release, update recommended
1.12
1.12 2018-06-05 Feature release, update recommended
1.11
1.11 2018-06-01 Feature release, update recommended
1.10
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
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
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
- Added adapter for:
Date::Holidays::KZ (Kazakhstan) via patch from Vladimir Varlamov