Skip to content

Releases: jkbrzt/rrule

v2.5.3

06 Sep 17:49
Compare
Choose a tag to compare
  • Bugfixes:
    • Prevented emitting DTSTART;TZID=UTC when UTC is explicitly set as tzid

v2.5.2

05 Sep 19:27
Compare
Choose a tag to compare
  • Features:
    • Added support for RDATE-only rrulesets with timezones
    • Added RRuleSet.tzid(timezone) to set a timezone on an rruleset

v2.5.1

03 Sep 03:00
Compare
Choose a tag to compare
  • Implement RFC 5545 compatibility (#269)

v2.4.1

16 Aug 23:08
Compare
Choose a tag to compare

Features:

  • Added codecov (#265)

Bugfixes:

  • Fixed RRULE parsing issue (#266)

v2.4.0

16 Aug 20:10
Compare
Choose a tag to compare

Features:

  • Implement TZID support (#38, #261)

Bugfixes:

  • Fixed an error in Typescript output (#264)

v2.3.6

15 Aug 00:44
Compare
Choose a tag to compare

Bugfixes:

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

v2.3.5

14 Aug 18:03
Compare
Choose a tag to compare

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

10 Aug 23:28
Compare
Choose a tag to compare
  • Fixed a bug that caused incorrect recurrences to be generated on the Eastern Hemisphere (#247)

v2.3.3

09 Aug 19:28
9578c94
Compare
Choose a tag to compare
  • Fix Typescript error (#244)

v2.3.2

09 Aug 19:28
cf1fa5a
Compare
Choose a tag to compare
  • Fix npm release (#240)