PureConfig v0.14.0 Release Notes

Release Date: 2020-09-21 // over 3 years ago
    • 💥 Breaking changes
      • Cursors are now backed up by Option[ConfigValue] instead of ConfigValue. Code accessing the value of a cursor should use valueOpt instead (with None replacing null in undefined values).