Skip to content

Releases: beached/daw_json_link

release version 2.9.5

16 May 23:08
06d4913
Compare
Choose a tag to compare

Fixed bug in nullable tagged variant mapping

Release version 2.9.4

16 May 19:00
fa30eee
Compare
Choose a tag to compare

Fixes bug with install, missing / in folder name

Release version 2.9.3(do not use)

16 May 16:56
c01f920
Compare
Choose a tag to compare

Bug fix in enum class parsing where underlying type was signed, plus test.

release version 2.9.2

14 Feb 02:53
3e5edc7
Compare
Choose a tag to compare

Bugfix: added missing header

release version 2.9.0

12 Feb 20:04
94672a6
Compare
Choose a tag to compare

Bugfix: tests needed full def of from_json at call site even though they are extern template because from_json is constexpr and that makes it implicitly inline

release version 2.9.0

12 Feb 08:34
b7421b3
Compare
Choose a tag to compare
Merge pull request #212 from beached/develop

Update to build time of tests and added granular headers

release version 2.8.0

10 Feb 03:11
5dcdac7
Compare
Choose a tag to compare

Allocator and PMR Allocator Support
Better error messages

release version 2.7.5

21 Jan 18:58
d758558
Compare
Choose a tag to compare

Bugfix that affected exceptions throwing while another was in flight in some cases

release version 2.7.2

09 Jan 17:26
e7c9811
Compare
Choose a tag to compare

Bugfix: storing state in array element parsing that is needed after

release version 2.7.1

29 Dec 20:25
882dfcb
Compare
Choose a tag to compare

Bugfix for allocator support tests