Releases: apility/rule-builder-php
Releases · apility/rule-builder-php
v1.5.0
Fixes Recurring Date Rules
Fløyen had an issue where a Recurring rule that went from 2025-10-01 to 2026-03-31
would fail to validate correctly for the entirity march.
I have rewritten the resolution engine to only care about month/days (depending on interval). I think this is inline with the original idea.
The tests still pass, and I have added a new one that ensures that the failing case is tested for in the future.
Full Changelog: v1.4.0...v1.5.0
v1.4.1
add illuminate/support 7.0 as possible dependency
removes .idea from project
v1.4.0
Update dependencies
v1.3.2
- Added support for casting Arrayable to array when parsing DateRule
v1.3.1
Merge pull request #9 from apility/develop Fix NotDateRule explain signature
v1.3.0
Merge pull request #8 from apility/develop Merge develop into master
v1.2.1
Merge pull request #7 from apility/develop Merge develop into master
v1.2.0
Merge pull request #6 from apility/develop Fix to date being compared inclusively
v1.1.1
Merge pull request #5 from apility/develop Make $name nullable
v1.1.0
Merge pull request #4 from apility/develop Merge develop into master