Skip to content

Releases: simdjson/simdjson

Version 3.10.1

26 Aug 13:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.10.0...v3.10.1

Version 3.10.0

01 Aug 13:34
Compare
Choose a tag to compare

What's Changed

  • fix: add macros to detect C++20 and C++23 by @lemire in #2220
  • Added the functionality to convert dom::object and dom::array to dom element. by @didarpin in #2221
  • Allows field::unescape_key to take in a string parameter + additional dev. checks for string overflow by @lemire in #2224

New Contributors

Full Changelog: v3.9.5...v3.10.0

Version 3.9.5

04 Jul 20:28
3240d55
Compare
Choose a tag to compare

What's Changed

  • reset moved object's viable_size to 0 in the move ctor of padded_string by @Tunghohin in #2204
  • Marking a few functions as pure (no side-effect) by @lemire in #2210

New Contributors

Full Changelog: v3.9.4...v3.9.5

Version 3.9.4

11 Jun 19:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.9.3...v3.9.4

Version 3.9.3

30 May 14:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.9.2...v3.9.3

Version 3.9.2

07 May 23:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.9.1...v3.9.2

Version 3.9.1

05 Apr 19:20
Compare
Choose a tag to compare

What's Changed

  • fix: adopt recommendation from issue 2163 by @lemire in #2164

Full Changelog: v3.9.0...v3.9.1

Version 3.9.0

04 Apr 18:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.0...v3.9.0

v3.8.0

10 Mar 17:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.7.0...v3.7.1

Version 3.7.0

23 Feb 21:58
e510ed2
Compare
Choose a tag to compare

What's Changed

  • Retiring deprecated DOM APIs by @lemire in #2109
  • Allow some iterators to be used in standard C++ iterator functions by @Bo98 in #2106
  • Better documentation and support for the case when you have a single implementation. by @lemire in #2118
  • Fixing issue 2120 by @lemire in #2121
  • Adding on-demand support for a subset of JSONPath. by @FranciscoThiesen in #2127 We thank @mbasmanova for the review.
  • Convenience method (is_string) as well as a new method key_raw_json_token() to get the raw key token. by @lemire in #2131
  • Documenting Unicode support in JSONPath and JSON Pointer by @lemire in #2132

New Contributors

Full Changelog: v3.6.4...v3.7.0