jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.35k stars 513 forks source link

Break after until #354

Open millarm opened 5 years ago

millarm commented 5 years ago

Daily repeating entries can hang the browser when querying between.

Fix to use the until parameter to prevent this happening


Thanks for contributing to rrule!

To submit a pull request, please verify that you have done the following:

codecov-io commented 5 years ago

Codecov Report

Merging #354 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #354      +/-   ##
==========================================
+ Coverage   90.06%   90.07%   +0.01%     
==========================================
  Files          28       28              
  Lines        1962     1964       +2     
  Branches      583      585       +2     
==========================================
+ Hits         1767     1769       +2     
  Misses        195      195
Impacted Files Coverage Δ
src/iter/index.ts 98.14% <100%> (+0.03%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e0d83f3...4ff2d1f. Read the comment docs.