Skip to content

Releases: wpscanteam/OptParseValidator

v1.7.4

31 Jul 13:16
Compare
Choose a tag to compare
  • 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.3

17 Jun 17:10
Compare
Choose a tag to compare

Dependencies Updated

v1.7.2

24 Apr 11:03
Compare
Choose a tag to compare
  • Support of Ruby 2.3 removed as its life ended
  • New versioning

v0.0.17.1

01 Apr 09:57
Compare
Choose a tag to compare

Uses the frozen_string_literal magic comment to reduce object allocation
Fixes #21

v0.0.17.0

02 Mar 13:09
Compare
Choose a tag to compare

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

11 Jan 10:29
Compare
Choose a tag to compare
  • Revert changes to activesupport dependency
  • Updates other Dependencies and specs

v0.0.16.5

28 Dec 10:57
Compare
Choose a tag to compare

Updates Dependencies (related to wpscanteam/wpscan#1266)

v0.0.16.4

20 Oct 12:33
Compare
Choose a tag to compare

Adds an :advanced field, available for all options, to determine whether or not to display them using #simple_help.

v0.0.16.1

14 Jun 20:11
Compare
Choose a tag to compare

Fixes #10

v0.0.16.0

20 May 10:02
Compare
Choose a tag to compare

Improve the OptionsFiles#parse to allow deep merge and symbolise keys