Releases: kevin-lee/effectie
Releases · kevin-lee/effectie
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)
v1.1.0
1.1.0 - 2020-08-01
Done
- Add
catchNonFatalEither
and catchNonFatalEitherT
to CanCatch
(#91)
- Add
catchNonFatalEither
and catchNonFatalEitherT
to Catching
(#94)
- Improve type inference in
Effectful
, OptionTSupport
and EitherTSupport
(#96)
Fixed
CanCatch.catchNonFatal
may not work due to non-lazy evaluation of F[A]
(#90)
Changed in Dev
- Replace
master
branch with main
branch (#78)
- Replace
sbt-microsites
with Docusaurus 2
(#79)
v1.0.0
1.0.0 - 2020-06-13
This version contains some backward-incompatible changes in API (EitherTSupport
and OptionTSupport
).
Added
- Add
Attempt
(#60)
- Change
Attempt
to CanCatch
(#64)
- Add
Catching
(#62)
Changed
- Improve
EitherTSupport
(#68)
- Improve
OptionTSupport
(#70)
v0.4.0
0.4.0 - 2020-05-05
Changed
- Change
unit
in EffectConstructor
to effectOfUnit
(#50)
- Add
EffectConstructor
for Future
and Id
(#56)
v0.3.0
0.3.0 - 2020-04-10
Changed
- Change the names of
effect
constructor methods in OptionTSupport
to effectOf
(#40)
- Change the names of
effect
constructor methods in EitherTSupport
to effectOf
(#41)
v0.2.0
0.2.0 - 2020-04-07
Done
- Change
effectOfPure
to effectOfPure
(#33)
v0.1.0
0.1.0 - 2020-04-05
Done
- Add common effectie types (#15)
EffectConstructor
and Effectful
ConsoleEffect
and ConsoleEffectful
- Support Cats Effect (#16)
- Instances of
EffectConstructor
and ConsoleEffect
typeclasses
OptionTSupport
and EitherTSupport
- Support Scalaz Effect (#17)
- Instances of
EffectConstructor
and ConsoleEffect
typeclasses
OptionTSupport
and EitherTSupport
- Add
putStr
and putErrStr
to ConsoleEffect
(#24)