Releases: wpscanteam/OptParseValidator
Releases · wpscanteam/OptParseValidator
v1.10.0
What's Changed
- Support for ruby 2.7 dropped
- Various dependencies updated
- Fixes "warning: ostruct was loaded from the standard library" when using Ruby 3.3
Full Changelog: v1.9.5...v1.10.0
v1.9.5
- Minor:
- New version for updated dependencies
v1.9.4
- Minor:
- Fixed Incorrect required long option value when an error is raised - Ref #84
v1.9.2
- Errors raised by
OptPath
are more explicit - Ref #56
v1.9.0
- Support for Ruby 2.4 removed as EOL reached.
v1.8.2
- activesupport minimum requirement updated to avoid a 'wrong number of argument' error with old versions (< 5.2)
v1.8.0
- Rework the options file system - Ref #19
- Renamed
#options_files
to #config_files