You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Config parser no long converts selection keys to strings before matching. #82
Added
Config parser now considers required sections with defaults for all options to be
valid and will populate the section in the returned configuration. #81
Fixed
Config parser was reporting valid configuration for optional conditional sections
containing invalid values. Fixes problem 1 in #80. #81
YAML returning booleans for unquoted on or off strings, booleans have been
added as accepted values where applicable to avoid confusion. Fixes #80. #82