版本发布 8
## What's Changed * fix endianess bug in uint8 parsing by @shikharish in https://github.com/fastfloat/fast_float/pull/357 **Full Changelog**: https://github.com/fastfloat/fast_float/compare/v8.2.1...v8.2.2
## What's Changed * fix for issue 354 by @lemire in https://github.com/fastfloat/fast_float/pull/355 **Full Changelog**: https://github.com/fastfloat/fast_float/compare/v8.2.0...v8.2.1
## What's Changed * supporting benchmarks under Windows by @lemire in https://github.com/fastfloat/fast_float/pull/309 **Full Changelog**: https://github.com/fastfloat/fast_float/compare/v8.0.1...v8.0.2
## What's Changed * fix warning from -Wundef by @biojppm in https://github.com/fastfloat/fast_float/pull/302 * Fix -Wundef warnings seen in gcc 4.8 by @biojppm in https://github.com/fastfloat/fast_float/pull/303 * fix /permissive- flag causing a compile error on clang for windows by @dankmeme01 in https://github.com/fastfloat/fast_float/pull/305 * turning json option into macro parameter by @lemire in https://github.com/fastfloat/fast_float/pull/308 ## New Contributors * @dankmeme01 made their first contribution in https://github.com/fastfloat/fast_float/pull/305 **Full Changelog**: https://github.com/fastfloat/fast_float/compare/v8.0.0...v8.0.1
## What's Changed * Add version macros by @dalle in https://github.com/fastfloat/fast_float/pull/284 * Better compile time error messages for unsupported types by @dalle in https://github.com/fastfloat/fast_float/pull/283 * Fix clang warning unused function by @dalle in https://github.com/fastfloat/fast_float/pull/287 * Support char8_t on C++20 by @dalle in https://github.com/fastfloat/fast_float/pull/289 * update scripts by @dalle in https://github.com/fastfloat/fast_float/pull/290 * Add tests for all supported char types by @dalle in https://github.com/fastfloat/fast_float/pull/292 * adding actual benchmarks to the project by @lemire in https://github.com/fastfloat/fast_float/pull/293 * introduce equiv_uint_t helper by @dalle in https://github.com/fastfloat/fast_float/pull/294 * Silenced Visual Studio compiler warning by @jrade in https://github.com/fastfloat/fast_float/pull/298 * documenting benchmarks by @lemire in https://github.com/fastfloat/fast_float/pull/299 * 16-bit float support by @dalle in https://github.com/fastfloat/fast_float/pull/296 ## New Contributors * @jrade made their first contribution in https://github.com/fastfloat/fast_float/pull/298 **Full Changelog**: https://github.com/fastfloat/fast_float/compare/v7.0.0...v8.0.0
## What's Changed * Add Bazel build rules. by @BYVoid in https://github.com/fastfloat/fast_float/pull/274 * Iplus/minus handling in parse_infnan by @dalle in https://github.com/fastfloat/fast_float/pull/277 * enum class chars_format by @dalle in https://github.com/fastfloat/fast_float/pull/279 * Add allow_leading_plus and skip_white_space in chars_format by @dalle in https://github.com/fastfloat/fast_float/pull/280 ## New Contributors * @BYVoid made their first contribution in https://github.com/fastfloat/fast_float/pull/274 * @dalle made their first contribution in https://github.com/fastfloat/fast_float/pull/277 **Full Changelog**: https://github.com/fastfloat/fast_float/compare/v6.1.6...v7.0.0
## What's Changed * doctest: if SYSTEM_DOCTEST add a `find_package(doctest REQUIRED)` by @pranav-sivaraman in https://github.com/fastfloat/fast_float/pull/270 ## New Contributors * @pranav-sivaraman made their first contribution in https://github.com/fastfloat/fast_float/pull/270 **Full Changelog**: https://github.com/fastfloat/fast_float/compare/v6.1.5...v6.1.6
## What's Changed * documentation for issue 261 by @lemire in https://github.com/fastfloat/fast_float/pull/263 * remove out-of-line defns of constexpr static data members under c++17 by @yfeldblum in https://github.com/fastfloat/fast_float/pull/268 * Support aarch64-w64-mingw32 target by @eukarpov in https://github.com/fastfloat/fast_float/pull/269 ## New Contributors * @cclauss made their first contribution in https://github.com/fastfloat/fast_float/pull/265 * @dependabot made their first contribution in https://github.com/fastfloat/fast_float/pull/266 * @yfeldblum made their first contribution in https://github.com/fastfloat/fast_float/pull/268 * @eukarpov made their first contribution in https://github.com/fastfloat/fast_float/pull/269 **Full Changelog**: https://github.com/fastfloat/fast_float/compare/v6.1.4...v6.1.5