Skip to content

v0.19.0

Compare
Choose a tag to compare
@uchuhimo uchuhimo released this 09 Sep 18:14
· 63 commits to master since this release

Major Features and Improvements

  • feature: support default providers API
  • feature: support substituted source
  • feature: all sources are substituted before loaded into config by default

Breaking Changes

  • Since all sources are substituted before loaded into config by default, all path variables will be substituted now. You can use config.disable(Feature.SUBSTITUTE_SOURCE_BEFORE_LOADED) to disable this change.

Deprecated

  • fromXXX APIs on providers are deprecated now, use the new shorter APIs instead. E.g., you can use file instead of fromFile.