Releases: profunktor/console4cats
Releases · profunktor/console4cats
0.9.0
Last release using cats-effect-2.4.0
. There will be no release for CE3.
0.8.1
Changes
- #76 Added default Monad Transformer instances
Internal updates
- #77 CI build is now GH Actions
- #68 Update to
scalatest-3.1.0
- Update to
sbt-1.3.5
0.8.0
Only updates to the latest stable release cats-effect-2.0.0
.
0.8.0-M1
First release cross-built for Scala 2.13.x, 2.12.x and 2.11.x 🎉 !
Changes
Dependency updates
cats-effect-2.0.0-M4
- #34
scalatest-3.0.8
0.7.0
The artifact is now published as dev.profunktor %% console4cats
.
Changes
Dependency Updates
- #29
cats-effect-1.3.0
- #27
scalatest-3.0.7
0.6.0
Changing to a semantic versioning schema because the previous one was wrong.
Changes
#22 Propose an implicit val for the default instance for Console[IO]
to the user by @guizmaii
Dependency updates
#21 tut-plugin-0.6.10
#20 cats-effect-1.1.0
Thanks to all contributors!
0.5
Changes
#9 Add Console#mapK
#10 Expose TestConsole
in artifact
#17 Split out Console
into Out/In/Error
Internal improvements
#14 Add scalafmt
config
#15 Extract SyncConsole
into a different file
#16 Tuning docs
#18 Add cats friendly badge
Credits to @kubukoz for working on almost all these PRs!
0.3
Built on top of cats-effect 1.0.0
.
0.2
First working version that builds on top of cats-effect 1.0.0-RC2
.