Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Tags: target/libdart

Tags

v1.4.0

Toggle v1.4.0's commit message
Removed some ref-qualified accessors from wrappers

Rvalue qualified accessors like dart::basic_object::get() &&
allowed users to circumvent invariants of the strongly typed API

v1.3.0

Toggle v1.3.0's commit message
Updated cmake project version to 1.3.0

v1.2.2

Toggle v1.2.2's commit message
Fixed an issue around unterminated input strings

In the rapidjson parser

v1.2.1

Toggle v1.2.1's commit message
Fixed a version issue in the CMakeLists.txt

v1.2.0

Toggle v1.2.0's commit message
Added a fuzz-tested buffer validation API

Intended use case for dart::is_valid and dart::validate
is to enable interacting with buffers from untrusted sources

v1.1.0

Toggle v1.1.0's commit message
Added dart::packet::as and dart::packet::maybe_as

To centralize cast operations with explicit syntax

v1.0.0

Toggle v1.0.0's commit message
Promoted to version 1.0.0

v0.9.0

Toggle v0.9.0's commit message
Updated a few images and made some very small API refinements