breejs / later

*Maintained fork of Later.* A javascript library for defining recurring schedules and calculating future (or past) occurrences for them. Includes support for using English phrases and Cron schedules. Works in Node and in the browser.
https://breejs.github.io/later/
MIT License
136 stars 13 forks source link

Fixed failing schedule().next() #14 #15

Closed yrambler2001 closed 10 months ago

yrambler2001 commented 3 years ago

Fixes #14 issue

codecov-commenter commented 3 years ago

Codecov Report

Merging #15 (4b5c6f6) into master (e8d16f3) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   97.42%   97.43%   +0.01%     
==========================================
  Files           1        1              
  Lines         853      857       +4     
==========================================
+ Hits          831      835       +4     
  Misses         22       22              
Impacted Files Coverage Ξ”
src/index.js 97.43% <100.00%> (+0.01%) :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 e8d16f3...4b5c6f6. Read the comment docs.

titanism commented 10 months ago

Thank you πŸ™ Merged and released to npm πŸŽ‰

breejs/later v4.2.0 released to npm https://github.com/breejs/later/releases/tag/v4.2.0