| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-09-25 | 689 Bytes | |
| Version 1.0.2 Release source code.tar.gz | 2024-09-25 | 99.0 MB | |
| Version 1.0.2 Release source code.zip | 2024-09-25 | 99.5 MB | |
| Totals: 3 Items | 198.5 MB | 0 | |
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_zeroswas 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.