PureConfig v0.9.2 Release Notes

Release Date: 2018-08-23 // over 5 years ago
    • ๐Ÿ†• New features

      • Users can now configure whether loadConfigFromFiles ignores or fails on non-existing or unreadable files;
      • Custom ConfigRenderOptions can now be passed to all config writing API methods;
      • PureConfig can now read Period instances written in the human-readable format supported by HOCON;
      • New configurable instances allow reading and writing maps with any key type, provided the respective conversion to/from strings;
      • ConfigCursor has a new atPath method for deep navigation into the config;
      • New pureconfig-yaml module adding support to load configs from YAML files.
    • ๐Ÿ› Bug fixes

      • Fixed a bug where PureConfig was not working when custom preludes were used.