Cronos v0.6.0 Release Notes

Release Date: 2017-04-28 // almost 7 years ago
  • ๐Ÿš€ Release Notes

    • โž• Added โ€“ CronExpression class implemented IEquatable interface. Thus it's possible to compare two instances of CronExpression. They are equal if they define the same date or interval. For example 0,1,2,3 * * * * is equal to 0-3 * * * * but * * L * * is not equal to * * LW * *.
    • โž• Added โ€“ The GetOccurrences method overloads returning the list of next occurrences within the given date/time range.
    • โž• Added โ€“ Source link support. If Enable source link support flag is set in Visual Studio it's possible to debug Cronos using its downloaded sources.
    • ๐Ÿ”„ Changed โ€“ Relicense Cronos under the MIT License.