[WIP] changes for next release 3.11.0 #3243
Replies: 5 comments 37 replies
-
hi, when will be the release 3.11.0 published? |
Beta Was this translation helpful? Give feedback.
-
@falbrechtskirchinger @gregmarr What would you like to see in the 3.11.0? I am thinking of:
Apart of that, I think we should have a kind of feature-freeze and focus on documentation (and release notes) for a while and get the 3.11.0 finally through the door. I am traveling next week and should have some time in the first week of August. What do you think? |
Beta Was this translation helpful? Give feedback.
-
#3199 is another nice-to-have bug fix for 3.11.0. I might update that PR over the weekend since the original author hasn't responded. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Can you please put this up as a Gist? I've quite a few notes. Or create a PR. |
Beta Was this translation helpful? Give feedback.
-
This thread collects all changes made since the 3.10.5 (#3238) release.
New features
std::string_view
as object keys inat
,operator[]
,value
,erase
,find
,count
, andcontains
to avoid unnecessary allocations.Bug fixes
ordered_json
object from initializer liststd::incrementable
#include json.hpp
causes compile error: `overload resolution selected deleted operator '=' #3620value_type
detection to distinguish string typesoperator<<(json_pointer)
to fix regression after 3.10.0 releaseImprovements
meta()
for MSVCstd::vector<bool>::reference
std::iterator_traits
to extractiterator_category
#3544-Wpragmas
warning in GCC <11patch_inplace
function to apply patches without copyingswap
by ADL to allow swapping with non-std
containers; also improve error messagesFurther Changes
parse
andaccept
ordered_json
ordered_json
should show proper use of theparse()
function. #3325windows-latest
image (by @falbrechtskirchinger)FetchContent_MakeAvailable
in examplesJSON_DIAGNOSTICS
in all linked objectsJSON_MultipleHeader
toON
to always use the multi-header version unless specified otherwise.gitignore
FILE *
and add assertioniterator_input_adapter
advances iterators correctlyjson
andordered_json
.pc
and.cmake
files toshare
directory<windows.h>
Beta Was this translation helpful? Give feedback.
All reactions