Skip to content

v0.1.3 - Validation & Decoder Hardening

Choose a tag to compare

@antrixy antrixy released this 18 Jul 11:52
5704953

What's New

  • Added schema-drift validate() function for runtime schema checking
  • Hardened decoders against malformed input
  • New --validate CLI flag to enforce schema compliance during encoding/decoding

Details

Improves reliability and provides developers with tools to catch schema mismatches early.