Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@Snowflyt Snowflyt released this 06 Feb 11:37
· 3 commits to main since this release
  • ✨ feat!: Use type-level functions instead to define validators and serializers, aiming to boost compile-time performance. The newly introduced type-level functions (Validator and Serializer) are compatible with the hkt-core V1 standard. As part of this update, the original Validator is now renamed to ValidatorRegistry and StringifySerializer to StringifySerializerRegistry, and these have been migrated from typroof to typroof/plugin for better modularity. (4e48a45)
  • 🦄 refactor!: Relocate several type exports—including Stringify and its related types, ValidatorRegistry, Analyzer, AnalyzerMeta, Match, and ToAnalyze—from typroof to typroof/plugin, enhancing code organization and clarity. (a584e4e)