Releases: jkbrzt/rrule
Releases · jkbrzt/rrule
v2.3.0
v2.2.9
v2.2.8
v2.2.7
v2.2.0
- Added support
RRuleSet, which allows more complex recurrence setups,
mixing multiple rules, dates, exclusion rules, and exclusion dates. - Added Millisecond precision
- Millisecond offset extracted from
dtstart(dtstart.getTime() % 1000) - Each recurrence is returned with the same offset
- Millisecond offset extracted from
- Added some NLP support for hourly and byhour.
- Fixed export in nlp.js.
v2.1.0
v2.0.0
- Fixed a February 28-related issue.
- More flexible, backwards-incompatible API:
freqis nowoptions.freq.options.cacheis nownoCache.iteratorhas to returntruedtstartandoptionsarguments removed fromRRule.fromString
(useRRule.parseStringand modifyoptionsmanually instead).todayargument removed fromRule.prototype.toText
(never actually used).rule.toString()now includesDTSTART(if explicitely specified
inoptions).- Day constants
.cloneis now.nth, eg.RRule.FR.nth(-1)
(last Friday).
- Added
RRule.parseString - Added
RRule.parseText - Added
RRule.optionsToString