Rrule Versions Save

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.

v2.5.3

5 years ago
  • Bugfixes:
    • Prevented emitting DTSTART;TZID=UTC when UTC is explicitly set as tzid

v2.5.2

5 years ago
  • Features:
    • Added support for RDATE-only rrulesets with timezones
    • Added RRuleSet.tzid(timezone) to set a timezone on an rruleset

v2.5.1

5 years ago
  • Implement RFC 5545 compatibility (#269)

v2.4.1

5 years ago

Features:

  • Added codecov (#265)

Bugfixes:

  • Fixed RRULE parsing issue (#266)

v2.4.0

5 years ago

Features:

  • Implement TZID support (#38, #261)

Bugfixes:

  • Fixed an error in Typescript output (#264)

v2.3.6

5 years ago

Bugfixes:

  • Point package.json to es5-compiled bundle (#260)

v2.3.5

5 years ago

Features:

  • Return text "every day" when all days are selected

Bugfixes:

  • Sort monthdays correctly from toText() (#101)
  • Accept 0 as a valid monthday/weekday value (#153)
  • Support 3-digit years (#202)

v2.3.4

5 years ago
  • Fixed a bug that caused incorrect recurrences to be generated on the Eastern Hemisphere (#247)

v2.3.0

5 years ago
  • Convert to Typescript (#229)
  • Fix DST issue (#233)

v2.3.3

5 years ago
  • Fix Typescript error (#244)