Skip to content

v0.14.1

Compare
Choose a tag to compare
@uchuhimo uchuhimo released this 13 Aug 11:56
· 129 commits to master since this release

Major Features and Improvements

  • feature: support optional sources
  • feature: support empty list and single element list in flat source
  • feature: add config.containsRequired() (return true/false) and config.validateRequired() (throw exception instead) to check whether all values of required items exist in config or not
  • feature: leading or trailing whitespaces are allowed in item name / path
  • feature: support onSet for Item
  • fix: support HOCON substitutions
  • fix: default values in facade config now have lower priority than the values in fallback config