Skip to content

Ciris v0.7.1

Compare
Choose a tag to compare
@vlovgr vlovgr released this 14 Feb 09:48
· 1566 commits to master since this release

Changes

  • Add simplified ApplicativeError, MonadError, and Sync from cats and cats-effect. (#104)
  • Add ciris-cats-effect module with conversions from cats.effect.Sync to ciris. (#104)
  • Add ConfigSource#transformF for creating a new ConfigSource with new context F[_]. (#104)
  • Add ConfigSource#suspendF for creating a new ConfigSource where reading is suspended into a new context F[_]: Sync. (#104)
  • Add argF, propF, fileSync, and fileWithNameSync as pure alternatives, suspending reading into context F[_]: Sync. (#104)
  • Add envF for lifting values into F[_] : Applicative. (#104)

Released on 2018-02-14.