Skip to content

Latest commit

 

History

History
43 lines (20 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

43 lines (20 loc) · 1.55 KB

2.0.1 (2023-01-30)

Bug Fixes

  • should return none-undefined value when defaultValue is specified (9949728)

2.0.0 (2022-12-30)

Features

  • handle "required" option manually (c5dabe1)

BREAKING CHANGES

  • remove useless api

1.2.0 (2022-10-27)

Features

  • add getObjectInput to parse json/yaml inputs (f012c53)
  • support snakecase name (493b585)

1.1.0 (2022-10-26)

Features

  • add booleanOrString type (dcfcc02)

1.0.1 (2022-10-26)

1.0.0 (2022-10-26)

Bug Fixes