Skip to content

Releases: Cratis/Fundamentals

Release v7.3.1

13 Dec 07:52
acebff6

Choose a tag to compare

Fixed

  • Allowing creation of Guid without having to pass it bytes for the JS/TS representation. This was apparently the expectation of code that consumed it and failed due to this.

Release v7.3.0

13 Dec 06:48
900d1b7

Choose a tag to compare

Added

  • Introducing TimeSpan for TypeScript/JavaScript with full JSON serialization to give you the fully qualified type when deserialized. The TimeSpan is aligned with the C# version.

Release v7.2.8

12 Dec 12:02
791e26a

Choose a tag to compare

Fixed

  • Fixing TimeSpan parsing in the JsonValue conversion to convert it to string and then parse, this seems to be a better approach.

Release v7.2.7

12 Dec 11:47
03e3972

Choose a tag to compare

Fixed

  • Added missing JsonValue conversion for TimeStamp in JsonValueExtensions.
  • Fixed broken byte conversion that was only going one way in JsonValueExtensions.

Release v7.2.6

10 Dec 16:40
f4d34fa

Choose a tag to compare

Fixed

  • Stepping back from overriding all the Microsoft.Extensions.* packages for .NET8 and 9

Release v7.2.5

10 Dec 15:59
0fad19f

Choose a tag to compare

Fixed

  • For maximum compatibility between .NET versions, putting in specific versions for some dependencies.

Release v7.2.4

08 Dec 10:21
97bc0ff

Choose a tag to compare

Added

  • Added support for TimeSpan in TypeConversion.
  • Hooking up ICorrelationIdModifier to the ServiceCollection.

Release v7.2.3

16 Nov 06:34
1ea5768

Choose a tag to compare

Summary

Update dependency versions

Release v7.2.2

12 Nov 17:16
b15ea28

Choose a tag to compare

Summary

Build and release packages for .net 10

Release v7.2.1

21 Oct 06:39
09a4b39

Choose a tag to compare

Fixed

  • Upgrading 3rd party dependencies.