Skip to content

Releases: apility/rule-builder-php

v1.5.0

04 Mar 12:12
a340571

Choose a tag to compare

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

03 Oct 08:05
60be4f7

Choose a tag to compare

add illuminate/support 7.0 as possible dependency
removes .idea from project

v1.4.0

21 Jul 08:01
6e7b00b

Choose a tag to compare

Update dependencies

v1.3.2

08 Apr 12:28
05dcaa8

Choose a tag to compare

  • Added support for casting Arrayable to array when parsing DateRule

v1.3.1

09 Mar 11:07
1ef76c8

Choose a tag to compare

Merge pull request #9 from apility/develop

Fix NotDateRule explain signature

v1.3.0

03 Mar 12:46
8198f38

Choose a tag to compare

Merge pull request #8 from apility/develop

Merge develop into master

v1.2.1

22 Oct 13:20
a632f6c

Choose a tag to compare

Merge pull request #7 from apility/develop

Merge develop into master

v1.2.0

28 Sep 07:42
23bccb6

Choose a tag to compare

Merge pull request #6 from apility/develop

Fix to date being compared inclusively

v1.1.1

24 Sep 20:22
3c0e8d1

Choose a tag to compare

Merge pull request #5 from apility/develop

Make $name nullable

v1.1.0

24 Sep 19:42
007d97b

Choose a tag to compare

Merge pull request #4 from apility/develop

Merge develop into master