Skip to content

Releases: simdjson/simdjson

Version 4.2.1

03 Nov 16:05

Choose a tag to compare

What's Changed

  • using _json for compile-time JSON strings. by @lemire in #2536

Full Changelog: v4.2.0...v4.2.1

Version 4.2.0

02 Nov 21:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

Version 4.1.0

28 Oct 04:13
0112be8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.7...v4.1.0

Version 4.0.7

30 Sep 15:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.6...v4.0.7

Version 4.0.6

21 Sep 14:23
b2932d1

Choose a tag to compare

What's Changed

  • complete support for custom_serializable by @lemire in #2463
  • when using static reflection, generate an error on missing fields unless they are std::optional-like by @lemire in #2461
  • fix compile-time warnings when building with C++20 with exceptions disabled under GCC/clang by @lemire in #2464 see nodejs/node#59883

Full Changelog: v4.0.5...v4.0.6

Version 4.0.5

18 Sep 21:19

Choose a tag to compare

What's Changed

  • allow string reuse in simdjson::to_json by @lemire in #2454

Full Changelog: v4.0.4...v4.0.5

Version 4.0.4

18 Sep 01:00

Choose a tag to compare

What's Changed

  • remove trailing whitespace + fix typos by @striezel in #2451
  • adding keys as templates in builder by @lemire in #2453
  • modifying simdjson::from to avoid exceptions when needed. by @lemire in #2452

Full Changelog: v4.0.3...v4.0.4

Version 4.0.3

16 Sep 04:24
1f369ef

Choose a tag to compare

What's Changed

  • fix some typos by @striezel in #2446
  • minor patch which allows us to pass mutable strings to simdjson::from… by @lemire in #2448

Full Changelog: v4.0.2...v4.0.3

Version 4.0.2

15 Sep 15:25
8aae149

Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

Version 4.0.1

12 Sep 23:28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.0.1