Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Mar 17:53
v1.1.0
ecf21a6

Changelog

  • 236f648 build: add make verify target for generate/build/test/race
  • 6256083 chore(processors): replace deprecated strings.Title in lorem generator
  • ecf21a6 ci(coverage): raise processor coverage gate to 75%
  • 6c5e8e5 ci(release): add goreleaser preflight check before release step
  • aa4f246 ci: enforce generate sync, race tests, coverage gate, and goreleaser check
  • 21026f2 feat(ui): add flag-entry flow, masked inputs, clipboard copy, and utf8-safe truncation
  • a7b5c92 feat(validation): return errors for invalid validate-* inputs
  • 57fd24c refactor(cli): make root command return help for non-empty args
  • 74a494a refactor(runtime): introduce explicit streaming spec and regenerate CLI commands
  • 590c676 test(coverage): add detect and epoch/now branch coverage
  • 409c816 test(coverage): add processor registry and contract suite
  • 1606d35 test(coverage): add raw base64/base64url flag path tests
  • f9293eb test(coverage): add string processor edge and flag variants
  • 4d0cf5f test(coverage): add toml/xml malformed-input and indent paths
  • 0ee101a test(coverage): cover checksum polynomial and blake2 size branches
  • 368f125 test(coverage): cover hex/url decode error branches
  • b871072 test(coverage): expand base58/base62/crockford edge cases
  • 70289a8 test(coverage): expand line and native streaming parity tests
  • b9944ed test(coverage): extend line, qr, and caesar branch coverage
  • ce04e5f test(coverage): harden json/msgpack/csv error-path coverage
  • 763fd7f test(integration): add streaming parity and required-flag e2e coverage
  • 4ee163c test(quality): add benchmark and fuzz test suites