Releases: kevin-lee/effectie
Releases · kevin-lee/effectie
v1.10.0
1.10.0 - 2021-04-25
Done
- Support Scala
3.0.0-RC2
(#196)
- Support Scala
3.0.0-RC3
(#199)
- Make partially applied type param types value class (#203)
- Add
readPassword
to ConsoleEffect
(#205)
- Add
readPassword
to ConsoleEffectful
(#207)
v1.9.0
1.9.0 - 2021-02-21
Done
- Upgrade Scala
2.13.3
to 2.13.4
(#191)
- Support Scala
3.0.0-RC1
(#189)
v1.8.1
1.8.1 - 2020-12-25 🎄
Done
- Support Scala
3.0.0-M3
(#174)
v1.7.0
1.7.0 - 2020-11-29
Done
- Support Scala
3.0.0-M2
(#161)
v1.6.0
1.6.0 - 2020-11-17
Done
- Publish using sbt
1.3.13
(#153)
v1.5.0
1.5.0 - 2020-11-14
Done
- Support Scala
3.0.0-M1
(#149)
v1.4.0
1.4.0 - 2020-09-27
Done
- Add
FromFuture
(#124)
- Add
ToFuture
(#125)
- Add
Effectful
to the implementation projects (#128)
- Add
ConsoleEffectful
to the implementation projects (#130)
- Replace
effectOfPure
with pureOf
(#131)
- Replace
effectOfUnit
with unitOf
(#134)
v1.3.0
1.3.0 - 2020-09-12
Done
- Add
CanHandleError
(#116)
- Add
CanRecover
(#118)
v1.2.0
1.2.0 - 2020-08-03
Done
- Improve type inference of
eitherTRight
, eitherTRightPure
, eitherTLeft
and eitherTLeftPure
in EitherTSupport
(#104)
- Move
ExecutorServiceOps
from test
to main
(#106)
- Add a way to log to
ExecutorServiceOps.shutdownAndAwaitTermination
(#108)