Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 23:22
8781a8a

1.1.0 (2024-04-13)

Bug Fixes

  • accept any type for parse input (a1be413)
  • change require to isRequired (c458d87)
  • fix coerce issue in object schema (726f009)
  • fix esm import extensions (6a6a40d)
  • fix get and getAll return types (ae4385b)
  • fix nested object schema type inference (b4d9675)
  • fix object schema type inference (445c0eb)
  • fix parsing nested object (7f7e5bd)
  • fix wrong generated types (31fbc32)
  • improve parse input type (ea092fc)
  • make default value type-safe (2149983)
  • make isRequired private (a850413)

Features