Skip to content

v0.3.3

Choose a tag to compare

@Detective-XH Detective-XH released this 14 Jun 22:17
v0.3.3
c45ae4e

v0.3.3 — 2026-06-14

Code-quality and dependency maintenance release. No behavior, API, output, or schema changes; fully backward-compatible (same inputs produce identical results).

  • Cyclomatic-complexity reduction — 21 test functions decomposed via helper extraction; GetDriftFindings refactored from 12 repeated blocks into a finder-table loop. Gocyclo file-ratio improved from 91.3% to 98.63%. Modernization sweep: range-over-int, min/max builtins, strings.FieldsSeq, b.Loop(), and maps.Copy replacing hand-rolled equivalents.
  • Dependency bumpgithub.com/Detective-XH/gopdf updated from v0.7.9 to v0.8.0 (additive and fix-only; no breaking API changes).

Verified with full -race tests, security-audit (0 failures), ax-audit Layer-1 (14/14 assertions), and govulncheck (clean).