Date-Holidays
view release on metacpan or search on metacpan
CHANGELOG.md view on Meta::CPAN
[Date::Holidays::Adapter::GB](https://metacpan.org/pod/Date::Holidays::Adapter::GB).
Ref: PR [#14](https://github.com/jonasbn/perl-date-holidays/pull/14)
## 1.13 2018-06-12 Feature release, update recommended
- This release integrates [Date::Holidays::CA_ES](https://metacpan.org/pod/Date::Holidays::CA_ES) is does so
by supporting the region parameter with the value 'ca' via
[Date::Holidays::ES](https://metacpan.org/pod/Date::Holidays::ES)
Ref: PR [#28](https://github.com/jonasbn/Date-Holidays/pull/28)
## 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: PR [#27](https://github.com/jonasbn/Date-Holidays/pull/27)
## 1.11 2018-06-01 Feature release, update recommended
- Added adapter for:
[Date::Holidays::SK](https://metacpan.org/pod/Date::Holidays::SK) the integration had some flaws, which have now been
addressed with the new adapter
Ref: PR [#23](https://github.com/jonasbn/Date-Holidays/pull/23)
## 1.10 2018-05-31 Feature release, update recommended
- Added adapter for:
[Date::Holidays::NZ](https://metacpan.org/pod/Date::Holidays::NZ) the distribution has been supported for some time,
but the latest changes revealed a sub-optimal integration. Support
for regions was also added
Ref: PR [#22](https://github.com/jonasbn/Date-Holidays/pull/22)
## 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: PR [#21](https://github.com/jonasbn/Date-Holidays/pull/21)
## 1.08 2018-05-28 Feature release, update recommended
- Added adapter for:
[Date::Holidays::USFederal](https://metacpan.org/pod/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 2017-12-10 Feature release, update recommended
- Added adapter for:
[Date::Holidays::KZ](https://metacpan.org/pod/Date::Holidays::KZ) (Kazakhstan) via patch from Vladimir Varlamov
## 1.06 2017-05-31 Maintenance release, update not required
- Added use of [Test::Fatal](https://metacpan.org/pod/Test::Fatal)
- Added homepage metadata and changed GitHub URL
- Added [Dist::Zilla](https://metacpan.org/pod/Dist::Zilla) plugins requirements causing issues to `dist.ini`, so these
are explicitly specified
- Exchanged CJM´s:
[Dist::Zilla::Plugin::VersionFromModule](https://metacpan.org/pod/Dist::Zilla::Plugin::VersionFromModule)
For Dave Rolskys:
[Dist::Zilla::Plugin::VersionFromMainModule](https://metacpan.org/pod/Dist::Zilla::Plugin::VersionFromMainModule)
There are some deprecation notices from [Dist::Zilla](https://metacpan.org/pod/Dist::Zilla) making tests fail
see XDG's [PR](https://github.com/madsen/dist-zilla-plugins-cjm/pull/5)
## 1.05 2017-05-31 Bug fix release, update not required
- Addressed GitHub issue [#10](https://github.com/jonasbn/Date-Holidays/issues/10) reported by Alexandr Ciornii (CHORNY)
`carton` generated directory `local/` was included in distribution by accident
## 1.04 2017-05-30 Feature release, update not required
- Added adapter for:
[Date::Holidays::BY](https://metacpan.org/pod/Date::Holidays::BY) (Belarus) via patch from Vladimir Varlamov
## 1.03 2015-08-10 bug fix release, update not required
- Following up on some TODO points in the code, probably in relation to: [RT:101366](https://rt.cpan.org/Ticket/Display.html?id=101366)
## 1.02 2015-08-03 Maintenance release, update not required
- Aligned version numbers in Perl components in `lib/`
- Added missing version in [Date::Holidays::Adapter::LOCAL](https://metacpan.org/pod/Date::Holidays::Adapter::LOCAL)
- Added `MetaProvides` to [Dist::Zilla](https://metacpan.org/pod/Dist::Zilla) build, this should assist in addressing
the issue listed on CPANTS
Ref: [Date-Holidays-1.01](http://cpants.cpanauthors.org/dist/Date-Holidays-1.01)
## 1.01 2015-01-31 Feature release, update not required
- Added adapter for:
[Date::Holidays::RU](https://metacpan.org/pod/Date::Holidays::RU) via patch from Alexander Nalobin
## 1.00 2014-09-18 Major release, update recommended
- License upgraded from Artistic License 1.0 to Artistic License 2.0
- You can now overwrite calendars with a local file, see issue [#6](https://github.com/jonasbn/Date-Holidays/issues/6)
- Use of [Error](https://metacpan.org/pod/Error) has been removed
- Use of `can` from [UNIVERSAL](https://metacpan.org/pod/UNIVERSAL) had been changed to more contemporary
pattern
- Adapter strategy has also been changed so adapters have precedence
over adapted implementations
## 0.22 2014-09-15 bug fix release, update not required
( run in 0.822 second using v1.01-cache-2.11-cpan-54e63673c56 )