Skip to content

Releases: HangfireIO/Cronos

0.11.1

12 Aug 10:56
v0.11.1
b2050ab

Choose a tag to compare

Release Notes

  • Fixed – Make CronExpression equality operators accept null without triggering nullable warnings (#87 by @Nechepso).

0.11.0

19 May 09:33
v0.11.0
6305c67

Choose a tag to compare

Release Notes

  • Breaking – Sign all the assemblies with a strong name.
  • Added – Enable nullable reference types feature.
  • Project – Change how versioning is implemented in projects.

0.10.0

08 Apr 09:05
v0.10.0
d63de95

Choose a tag to compare

Release Notes

  • Changed – Removed year 2499 limitation and added tests for max value edge cases (PR #80 by @DevJasperNL).
  • Fixed – Bug finding occurrence with 0 ticks (PR #77 by @DevJasperNL).

0.9.0

09 Dec 06:19
v0.9.0
14ca2b1

Choose a tag to compare

Release Notes

  • Addednet6.0 platform with trimmable support and enabled analyzers.
  • Fixed – Don't throw ArgumentNullException from Parse/TryParse with an empty value (#70).
  • FixedCronFormatException.Message has duplicated BaseMessage (#74).
  • Project – Upgrade Hangfire.Build to version 0.5.0 for faster builds.

0.8.4

27 Feb 10:13
v0.8.4
4f8bcd7

Choose a tag to compare

Release Notes

  • Project – Add an icon for the NuGet package.

0.8.3

09 Feb 09:03
v0.8.3
9d6e349

Choose a tag to compare

Release Notes

  • Project – Sign NuGet package and assemblies with a company certificate and add HangfireIO owner.
  • Project – Enable required signature validation mode when restoring packages.
  • Project – Migrate to the Hangfire.Build system to be consistent with other projects.

0.8.2

24 Jan 08:52
v0.8.2
c5283b2

Choose a tag to compare

Release Notes

  • Changed – Disable deterministic source paths for source link to work better when merged using ILRepack.

0.8.1

11 Jan 10:15
v0.8.1
dc9de3d

Choose a tag to compare

Release Notes

  • Project – Don't embed full source code into assemblies to reduce package size by ~50%.

0.8.0

26 Dec 09:59
v0.8.0
2cbca33

Choose a tag to compare

Release Notes

  • Added – Make common cron expressions like CronExpression.Hourly publicly accessible.
  • Added – Add the CronExpression.TryParse method to allow checking cron expressions.
  • ChangedMaxYear constant is now bumped to 2499, so we have more years now (by @FaithfulDev).
  • Changed – Throw an exception when date exceeds the MaxYear value (by @FaithfulDev).
  • Fixed – Consider TimeZoneInfo.BaseUtcOffset is a subject to change between years.
  • Fixed – Don't include seconds in the ToString method's result when they weren't passed.
  • Project – Modernize everything, include testing against the net6.0 target.
  • Project – Project files have been updated to enable SourceLink with embedded symbols.
  • Project – Enable static analysis via the Microsoft.CodeAnalysis.NetAnalyzers package.

0.7.1

26 May 10:18

Choose a tag to compare

Release Notes

  • Fixed – Skipped occurrence in rare cases related to daylight transitions in some time zones on Windows (PR #37 by @aidmsu).