Skip to content

v2.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Feb 04:47
· 4 commits to main since this release
e4e0a8a

Minor Changes

  • 21584c1: Add validate function for checking RRULE and RRuleSet strings without throwing.

    • New validate(s, options?) function that returns { valid: true } or { valid: false, error: { message, cause } }
    • Accepts the same string formats and options as rrulestr
    • Exported ValidationResult, ValidationSuccess, and ValidationError types