v0.4.0
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