Releases: fastfloat/fast_float
Releases · fastfloat/fast_float
Version 8.1.0
What's Changed
- README: Reference SerenityOS/Ladybird Browser implementation by @ADKaster in #311
 - Bump jidicula/clang-format-action from 4.14.0 to 4.15.0 in the github-actions group by @dependabot[bot] in #312
 - README: Add xmake repository reference by @SirLynix in #318
 - adding emscripten build test by @lemire in #316
 - Bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #317
 - implementation of p2497 by @lemire in #314
 - float_common.h: Support RISC-V by @leiwen2025 in #322
 - Do not mis-parse certain wide-character emojis as integer by @InvalidUsernameException in #325
 - Implemented multiplication of integer by a power of 10 by @toughengineer in #320
 - Minor fix of forward declaration by @toughengineer in #327
 
@jwakely : this implements p2497
New Contributors
- @ADKaster made their first contribution in #311
 - @SirLynix made their first contribution in #318
 - @leiwen2025 made their first contribution in #322
 - @InvalidUsernameException made their first contribution in #325
 - @toughengineer made their first contribution in #320
 
Full Changelog: v8.0.2...v8.1.0
Version 8.0.2
What's Changed
Full Changelog: v8.0.1...v8.0.2
v8.0.1
What's Changed
- fix warning from -Wundef by @biojppm in #302
 - Fix -Wundef warnings seen in gcc 4.8 by @biojppm in #303
 - fix /permissive- flag causing a compile error on clang for windows by @dankmeme01 in #305
 - turning json option into macro parameter by @lemire in #308
 
New Contributors
- @dankmeme01 made their first contribution in #305
 
Full Changelog: v8.0.0...v8.0.1
Version 8.0.0
What's Changed
- Add version macros by @dalle in #284
 - Better compile time error messages for unsupported types by @dalle in #283
 - Fix clang warning unused function by @dalle in #287
 - Support char8_t on C++20 by @dalle in #289
 - update scripts by @dalle in #290
 - Add tests for all supported char types by @dalle in #292
 - adding actual benchmarks to the project by @lemire in #293
 - introduce equiv_uint_t helper by @dalle in #294
 - Silenced Visual Studio compiler warning by @jrade in #298
 - documenting benchmarks by @lemire in #299
 - 16-bit float support by @dalle in #296
 
New Contributors
Full Changelog: v7.0.0...v8.0.0
Version 7.0.0
Version 6.1.6
What's Changed
- doctest: if SYSTEM_DOCTEST add a 
find_package(doctest REQUIRED)by @pranav-sivaraman in #270 
New Contributors
- @pranav-sivaraman made their first contribution in #270
 
Full Changelog: v6.1.5...v6.1.6
Version 6.1.5
What's Changed
- documentation for issue 261 by @lemire in #263
 - remove out-of-line defns of constexpr static data members under c++17 by @yfeldblum in #268
 - Support aarch64-w64-mingw32 target by @eukarpov in #269
 
New Contributors
- @cclauss made their first contribution in #265
 - @dependabot made their first contribution in #266
 - @yfeldblum made their first contribution in #268
 - @eukarpov made their first contribution in #269
 
Full Changelog: v6.1.4...v6.1.5
Version 6.1.4
What's Changed
- Record parse failure reason and location by @LeszekSwirski in #252
 - issue 258 by @lemire in #259
 - Include intrin.h for __umulh by @LeszekSwirski in #260
 
Full Changelog: v6.1.3...v6.1.4
Version 6.1.3
What's Changed
- Allow JSON empty exponent as trailing junk by @LeszekSwirski in #256
 
Full Changelog: v6.1.2...v6.1.3
Version 6.1.2
What's Changed
- removing unused function by @lemire in #245
 - Change smallest_power_of_ten to -64 for floats. by @deadalnix in #167
 - from_chars_advanced overload function taking parsed_number_string_t by @zejal in #249
 - Disallow empty exponent in JSON parsing by @LeszekSwirski in #251
 
New Contributors
- @zejal made their first contribution in #249
 - @LeszekSwirski made their first contribution in #251
 
Full Changelog: v6.1.1...v6.1.2