Skip to content

Releases: exceptionless/Exceptionless.DateTimeExtensions

v6.0.1

16 Feb 22:53
67d068f

Choose a tag to compare

Tweaked NRT based on downstream usages.

Full Changelog: v6.0.0...v6.0.1

v6.0.0

16 Feb 22:27
18e4d95

Choose a tag to compare

What's Changed

  • Handle range inclusivity, escaping, and short forms by @ejsmith in #130
  • Modernize library: only target net8.0/net10.0, source-gen regex, records, immutability by @niemyjski in #131

Full Changelog: v5.0.1...v6.0.0

v5.0.1

16 Feb 19:58
dc9b7c0

Choose a tag to compare

What's Changed

  • Fix date math rounding to respect inclusive/exclusive bracket boundaries by @niemyjski in #129

Full Changelog: v5.0.0...v5.0.1

v5.0.0

12 Feb 22:20
ff789a9

Choose a tag to compare

What's Changed

  • [Breaking] Enforce case-sensitive date math parsing per Elasticsearch spec by @niemyjski in #128

Full Changelog: v4.0.1...v5.0.0

v4.0.1

30 Sep 20:59
cabdd34

Choose a tag to compare

What's Changed

  • Fallback to using DateTimeOffset.TryParse if normal parsing doesn't work by @ejsmith in #118

Full Changelog: v4.0.0...v4.0.1

v4.0.0

30 Sep 20:58
078afb1

Choose a tag to compare

What's Changed

  • Elasticsearch DateMath support by @niemyjski in #113
  • Add SubtractSaturating extension method for TimeSpan by @Copilot in #114
  • Add support for years (y), months (M), and weeks (w) time units to TimeUnit parser by @Copilot in #115

Full Changelog: v3.4.3...v4.0.0

v3.4.3

08 Sep 18:52

Choose a tag to compare

What's Changed

  • Added support for parsing ISO8601 date with Zulu. All parsed dates are now assumed to be universal unless specified. 0ac1687
  • Fix broken links in README by @devlead in #62

New Contributors

Full Changelog: v3.4.2...v3.4.3

v3.4.1

10 May 11:18
621ea70

Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.4.1

v3.4.0

10 May 11:17

Choose a tag to compare

Full Changelog: v3.3.0...v3.4.0

v3.3.0

27 Nov 14:45

Choose a tag to compare

Version 3.3.0 focused on adding support for .NET Standard 2.0 and bug fixes.

New Features

  • Added .NET Standard 2.0 support. You can now easily integrate with UWP applications!
  • Added new IsBefore, IsAfter extension methods. This helps read the code much easier (599786c).
  • We now use GitLink for easier debugging of packages!
  • Package is now signed by default.
  • Performance improvements when parsing time units (bbc9920).

Bug Fixes

  • Ensure we do safe adding and subtracting of times to prevent out of range exceptions on min and max date time values.
  • Fixed a few bugs with DateTimeRange Contains, Add and Subtract

Please take a look at the change log for a full list of the changes.

Feedback

We're listening and we'd love to hear your feedback! Please send us your feedback by clicking on one of the links below!