Skip to content

Releases: etermind/tmonad

4.4.0

13 Jan 14:04
Compare
Choose a tag to compare
  • Add tap/tapErr to tap into value or error of a future

v4.3.1

22 Sep 12:17
Compare
Choose a tag to compare

Fix: Future.run when future returns a falsy value.

v4.3.0

21 Sep 15:06
Compare
Choose a tag to compare
  • Update run with Future to make it type-safe

v4.2.0

21 Sep 10:14
Compare
Choose a tag to compare
  • Add generators for Future

v4.1.0

02 Sep 08:29
Compare
Choose a tag to compare
  • Add Future.seqSafe (see readme)
  • Add Future.all (see readme)
  • Add Future.allSafe (see readme)

v4.0.0

23 Aug 14:46
Compare
Choose a tag to compare
  • Use of ESM only (no commonjs available for this library any longer).

v3.5.1

21 Aug 18:39
Compare
Choose a tag to compare
  • Fix: Inference of error type for Future.seq

v3.5.0

21 Aug 17:59
Compare
Choose a tag to compare
  • Future.seq now supports heterogeneous tuples and arrays and typing is perfectly inferred!

v3.4.0

20 Aug 14:28
Compare
Choose a tag to compare
  • Add swap method for Future
  • Upgrade deps

v3.3.0

12 Aug 08:39
Compare
Choose a tag to compare
  • fromP now supports Promise factory to be able to use promises in Future.seq (see README and the new section Futures are lazy for details)