Skip to content

Releases: beached/daw_json_link

Beta Version 3.0.0_beta02

26 Aug 20:26
142a10f
Compare
Choose a tag to compare
Pre-release

Merged in rest of dev branch

Beta Release v3.0.0 Beta 01

26 Aug 17:17
828565f
Compare
Choose a tag to compare
Pre-release

This is the first beta release for Version 3

Release Version 2.10.2

25 Aug 20:33
828565f
Compare
Choose a tag to compare
  • Using cleaned up version of daw-header-libraries

Release Version 2.10.1

25 Aug 13:17
6951836
Compare
Choose a tag to compare

Updated version of dependency to reflect bugfix upstream

Release Version 2.10.0

25 Aug 08:32
8705c2b
Compare
Choose a tag to compare

BUGFIX: fixed support for find_package

Also added support for more CI checks, including installation/find_package testing

Release Version 2.9.11

24 Jul 07:20
d8cb3a2
Compare
Choose a tag to compare

Pinned the dependency versions used in FetchContent so that they don't break when/if upstream is changed

Release Version 2.9.9

23 Jul 16:51
cfeade1
Compare
Choose a tag to compare

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

22 Jul 23:58
8147f57
Compare
Choose a tag to compare

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

22 Jul 22:08
80d3e51
Compare
Choose a tag to compare

Updates to enable better use of package management

Release version 2.9.6

20 Jul 04:43
46a25c0
Compare
Choose a tag to compare

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