Cronos v0.3.0 Release Notes

Release Date: 2017-03-21 // about 7 years ago
  • ๐Ÿš€ This release contains lots of breaking changes!

    ๐Ÿš€ Release Notes

    • โž• Added - Added support for .NET Framework 4.0.
    • โž• Added - Added groups of methods GetOccurrenceAfter and GetOccurrenceFrom.
    • โœ‚ Removed - Removed GetOccurrence methods.
    • โœ‚ Removed - Removed endTime parameter from GetOccurrence* methods.
    • ๐Ÿ”„ Changed - Pass DateTime with DateTimeKind.Local to GetOccurrence* methods to calculate occurrence in Local time zone.
    • ๐Ÿ”„ Changed - CronExpression.Parse throws CronFormatExcpetion if given string has invalid cron format.