Skip to content

Version 1.0.2 Release

Compare
Choose a tag to compare
@Alexhuszagh Alexhuszagh released this 25 Sep 00:25
· 89 commits to main since this release
6ab9853

Changed

  • Higher performance when parsing floats with digit separators.

Fixed

  • Inlining inconsistency between public API methods (credit to @zheland)
  • Incorrectly accepting leading zeros when no_integer_leading_zeros was enabled.
  • Have consistent errors when an invalid leading digit is found for floating point numbers to always be Error::InvalidDigit.
  • Incorrect parsing of consecutive digit separators.
  • Inaccuracies when parsing digit separators at various positions leading to incorect errors being returned.
  • Selecting only a subset of parse and/or write features would cause compilation errors.
  • Fixed bug with writing integers with custom radices.