Skip to content

v2.1.0 - .NET 7.0

Latest
Compare
Choose a tag to compare
@Kermalis Kermalis released this 03 Feb 05:27
· 3 commits to master since this release
fcabdb9

Version 2.1.0 Changelog:

  • .NET 7.0 support only.
  • Added methods for reading/writing Int128/UInt128.
  • Added TrimNullTerminators(ref ReadOnlySpan<char> chars) to EndianBinaryPrimitives.
  • Added "unsafe" methods to EndianBinaryPrimitives that read/write to/from ReadOnlySpan<T>/Span<T>. These are similar to their non-_Unsafe counterparts, aside from the fact that they don't check for errors. Their goal is performance.

No breaking changes from v2.0.1