Skip to content

Releases: roukmoute/polyfill-calendar

v1.0.0

Choose a tag to compare

@roukmoute roukmoute released this 17 Jan 09:44

What's Changed

Full Changelog: v0.7.0...v1.0.0

v0.7.0

Choose a tag to compare

@roukmoute roukmoute released this 16 Jan 23:54

What's Changed

Full Changelog: v0.6.0...v0.7.0

Drop PHP 7 support

Choose a tag to compare

@roukmoute roukmoute released this 16 Jan 14:27
- Require PHP 8.0+
- Update CI test matrix to PHP 8.0-8.3
- Upgrade to php-cs-fixer v3
- Update dev dependencies (phpstan ^1.0, psalm ^5.0)
- Apply PHP 8 code style (nullable types syntax)
- Remove obsolete PedroTroller/single_line_comment fixer
- Bump version to 2.0-dev

Note: PHP 8.4 tests skipped due to phpspec bug with Symfony Console 8
(see https://github.com/phpspec/phpspec/pull/1503)

v0.5.0: Implements cal_to_jd

Choose a tag to compare

@roukmoute roukmoute released this 14 Aug 10:03
Fix https://github.com/roukmoute/polyfill-calendar/issues/5

v0.4.2

Choose a tag to compare

@roukmoute roukmoute released this 09 Aug 08:53
Cast int at each division to match C behavior

v0.4.1

Choose a tag to compare

@roukmoute roukmoute released this 08 Aug 12:21
Fix undefined array key error

v0.4

Choose a tag to compare

@roukmoute roukmoute released this 08 Aug 09:54
Fix Psalm errors

v0.3

Choose a tag to compare

@roukmoute roukmoute released this 06 Aug 21:51
Explicit int cast for PHP 8 compatibility

v0.2

Choose a tag to compare

@roukmoute roukmoute released this 06 Feb 14:32
Add easter_days() function

v0.1

Choose a tag to compare

@roukmoute roukmoute released this 06 Feb 13:57
Add easter_date() function