Skip to content

v10.1.0

Latest

Choose a tag to compare

@maxholman maxholman released this 08 Jun 03:22

What's new

Features

  • minProperties / maxProperties support — object schemas now emit v.minEntries() / v.maxEntries() constraints (plain objects, empty-property records, and allOf compositions). Previously these JSON Schema keywords were silently dropped.
  • ResponseValidationError re-export — generated main.ts now re-exports ResponseValidationError from @block65/rest-client, so consumers get instanceof narrowing without adding a direct dependency.

Maintenance

  • Regenerated all fixtures.
  • Bumped dependencies to latest (@block65/rest-client 13.1.0, undici 8.4.0, and others).
  • Tests pin retries: 0 via an explicit fetcher and disable timeouts (vitest.config.ts); fixed the petstore mock path for explode-style array query serialization.

Full Changelog: v10.0.6...v10.1.0