Skip to content

Releases: exceptionless/Exceptionless.DateTimeExtensions

v3.4.3

08 Sep 18:52
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v3.4.0

10 May 11:17
Compare
Choose a tag to compare

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

v3.3.0

27 Nov 14:45
Compare
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!

v3.2.0

23 Sep 21:05
Compare
Choose a tag to compare
Move snk file to root