Skip to content

0.6.0

Compare
Choose a tag to compare
@aidmsu aidmsu released this 28 Apr 15:55

Release Notes

  • AddedCronExpression 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.
  • AddedSource 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.