Skip to content

Releases: apility/rule-builder-php

v1.5.0

Choose a tag to compare

@tommysolsen tommysolsen released this 04 Mar 12:12
a340571

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

Choose a tag to compare

@cathrinevaage cathrinevaage released this 03 Oct 08:05
60be4f7

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

v1.4.0

Choose a tag to compare

@thomas-alrek thomas-alrek released this 21 Jul 08:01
6e7b00b
Update dependencies

v1.3.2

Choose a tag to compare

@thomas-alrek thomas-alrek released this 08 Apr 12:28
05dcaa8
  • Added support for casting Arrayable to array when parsing DateRule

v1.3.1

Choose a tag to compare

@thomas-alrek thomas-alrek released this 09 Mar 11:07
1ef76c8
Merge pull request #9 from apility/develop

Fix NotDateRule explain signature

v1.3.0

Choose a tag to compare

@thomas-alrek thomas-alrek released this 03 Mar 12:46
8198f38
Merge pull request #8 from apility/develop

Merge develop into master

v1.2.1

Choose a tag to compare

@thomas-alrek thomas-alrek released this 22 Oct 13:20
a632f6c
Merge pull request #7 from apility/develop

Merge develop into master

v1.2.0

Choose a tag to compare

@thomas-alrek thomas-alrek released this 28 Sep 07:42
23bccb6
Merge pull request #6 from apility/develop

Fix to date being compared inclusively

v1.1.1

Choose a tag to compare

@thomas-alrek thomas-alrek released this 24 Sep 20:22
3c0e8d1
Merge pull request #5 from apility/develop

Make $name nullable

v1.1.0

Choose a tag to compare

@thomas-alrek thomas-alrek released this 24 Sep 19:42
007d97b
Merge pull request #4 from apility/develop

Merge develop into master