Skip to content

v0.4.0

Choose a tag to compare

@venables venables released this 30 Oct 01:01
· 3 commits to main since this release
caff23a

What's Changed

  • [BREAKING] This module is ESM only now
  • [BREAKING] Remove alias types, use types directly from @standard-schema/spec, for example:
- s.parse(schema, input) // Output<T>
+ s.parse(schema, input) // StandardSchemaV1.InferOutput<T>
  • [IMPROVEMENT] Support Vitest 4.x (>=3.2.0)

Full Changelog: v0.3.0...v0.4.0