Releases: beached/daw_json_link
Beta Version 3.0.0_beta02
Merged in rest of dev branch
Beta Release v3.0.0 Beta 01
This is the first beta release for Version 3
Release Version 2.10.2
- Using cleaned up version of daw-header-libraries
Release Version 2.10.1
Updated version of dependency to reflect bugfix upstream
Release Version 2.10.0
BUGFIX: fixed support for find_package
Also added support for more CI checks, including installation/find_package testing
Release Version 2.9.11
Pinned the dependency versions used in FetchContent so that they don't break when/if upstream is changed
Release Version 2.9.9
Moved the thirdparty/dragonbox code into the daw namespace to prevent id collisions with codebases that use the upstream library. jkj::dragonbox -> daw::jkj::dragonbox
Release Version 2.9.8
Updated cmake structure to be more compatable with vcpkg.
Retained alias for daw::json_link to maintain compatibility with previous FetchContent installs/target_link_libraries
Release Version 2.9.7
Updates to enable better use of package management
Release version 2.9.6
Maintenance release to fix issues with C++20 as compilers test better.
Some tests had incorrect names of members, missing quotes
Fix of json_date
Removed case in json array iterator that didn't work
Made trailing commas test full constexpr to help with spruious warning