Skip to content

4.0.0

Compare
Choose a tag to compare
@TylerBrinkley TylerBrinkley released this 30 Jan 01:45
· 4 commits to master since this release
b32859f

It is recommended if upgrading from 2.x and below to update to 3.x first and follow the warnings to migrate any code that's using deprecated methods and classes.

New Features

  • Added support for the TryFormat methods for serializing to a Span<char>.

Breaking Changes

  • Removed NonGenericEnums, NonGenericFlagEnums, UnsafeEnums, and UnsafeFlagEnums classes which were deprecated in v3.0 and also removed all other deprecated methods in an effort to slim the library size down.
  • A dependency on the System.Runtime.CompilerServices.Unsafe package was added for the .NET 4.5 target in order to remove a build dependency on Fody.