Releases: wpscanteam/OptParseValidator
Releases · wpscanteam/OptParseValidator
v1.7.4
- Fixed Psych Warning due to legacy code (wpscanteam/wpscan#1357)
- The long option name is output when an option loaded from a file is not valid (Ref #33)
v1.7.2
- Support of Ruby 2.3 removed as its life ended
- New versioning
v0.0.17.1
Uses the frozen_string_literal magic comment to reduce object allocation
Fixes #21
v0.0.17.0
Reworked the OptionsFiles:
- Renamed to ConfigFilesLoadedMerger
- Adds possibility to pass arguments to YAML#safe_load (such as whitelisted classes etc) via the
:yaml_arguments
parameter of ConfigFilesLoaderMerger#parse
- ConfigFilesLoaderMerger#supported_extensions is now a class method
v0.0.16.6
- Revert changes to activesupport dependency
- Updates other Dependencies and specs
v0.0.16.4
Adds an :advanced field, available for all options, to determine whether or not to display them using #simple_help.
v0.0.16.0
Improve the OptionsFiles#parse to allow deep merge and symbolise keys