rrule 0.2.7 rrule: ^0.2.7 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.
0.2.7 ยท 2022-01-17 #
0.2.5 ยท 2022-01-05 #
๐ฆ Build & CI #
- remove dependency on the discontinued supercharged_dart (#27). Thanks to @thomassth!
0.2.4 ยท 2022-01-04 #
0.2.3 ยท 2021-05-06 #
0.2.2 ยท 2021-04-28 #
0.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 ๐