Releases: mikaello/rescript-node-cron
Releases · mikaello/rescript-node-cron
v1.2.1
v1.2.0
What's new
Features
- Add missing cron v4 bindings: new constructor params (
waitForCompletion,errorHandler,name,threshold) and new methods/properties (nextDate,isActive,isCallbackRunning,validateCronExpression)
Documentation
- Update README with ReScript v12 syntax
Maintenance
- Upgrade to ReScript v12
- Replace
bs-jestwithrescript-jest - Remove Travis CI configuration
- Update CI actions (checkout, setup-node) to v6
- Dependency security updates (moment, json5, ansi-regex, etc.)
- Add Renovate for automated dependency updates
v1.1.1
v1.1.0
Upgrade main dependencies, cron (1.7.1 -> 1.8.2) and bs-platform (0.4.4 -> 0.4.5)
cron changes is mainly (see all changes in version diff):
Range upper limit should default to highest value when step is provided