Skip to content

v0.26.1

Choose a tag to compare

@agentfirstkit agentfirstkit released this 28 Jul 16:33
· 17 commits to main since this release
  • Read a JSON Schema's properties map as schemas, so a correctly typed property such as duration_ms: {"type": "integer"} no longer fails the suffix type check
  • Keep the runtime suffix check for a properties entry holding a scalar or an array, which is data rather than a schema
  • Document the schema reading, its bounds, and the scalar carve-out in the spec's Suffixes section
  • Upgrade toml_parser to 1.1.3 and @types/node to 26.1.2