Skip to content

2.0.0

Compare
Choose a tag to compare
@jmrozanec jmrozanec released this 22 May 04:04
· 1296 commits to master since this release
  • API changes
    • This version adds a method to accept a visitor on FieldExpression instances.
    • FieldExpression classes where moved from package com.cronutils.model.field to package com.cronutils.model.field.expression.
    • Better decoupling of parsing logic and cron fields data representation.
  • Bugfixes
    • #14: day of week mapping between cron definitions now correctly handled
    • #15: offset from last day of month is now supported for ranges
    • #18: lastExecution now returns correct value
    • #19: prevent JodaTime throwing an exception on hour shifting