What's Changed
- Update to 1.9.8, remove qualifier from version string by @baylesj in #1666
- Revert soversion change by @baylesj in #1667
- prevent macro redefined for JSON_HAS_INT64 by @anandolee in #1673
- ci: suppress Node 20 deprecation and missing python-version warnings by @baylesj in #1674
- Fix C++11 ABI breakage when compiled with C++17 #1668 by @baylesj in #1675
- chore: remove leftover CMake checks for std::string_view by @baylesj in #1676
- docs: update amalgamation instructions and add github action by @baylesj in #1677
- feat: add Json::version() to expose runtime version (#1531) by @baylesj in #1678
- feat: add .members() iterator adapter for range-based for loops (#288) by @baylesj in #1679
- Improve formatting by @baylesj in #1680
- docs: remove conan and vcpkg instructions from README by @baylesj in #1683
- fix: GCC 16 / C++20 build failure with u8 string literals by @baylesj in #1685
- feat: improve type assertion messages with actual ValueType by @baylesj in #1686
- fix: avoid quadratic re-scan of comments after a value by @hjanuschka in #1689
New Contributors
- @anandolee made their first contribution in #1673
- @hjanuschka made their first contribution in #1689
Full Changelog: 1.9.7...1.9.8-rc1