later
later copied to clipboard
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 b...
This is a WIP of being able to cancel exceptions through the use of a String tag. @bunkat once this is ready to review with all the proper tests, I'll...
check if the next[0] occurrence is defined before processing it further
This change relaxes time parsing when minutes omitted at exact hour.
Typo fix
Sunday
Fixes #152 (Sundays in cron can be either 0 or 7, Later only understood 0). This is better than the previous two PRs because this one also support ranges with...
I ran into this bug in production when trying to parse `12:01am`.
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
process is a global nodejs variable that is not defined in the browser by default. So webpack doesn't know about it. Of course there are ways to define the process...
Please fix for those of us using webpack!
I have added new function to generate the next best schedules of a cron job for minute scheduling by taking the cron expression and start date as inputs.