Skip to content

0.2.1

Compare
Choose a tag to compare
@postmodern postmodern released this 24 Jan 04:10
· 36 commits to main since this release
v0.2.1
  • Properly validate in CommandMapper::OptionValue#validate when an option,
    who's value is not required, is given true.
  • Omit nil arguments from CommandMapper::Command#command_argv if the
    argument is not required.
  • Improve validation error message for CommandMapper::Types::Num when
    initialized with a range: value.
  • Improve validation error message for CommandMapper::Types::Map and
    CommandMapper::Types::Enum.