Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 2.05 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.0.3 (2024-10-09)

Bug Fixes

  • correct paths for tsc-alias (7c8ba8f)

0.0.2 (2024-10-09)

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)