Simple Scala Config v0.2.0 Release Notes

Release Date: 2016-05-15 // almost 8 years ago
  • ๐Ÿ†• New Features

    • โž• Added support for HOCON array values through as[Seq[T]] and asOption[Seq[T]]
    • ๐Ÿ‘€ Converted value extraction to use user-extensible typeclass pattern. See README for details.

    ๐Ÿ”„ Changes

    ๐Ÿ’ฅ Breaking Changes

    • asSize has gone away in preference for as[ConfigMemorySize], which normalizes it's usage with rest of API.