Skip to content

Releases: lambdista/config

Remove support for Scala 2.12

09 Apr 15:52
Compare
Choose a tag to compare

Remove support for Scala 2.12 and use sbt ci release in place of bintray

config 0.7.0

06 May 13:32
Compare
Choose a tag to compare

API:

  • add sealed traits support
  • switch from Try to Either to handle possible failures
  • remove support for scala 2.11

Internals:

  • update deps
  • switch from tut to mdoc
  • switch from shapeless to magnolia for typeclass derivation

config 0.5.4

21 Jan 09:36
Compare
Choose a tag to compare

update parser dep

config 0.5.3

18 Jan 13:38
Compare
Choose a tag to compare

Refactor error handling

config 0.5.2

18 Jan 08:54
Compare
Choose a tag to compare
  • Bug fix: single-line comments were not parsed correctly if repeated consecutively in multiple lines
  • Update deps and scala version

config 0.5.1

08 Mar 10:30
Compare
Choose a tag to compare

Change CrossVersion.full to use CrossVersion.patch for Typelevel Scala compatibility

config 0.5.0

24 Nov 13:24
Compare
Choose a tag to compare

Add support for dynamic config value retrieval (see Dynamic value-by-value conversion)

config 0.4.4

03 Nov 13:33
Compare
Choose a tag to compare

Add support for Scala 2.12.x

config 0.4.3

28 Oct 09:31
Compare
Choose a tag to compare

Changes

Fixes:

  • Automatic conversion to case class does not correctly decode missing values to None in case they are of type Option[A]

config 0.4.2

19 Oct 11:45
Compare
Choose a tag to compare

Changes

Fixes:

  • Boolean doesn't work in typesafe subproject. It needs explicit java.lang.Boolean.
  • Compiler plugin is not included in typesafe subproject.
  • Remove unused flags in build.sbt.