Skip to content

Releases: ramonsmits/CronTimer

2.0.0

29 Dec 22:08
Compare
Choose a tag to compare

Bugfixes

  • 🐛 If the timer was fired to early it could happen that the subscriber was called multiple times for the same timestamp as calculating the next timestamp was using the current system clock value as the base value instead of the previous calculated value.

Breaking changes

  • 💥 Dropping support for net35 target as TimeZoneConverter no longer supports net35

Enhancements

  • ✨ Added demo project
  • ✨ Added At to event args for subscribers to retrieve for which timestamp the subscriber was invoked.

External dependencies

  • 📦 TimeZoneConverter 6.0.1

Refactorings

  • 🔨 Prepare release 2.0.0
  • 🔨 Reformat project file
  • 🔨 No longer pinning external dependencies to a range. The next major might still be compatible but would require a new version of CronTimer to use it.

Full Changelog: 1.0.1...2.0.0

1.0.1

16 Mar 12:51
Compare
Choose a tag to compare

Resolved issue with restarting/reusing timer and fixed NullReferenceException when invoking Stop if Start wasn't invoked yet.

1.0.0

03 Dec 09:11
Compare
Choose a tag to compare
Import