Skip to content

Releases: JonasWanke/rrule

v0.2.6

17 Jan 20:04
df6f619
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

🎉 New Features

v0.2.5

05 Jan 10:47
3efedad
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

📦 Build & CI

v0.2.4

04 Jan 12:05
66527d1
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

🐛 Bug Fixes

  • handle yearly frequency with byMonths and byWeekDays (8646af1), closes: #29

v0.2.3

06 May 07:19
604caf8
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

🎉 New Features

  • support optional caching of recurrence rule iterations via recurrenceRule.shouldCacheResults and .getAllInstances(…) (#20). Thanks to @polRk!

v0.2.2

28 Apr 08:28
20af1fa
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

🎉 New Features

  • feat: expose RecurrenceRuleToStringOptions directly in recurrenceRule.toString(…) (c5291d1), improves: #21

v0.2.1

26 Apr 11:46
19456d8
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

🐛 Bug Fixes

  • disallow invalid recurrence rule field combinations (2707922), closes: #19

v0.2.0

26 Mar 18:57
7885435
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • migrate to null-safety
  • Dates and DateTimes no longer use time_machine, but DateTime instead.
    All provided DateTimes must be in UTC.
  • remove recurrenceRule.weekStart (Monday is now used everywhere) and recurrenceRule.weekYearRule
  • remove RecurrenceSet as its logic isn't implemented yet

v0.1.3

27 Jan 13:39
03d7fa5
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

🎉 New Features

  • add clearUntil/clearCount/clearInterval to recurrenceRule.copyWith(…), closes: #17

v0.1.2

24 Nov 08:17
b53324e
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

🐛 Bug Fixes

🎉 New Features

  • add RecurrenceRule.copyWith(…)

v0.1.1

09 Jul 09:28
c23b009
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

🎉 New Features

  • add RecurrenceRule.toText() for conversion to a human-readable string (#7), closes: #5