Ciris v0.7.1
Changes
- Add simplified
ApplicativeError
,MonadError
, andSync
from cats and cats-effect. (#104) - Add
ciris-cats-effect
module with conversions fromcats.effect.Sync
to ciris. (#104) - Add
ConfigSource#transformF
for creating a newConfigSource
with new contextF[_]
. (#104) - Add
ConfigSource#suspendF
for creating a newConfigSource
where reading is suspended into a new contextF[_]: Sync
. (#104) - Add
argF
,propF
,fileSync
, andfileWithNameSync
as pure alternatives, suspending reading into contextF[_]: Sync
. (#104) - Add
envF
for lifting values intoF[_] : Applicative
. (#104)
Released on 2018-02-14.