Skip to content

v2.0.0-beta-0013

Pre-release
Pre-release
Compare
Choose a tag to compare
@NightOwl888 NightOwl888 released this 20 Apr 08:34
· 197 commits to main since this release

Change Log

  1. #15 - J2N.Threading.ThreadJob: Allow ThreadInterruptedException to propagate to the calling thread
  2. #16 - J2N.IO Buffers: Improved guard clauses.
  3. #17 - J2N.Character: Added ToString() methods to convert code point arrays to strings.
  4. #18 - J2N.MathExtensions: Added NextUp(), NextDown() and NextAfter() methods for both float and double types.
  5. #19 - J2N.IO + J2N.Runtime.CompilerServices: Added nullable reference type support (see #10).
  6. #20 - Allow exceptions to be serialized on .NET Core and .NET 5+.