Skip to content

Releases: Stiffstream/json_dto

v.0.2.10

15 Sep 06:09
bc4e559
Compare
Choose a tag to compare

A new way of custom IO has been introduced via user-supplied Reader_Writer types and new overloads of mandatory, optional, and optional_no_default functions. See the corresponding README section.

New overload for write_json_value function:

void write_json_value(
	const rapidjson::Value::StringRefType & s,
	rapidjson::Value & object,
	rapidjson::MemoryPoolAllocator<> & allocator );

v.0.2.9.2

23 Nov 07:58
Compare
Choose a tag to compare

Bugfix update.

v.0.2.9.1

21 Nov 09:17
Compare
Choose a tag to compare

Fix version number for CMake-based builds.

v.0.2.9

20 Nov 15:48
Compare
Choose a tag to compare

New overloads for from_json functions.

A set of make_string_ref helper functions.

See the corresponding README section for more details.

v.0.2.8.1

23 Aug 04:23
Compare
Choose a tag to compare

Minor update with fixes for CMake scripts for older (prior to 3.8.0) versions of CMake.