v1.0.30
This release includes a lot of XML documentation updates. Also, due to dotnet/roslyn#49568, I am forced to make the XML documentation members
public
instead ofinternal
for the time being.
This release includes a lot of nullable reference syntax updates.
New Features:
TryToRomanNumeral
Bag
data structure (work in progress... likely to change in near future)
Bug Fixes:
- added more exception checks to JSON and XML delegate serialization/deserialization
Changes:
ToCompareResult
converted to an extension method onint
ArrayJagged<T>
removed This was a legacy type that I wanted to remove for a while and just got around to it. If I add it back in Towel in the future, it will have a different design with more modularity.TryParse
methods on measurement types changed frombool TryParse(string, out MEASUREMENT)
to(bool, MEASUREMENT?) TryParse(string)
- added more exception checks to
Towel.Mathematics.Symbolics
- added more exception checks to
Towel.Measurements.Measurement