PureConfig v0.10.2 Release Notes

Release Date: 2019-02-05 // about 5 years ago
    • 🆕 New features
      • Added ConfigReader.Result[A] as an alias for Either[ConfigReaderFailures, A];
      • Introduced FluentConfigCursor, an alternative API to ConfigCursor focused on config navigation over error handling.