Releases: Cratis/Fundamentals
Releases · Cratis/Fundamentals
Release v7.3.1
Fixed
- Allowing creation of
Guidwithout 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
Added
- Introducing
TimeSpanfor TypeScript/JavaScript with full JSON serialization to give you the fully qualified type when deserialized. TheTimeSpanis aligned with the C# version.
Release v7.2.8
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
Fixed
- Added missing
JsonValueconversion forTimeStampinJsonValueExtensions. - Fixed broken
byteconversion that was only going one way inJsonValueExtensions.
Release v7.2.6
Fixed
- Stepping back from overriding all the
Microsoft.Extensions.*packages for .NET8 and 9
Release v7.2.5
Fixed
- For maximum compatibility between .NET versions, putting in specific versions for some dependencies.
Release v7.2.4
Added
- Added support for
TimeSpaninTypeConversion. - Hooking up
ICorrelationIdModifierto theServiceCollection.
Release v7.2.3
Summary
Update dependency versions
Release v7.2.2
Summary
Build and release packages for .net 10
Release v7.2.1
Fixed
- Upgrading 3rd party dependencies.