Tags give the ability to mark specific points in history as being important
-
v0.1.7
protected3a3a1656 · ·v0.1.7 — reconcile parser perf + full regex alternation/grouping onto v0.1.6 Adds improvements absent from v0.1.6: - ECMA-262 regex alternation '|' and grouping '()' implemented (Pike NFA), replacing the fail-closed subset; JSON Schema pattern alternation now validates. - SIMD parser hot-path (~44-52% higher string/object parse throughput). - Examples build again (examples/build.zig.zon + Zig 0.16 migration). - ValidationReport.deinit convenience. Docs reconciled; deferred items documented. No public API removed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
-
v0.1.6
protectedfa7b0999 · ·v0.1.6: security/correctness/robustness hardening Iterative appsec + quality/perf/gap audit closure (converged after 5 review passes). Fixes untrusted-input crashes, memory-safety bugs, unbounded-work DoS, and validation bypasses across the parser, tokenizer, number, regex, CBOR, time, jsonpath, jsonld, unmarshal, parallel, patch, schema, emitter/encode, and async modules. 466 tests pass in Debug/ReleaseSafe/ReleaseFast/ReleaseSmall.