Skip to content

Releases: ruoka/json4cpp

v3.0.0

Choose a tag to compare

@cursor cursor released this 01 Aug 15:37
f5362fc

json4cpp / xson v3.0.0

Modules-era SemVer cut. Prior tags v1.0 / v2.0 cover older header and early C++23 lines; this release is the Clang 21 + libc++ modules consume surface.

Includes recent master fixes (e.g. #35 number lexeme length, #34 C string / string_view as strings), docs/release-policy.md, nested tester 5e2c68f, and parallel CI.

Public surface: import xson;
Minimum toolchain: Clang 21+ with libc++ modules (std.cppm).

v.2.0

Choose a tag to compare

@ruoka ruoka released this 18 Jul 19:55

Releasing a version that uses include directives and header files before refactoring the project to be based on C++ modules.

v1.0

v1.0 Pre-release
Pre-release

Choose a tag to compare

@ruoka ruoka released this 05 Aug 10:37
Fixed skipws issue + other improvements