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:
freq
is nowoptions.freq
.options.cache
is nownoCache
.iterator
has to returntrue
dtstart
andoptions
arguments removed fromRRule.fromString
(useRRule.parseString
and modifyoptions
manually instead).today
argument removed fromRule.prototype.toText
(never actually used).rule.toString()
now includesDTSTART
(if explicitely specified
inoptions
).- Day constants
.clone
is now.nth
, eg.RRule.FR.nth(-1)
(last Friday).
- Added
RRule.parseString
- Added
RRule.parseText
- Added
RRule.optionsToString