Skip to content

0.5.0

Compare
Choose a tag to compare
@aidmsu aidmsu released this 17 Apr 14:32

Release Notes

  • Changed – Denied passing DateTime with DateTimeKind.Local in GetNextOccurrence method. Previous behavior could be incorrect when daylight saving time transitions happened.
  • FixedCronExpression.Parse became finally case-insensitive. Thus you can use expressions with lowercase special characters: 0 0 lw * *.
  • Performance – Decreased the size of the CronExpression by half.
  • Performance – Made GetNextOccurrence faster by significant simplification of base algorithm.