Skip to content

v2.0.0

Compare
Choose a tag to compare
@japgolly japgolly released this 29 Jul 06:53
· 20 commits to master since this release
v2.0.0
d7f90d3
  • Scala 3 support
  • Upgrade Scala.JS from 0.6.33 to 1.6
  • Replace Scalaz with Cats
  • Drop Scala 2.12 support
  • The JS module now includes ability to read environment (if in Node) and system properties
  • Added to ConfigSource instances:
    • expandInlineProperties(key) for when a single value is the contents of a properties file
    • treatKeyDotsAsUnderscores
  • ConfigSource.environment now longer calls treatKeyDotsAsUnderscores automatically.
    Use ConfigSource.environment[F].treatKeyDotsAsUnderscores if required.
  • Expose ConfigKey
  • Add new implicit ConfigValueParser instances for:
    • java.util.regex.Pattern
    • scala.util.matching.Regex