diff --git a/docs/configurations.html b/docs/configurations.html index 1b148046..e0abab6b 100644 --- a/docs/configurations.html +++ b/docs/configurations.html @@ -66,10 +66,10 @@
import cats.effect.IO
 
 port: ConfigValue[IO, Int]
-// res1: ConfigValue[IO, Int] = ConfigValue$1142988826
+// res1: ConfigValue[IO, Int] = ConfigValue$1497641051
 
 port.covary[IO]
-// res2: ConfigValue[IO, Int] = ConfigValue$1142988826
+// res2: ConfigValue[IO, Int] = ConfigValue$1497641051
 

Multiple values can be loaded and combined in parallel, and errors accumulated, using parMapN.

import cats.syntax.all._
diff --git a/docs/configurations/index.html b/docs/configurations/index.html
index 1b148046..e0abab6b 100644
--- a/docs/configurations/index.html
+++ b/docs/configurations/index.html
@@ -66,10 +66,10 @@
 
import cats.effect.IO
 
 port: ConfigValue[IO, Int]
-// res1: ConfigValue[IO, Int] = ConfigValue$1142988826
+// res1: ConfigValue[IO, Int] = ConfigValue$1497641051
 
 port.covary[IO]
-// res2: ConfigValue[IO, Int] = ConfigValue$1142988826
+// res2: ConfigValue[IO, Int] = ConfigValue$1497641051
 

Multiple values can be loaded and combined in parallel, and errors accumulated, using parMapN.

import cats.syntax.all._
diff --git a/docs/modules.html b/docs/modules.html
index 6676dda7..862a3c71 100644
--- a/docs/modules.html
+++ b/docs/modules.html
@@ -72,7 +72,7 @@ 

"SERIAL").as[SerialNumber] -// res0: ConfigValue[Effect, SerialNumber] = ConfigValue$2097904473 +// res0: ConfigValue[Effect, SerialNumber] = ConfigValue$1967244520

Circe YAML

The ciris-circe-yaml module provides ConfigDecoders for YAML using circe-yaml.

@@ -91,7 +91,7 @@

"SERIAL").as[SerialNumber] -// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$1962425608 +// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$331460105

Enumeratum

The ciris-enumeratum module provides ConfigDecoders for Enumeratum enumerations.

@@ -112,7 +112,7 @@

"SUIT").as[Suit] -// res4: ciris.ConfigValue[ciris.package.Effect, Suit] = ConfigValue$786898613 +// res4: ciris.ConfigValue[ciris.package.Effect, Suit] = ConfigValue$1119468609

For ValueEnums, also mix in the matching CirisValueEnum to derive a ConfigDecoder instance.

import ciris.env
@@ -129,7 +129,7 @@ 

"COLOR").as[Color] -// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$374519906 +// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$1002683590

Http4s

The ciris-http4s module provides ConfigDecoders for the http4s Uri type.

@@ -138,7 +138,7 @@

import org.http4s.Uri env("URI").as[Uri] -// res8: ciris.ConfigValue[ciris.package.Effect, Uri] = ConfigValue$833248798 +// res8: ciris.ConfigValue[ciris.package.Effect, Uri] = ConfigValue$419037575

Refined

The ciris-refined module provides ConfigDecoders for refined refinement types.

@@ -147,7 +147,7 @@

import eu.timepit.refined.types.numeric.PosInt env("POS_INT").as[PosInt] -// res10: ciris.ConfigValue[ciris.package.Effect, PosInt] = ConfigValue$416611183 +// res10: ciris.ConfigValue[ciris.package.Effect, PosInt] = ConfigValue$811280901

Squants

The ciris-squants module provides ConfigDecoders for squants quantities.

@@ -156,6 +156,6 @@

import squants.market.Money env("MONEY").as[Money] -// res12: ciris.ConfigValue[ciris.package.Effect, Money] = ConfigValue$1989504203 +// res12: ciris.ConfigValue[ciris.package.Effect, Money] = ConfigValue$749926997
Configurations
\ No newline at end of file diff --git a/docs/modules/index.html b/docs/modules/index.html index 6676dda7..862a3c71 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -72,7 +72,7 @@

"SERIAL").as[SerialNumber] -// res0: ConfigValue[Effect, SerialNumber] = ConfigValue$2097904473 +// res0: ConfigValue[Effect, SerialNumber] = ConfigValue$1967244520

Circe YAML

The ciris-circe-yaml module provides ConfigDecoders for YAML using circe-yaml.

@@ -91,7 +91,7 @@

"SERIAL").as[SerialNumber] -// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$1962425608 +// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$331460105

Enumeratum

The ciris-enumeratum module provides ConfigDecoders for Enumeratum enumerations.

@@ -112,7 +112,7 @@

"SUIT").as[Suit] -// res4: ciris.ConfigValue[ciris.package.Effect, Suit] = ConfigValue$786898613 +// res4: ciris.ConfigValue[ciris.package.Effect, Suit] = ConfigValue$1119468609

For ValueEnums, also mix in the matching CirisValueEnum to derive a ConfigDecoder instance.

import ciris.env
@@ -129,7 +129,7 @@ 

"COLOR").as[Color] -// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$374519906 +// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$1002683590

Http4s

The ciris-http4s module provides ConfigDecoders for the http4s Uri type.

@@ -138,7 +138,7 @@

import org.http4s.Uri env("URI").as[Uri] -// res8: ciris.ConfigValue[ciris.package.Effect, Uri] = ConfigValue$833248798 +// res8: ciris.ConfigValue[ciris.package.Effect, Uri] = ConfigValue$419037575

Refined

The ciris-refined module provides ConfigDecoders for refined refinement types.

@@ -147,7 +147,7 @@

import eu.timepit.refined.types.numeric.PosInt env("POS_INT").as[PosInt] -// res10: ciris.ConfigValue[ciris.package.Effect, PosInt] = ConfigValue$416611183 +// res10: ciris.ConfigValue[ciris.package.Effect, PosInt] = ConfigValue$811280901

Squants

The ciris-squants module provides ConfigDecoders for squants quantities.

@@ -156,6 +156,6 @@

import squants.market.Money env("MONEY").as[Money] -// res12: ciris.ConfigValue[ciris.package.Effect, Money] = ConfigValue$1989504203 +// res12: ciris.ConfigValue[ciris.package.Effect, Money] = ConfigValue$749926997
Configurations
\ No newline at end of file diff --git a/docs/overview.html b/docs/overview.html index 5007bf54..fea888ee 100644 --- a/docs/overview.html +++ b/docs/overview.html @@ -120,7 +120,7 @@

resolvers += Resolver.sonatypeRepo("snapshots") -libraryDependencies += "is.cir" %% "ciris" % "3.7.0+8-eabd4d72-SNAPSHOT" +libraryDependencies += "is.cir" %% "ciris" % "3.7.0+10-debe52ed-SNAPSHOT"

Dependencies

Refer to the table below for dependencies and version support across modules.

diff --git a/docs/overview/index.html b/docs/overview/index.html index 5007bf54..fea888ee 100644 --- a/docs/overview/index.html +++ b/docs/overview/index.html @@ -120,7 +120,7 @@

resolvers += Resolver.sonatypeRepo("snapshots") -libraryDependencies += "is.cir" %% "ciris" % "3.7.0+8-eabd4d72-SNAPSHOT" +libraryDependencies += "is.cir" %% "ciris" % "3.7.0+10-debe52ed-SNAPSHOT"

Dependencies

Refer to the table below for dependencies and version support across modules.