Cronos v0.4.0 Release Notes

Release Date: 2017-03-24 // about 7 years ago
  • ๐Ÿš€ Release Notes

    • โž• Added โ€“ CronExpression.Parse supports macros like "@daily".
    • ๐Ÿ”„ Changed โ€“ GetOccurrenceAfter and GetOccurrenceFrom methods merged into GetNextOccurrence.
    • ๐Ÿ”„ Changed โ€“ Made the CronFormatException class serializable in .NET Framework.
    • ๐Ÿ”„ Changed โ€“ GetNextOccurrence(DateTime from) returns occurrence instead of throwing ArgumentException if from is invalid with Kind property set to Local.
    • ๐Ÿ”„ Changed โ€“ Some interval expressions occurred just once when Daylight Saving Time ended. Now if second , minute or hour field contains *, - or / expression is interval and it will be occurred before and after time transition.