Skip to content

v1.6.0

Compare
Choose a tag to compare
@jaclarke jaclarke released this 17 Apr 20:00
· 9 commits to master since this release

Added

  • CronosExpression now has warnings property that lists possible errors in the expression. Currently supports detecting cases where increment value is larger than the valid (or supplied) range for a field
  • scheduleTask, CronosExpression.parse() and validate now support strict option, which when enabled will throw an error if warnings were generated during parsing