Skip to content

v0.12.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@CrazyIvan359 CrazyIvan359 released this 06 Dec 19:47
· 55 commits to master since this release
7891663
  • Changed

    • 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