Skip to content

Releases: kevin-lee/effectie

v1.10.0

25 Apr 12:48
0507e1d
Compare
Choose a tag to compare

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

20 Feb 17:18
1a79f2a
Compare
Choose a tag to compare

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

25 Dec 07:29
114341f
Compare
Choose a tag to compare

1.8.1 - 2020-12-25 🎄

Done

  • Support Scala 3.0.0-M3 (#174)

v1.8.0

06 Dec 15:13
3f238f0
Compare
Choose a tag to compare

1.8.0 - 2020-12-07

Done

  • Add Monix support (#167)

v1.7.0

29 Nov 09:53
6679c31
Compare
Choose a tag to compare

1.7.0 - 2020-11-29

Done

  • Support Scala 3.0.0-M2 (#161)

v1.6.0

16 Nov 13:24
2a5bb87
Compare
Choose a tag to compare

1.6.0 - 2020-11-17

Done

  • Publish using sbt 1.3.13 (#153)

v1.5.0

14 Nov 09:39
53d78d8
Compare
Choose a tag to compare

1.5.0 - 2020-11-14

Done

  • Support Scala 3.0.0-M1 (#149)

v1.4.0

27 Sep 05:51
2601f24
Compare
Choose a tag to compare

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

12 Sep 05:44
a911416
Compare
Choose a tag to compare

1.3.0 - 2020-09-12

Done

  • Add CanHandleError (#116)
  • Add CanRecover (#118)

v1.2.0

02 Aug 15:22
6365b0b
Compare
Choose a tag to compare

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)