Skip to content

Dec v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 06:50

Added

  • Now properly serializes NaN-boxed floats and doubles without loss of information.

Improved

  • Error messages when passing null or empty strings to Parser.
  • Project configuration revamp to follow established standards for framework choice.
  • Better error reporting for Converter read exceptions.
  • Tagged an internal-error message as an internal error.
  • Error message when attempting to use a class that doesn't inherit from Dec as a Dec.

Fixed

  • A lot of warnings.
  • TypeSerialization.Overloaded test inconsistencies.