rrule 0.2.2 rrule: ^0.2.2 copied to clipboard
๐ Recurrence rule parsing & calculation as defined in the iCalendar RFC
Changelog #
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
v0.2.2 ยท 2021-04-28 #
v0.2.1 ยท 2021-04-26 #
0.2.0 ยท 2021-03-26 #
โ BREAKING CHANGES #
- migrate to null-safety
- Dates and DateTimes no longer use time_machine, but
DateTime
instead. All providedDateTime
s must be in UTC. - remove
recurrenceRule.weekStart
(Monday is now used everywhere) andrecurrenceRule.weekYearRule
- remove
RecurrenceSet
as its logic isn't implemented yet
0.1.3 ยท 2021-01-27 #
0.1.2 ยท 2020-11-24 #
๐ Bug Fixes #
- hide new conflicting extension from collection, closes: #14
๐ New Features #
- add
RecurrenceRule.copyWith(โฆ)
0.1.1 ยท 2020-07-09 #
0.1.0 ยท 2020-05-26 #
Initial release ๐