Skip to content

Releases: OlegRa/System.DateTimeOnly

Release 9.0.0 1st beta [DateTimeOnly]

16 Nov 22:55
1cf2a83
Compare
Choose a tag to compare
Pre-release

Package 9.0.0-beta1 on NuGet contains the following changes:

  • #95 The System.DateOnly and System.TimeOnly source codes have been updated to the latest .NET 9.0 sources (with required adjustments).

Release 9.0.0 1st beta [DateTimeOnly.Json]

16 Nov 23:01
1cf2a83
Compare
Choose a tag to compare

Package 9.0.0-beta1 on NuGet contains the following changes:

  • The Portable.System.DateTimeOnly updated to version 9.0.0-beta1, so we need this package to be pre-released as well.

Release 8.0.2 [DateTimeOnly]

14 Nov 07:34
6758083
Compare
Choose a tag to compare

Package 8.0.2 on NuGet contains the following changes:

  • #92 The System.Memory package upgraded from version 4.5.5 up to version 4.6.0 for better compatibility.

Release 8.0.2 [DateTimeOnly.Json]

11 Oct 05:53
8f1d2eb
Compare
Choose a tag to compare

Package 8.0.2 on NuGet contains the following changes:

  • The System.Text.Json package updated to version 8.0.4 with fix for the CVE-2024-43485 vulnerability.

Release 8.0.1 [DateTimeOnly.Json]

13 Jul 20:51
18afa06
Compare
Choose a tag to compare

Package 8.0.1 on NuGet contains the following changes:

  • The System.Text.Json package updated to version 8.0.4 with fix for the CVE-2024-30105 vulnerability.

Release 8.0.0 [DateTimeOnly.Json]

13 Jul 20:43
090ccb8
Compare
Choose a tag to compare

Package 8.0.0 on NuGet contains the following changes:

  • #71 Added support for the reflection-free JSON handling (via source generators) using thin struct wrappers.

Release 8.0.1 [DateTimeOnly]

05 May 14:08
a793ee1
Compare
Choose a tag to compare

Package 8.0.1 on NuGet contains the following changes:

  • #76 Fixed several minor issues in documentation and helper classes - no functional changes.

Release 8.0.0 1st beta [DateTimeOnly.Json]

05 May 14:04
a793ee1
Compare
Choose a tag to compare

Package 8.0.0-beta1 on NuGet contains the following changes:

  • #71 Added support for the reflection-free JSON handling (via source generators) using thin struct wrappers.

Release 8.0.0 1st alpha [DateTimeOnly.Json]

01 May 22:31
aef7db9
Compare
Choose a tag to compare

Package 8.0.0-alpha1 on NuGet contains the following changes:

  • #71 The Initial version of the NuGet package (thanks to @KieranDevvs for the idea) - test build, publishing, and usage.

Release 8.0.0 [DateTimeOnly]

16 Nov 07:14
1ceb32b
Compare
Choose a tag to compare

Package 8.0.0 on NuGet contains the following changes:

  • #28 The changes from .NET 8.0 versions of the DateOnly and TimeOnly classes were backported into this library.
  • The TimeOnly deconstruction methods implementation changed for better performance (experimental).