json v3.11.2 Release Notes
Release Date: 2022-08-12 // about 2 years ago-
- MSVC natvis visualizer does not work after introduction of inline ABI namespace #3696
- The use of parenthesis gives compilation errors in some situations #3682
- extern from/to_json result in linker error #3657
- json_fwd.hpp no longer standalone #3656
- regression:
.value<size_t>
is compilation error. #3655 - Regression: no match for 'operator!=' comparing json_pointer and const char */string_t #3654
- Regression: call to member function 'value' is ambiguous #3652
๐ macOS 10.15 Actions runner image deprecation #3612
generate_natvis.py: validate version number; cleanup #3698 (falbrechtskirchinger)
โ Add Python script for generating Natvis file and update file for 3.11.2 #3697 (falbrechtskirchinger)
โ Add amalgamated json-fwd.hpp to release #3687 (nlohmann)
๐ Documentation updates for 3.11.2 #3686 (falbrechtskirchinger)
๐ Make json_pointer usable as map key (again) #3685 (falbrechtskirchinger)
Deprecate json_pointer/string_t comparisons #3684 (falbrechtskirchinger)
Restructure inline namespace and allow version component to be disabled #3683 (falbrechtskirchinger)
Properly constrain non-string json_pointer overloads #3681 (falbrechtskirchinger)
Amalgamate the forward declaration header #3679 (falbrechtskirchinger)
๐ Fix 'const' qualifier on bool& has no effect #3678 (falbrechtskirchinger)
Attempt to fix labeler permissions #3674 (falbrechtskirchinger)
๐ Refine 'Publish documentation' workflow #3673 (falbrechtskirchinger)
Add json_pointer/string_t equality comparison operators #3664 (falbrechtskirchinger)
Reimplement value() access functions #3663 (falbrechtskirchinger)
๐ Publish documentation on push to develop branch #3660 (nlohmann)
โ Add Discord badge to README #3651 (falbrechtskirchinger)
๐ Miscellaneous small fixes #3643 (falbrechtskirchinger)
๐ Minor BJData fixes #3637 (falbrechtskirchinger)
โก๏ธ Update CI #3626 (falbrechtskirchinger)
Previous changes from v3.11.1
-
- Regression: no matching literal operator for call to 'operator""_json' #3645
_json operator""() #3644
๐ Fix global UDLs #3646 (falbrechtskirchinger)