Version 8.2.0
What's Changed
- Added template overloads for
integer_times_pow10()by @toughengineer in #328 - Made function non-template by @toughengineer in #333
- Added corner cases around max value/infinity by @toughengineer in #334
- Fixes compilation on GCC/MinGW by @Gravecat in #338
- oss-fuzz: Add unit test build by @arthurscchan in #348
- documenting better which types we support by @lemire in #345
- adding IP address benchmark by @shikharish and @lemire in https://github.com/fastfloat/fast_float/pull/350in #351 and in #352
- faster uint8_t parsing by @shikharish in #349
- Fixed UB by @toughengineer in #353
New Contributors
- @jbicha made their first contribution in #330
- @Gravecat made their first contribution in #338
- @arthurscchan made their first contribution in #348
- @shikharish made their first contribution in #349
Full Changelog: v8.1.0...v8.2.0