Packages
CalendarRecurrence is an Elixir library for working with recurring dates.
Current section
Files
Jump to
Current section
Files
calendar_recurrence
CHANGELOG.md
CHANGELOG.md
# CHANGELOG
## v0.2.0 (2025-11-12)
- [CalendarRecurrence.RRULE](https://hexdocs.pm/calendar_recurrence/CalendarRecurrence.RRULE.html) add `String.Chars` protocol (#16)
- [CalendarRecurrence.RRULE](https://hexdocs.pm/calendar_recurrence/CalendarRecurrence.RRULE.html) allow optional UTC suffix in UNTIL rule (#8)
This is potentially a **breaking change** as before we would coerce the UNTIL rule to a UTC DateTime
## v0.1.0 (2025-05-12)
- Initial release