Skip to content

Releases: moontaiworks/yargs-typebox

v0.0.3

09 Oct 07:55
Compare
Choose a tag to compare

0.0.3 (2024-10-09)

Bug Fixes

  • correct paths for tsc-alias (7c8ba8f)

0.0.2 (2024-10-09)

v0.0.2

09 Oct 07:27
Compare
Choose a tag to compare

0.0.2 (2024-10-09)

0.0.1 (2024-10-09)

v0.0.1

09 Oct 07:14
Compare
Choose a tag to compare

0.0.1 (2024-10-09)

Features

  • array transformer (2da08a9)
  • boolean transformer (d6f0dbe)
  • choice transformer (6d1b0ee)
  • handy interface getOption to transform all accepted types (432082d)
  • handy transformer for an object of properties (710981c)
  • number transformer (8e5eef4)
  • string transformer (68f49fa)
  • take all available options from schema if present (0c1653a)
  • use getAnyOption to transform unknown schema (ceccd33)

Bug Fixes

  • required parameter should only have demand flag (6774e69)