[WIP] changes for next release 3.11.0 #3243
nlohmann
announced in
Announcements
Replies: 5 comments 37 replies
|
hi, when will be the release 3.11.0 published? |
9 replies
|
@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? |
21 replies
|
#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. |
0 replies
0 replies
|
Can you please put this up as a Gist? I've quite a few notes. Or create a PR. |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This thread collects all changes made since the 3.10.5 (#3238) release.
New features
std::string_viewas object keys inat,operator[],value,erase,find,count, andcontainsto avoid unnecessary allocations.Bug fixes
ordered_jsonobject from initializer liststd::incrementable#include json.hppcauses compile error: `overload resolution selected deleted operator '=' #3620value_typedetection to distinguish string typesoperator<<(json_pointer)to fix regression after 3.10.0 releaseImprovements
meta()for MSVCstd::vector<bool>::referencestd::iterator_traitsto extractiterator_category#3544-Wpragmaswarning in GCC <11patch_inplacefunction to apply patches without copyingswapby ADL to allow swapping with non-stdcontainers; also improve error messagesFurther Changes
parseandacceptordered_jsonordered_jsonshould show proper use of theparse()function. #3325windows-latestimage (by @falbrechtskirchinger)FetchContent_MakeAvailablein examplesJSON_DIAGNOSTICSin all linked objectsJSON_MultipleHeadertoONto always use the multi-header version unless specified otherwise.gitignoreFILE *and add assertioniterator_input_adapteradvances iterators correctlyjsonandordered_json.pcand.cmakefiles tosharedirectory<windows.h>All reactions