Skip to content

Releases: fastfloat/fast_float

Version 6.1.6

08 Sep 17:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.5...v6.1.6

Version 6.1.5

02 Sep 19:33
Compare
Choose a tag to compare

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

Full Changelog: v6.1.4...v6.1.5

Version 6.1.4

14 Aug 13:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.3...v6.1.4

Version 6.1.3

23 Jul 14:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.2...v6.1.3

Version 6.1.2

22 Jul 15:45
129f0e8
Compare
Choose a tag to compare

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

Full Changelog: v6.1.1...v6.1.2

Version 6.1.1

17 Mar 13:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.0...v6.1.1

Version 6.1.0

08 Mar 16:31
2f3ed44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.1.0

Version 6.0.0

14 Dec 22:57
Compare
Choose a tag to compare

What's Changed

This version brings a major change : we can now parse integers, as well as floating-point numbers.

Full Changelog: v5.3.0...v6.0.0

Version 5.3.0

13 Nov 15:46
Compare
Choose a tag to compare

What's Changed

  • Fix for broken MSVC v140 without removing enable_if by @mayawarrier in #213
  • float_common.h: fix possible misuse of comma operator by @Coeur in #214
  • Add support for parsing numbers according to JSON format by @mayawarrier in #220
  • Allow fast_float to parse strings accepted by the Fortran internal read function. by @allenbarnett5 in #219

New Contributors

Full Changelog: v5.2.0...v5.3.0

Version 5.2.0

10 Jun 14:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.0...v5.2.0