Skip to content

v1.5.0

Latest

Choose a tag to compare

@tommysolsen tommysolsen released this 04 Mar 12:12
· 2 commits to develop since this release
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