Skip to content

Releases: tusharmath/qio

v14.2.1

19 Sep 07:32
Compare
Choose a tag to compare

14.2.1 (2019-09-19)

Bug Fixes

  • package: update executeSync() return type (8839610)

v14.2.0

17 Sep 02:31
Compare
Choose a tag to compare

14.2.0 (2019-09-17)

Bug Fixes

  • package: update dependencies (05104a5)
  • package: update typescript version (129cda0)

Features

  • fio: add accessM() operator (d83af4a)
  • fio: add an encase() method (d3e4f51)
  • managed: add static zip() operator (d822d55)
  • runtime: add optional scheduler configuration options in testRuntime() (562c2b6)

Performance Improvements

  • await: remove unnecessary IO wrapping (2d64c40)

v14.1.0

10 Sep 11:16
Compare
Choose a tag to compare

14.1.0 (2019-09-10)

Features

  • fio: add new operator FIO.call (da8bd43)

v14.0.1

09 Sep 16:00
Compare
Choose a tag to compare

14.0.1 (2019-09-09)

Bug Fixes

  • package: use standard-data-structures instead of own implementation of Either (7da5bed)

v14.0.0

08 Sep 07:49
Compare
Choose a tag to compare

14.0.0 (2019-09-08)

Code Refactoring

BREAKING CHANGES

  • fio: FIO.when() has relatively poorer type inference and ergonomics

v13.2.0

08 Sep 07:30
Compare
Choose a tag to compare

13.2.0 (2019-09-08)

Bug Fixes

  • managed: fix typings for Managed.make() (fe58af2)
  • managed: handle aborts and interruptions thru exit (250c727)

Features

  • fio: add asEither operator (cf18bb2)
  • fio: add FIO.cb operator (9c52e6f)
  • fio: add new race() method (646c765)

Performance Improvements

v13.1.0

07 Sep 11:19
Compare
Choose a tag to compare

13.1.0 (2019-09-07)

Features

  • fio: raceWith can return more than just void (b1056f0)

v13.0.1

07 Sep 09:30
Compare
Choose a tag to compare

13.0.1 (2019-09-07)

Bug Fixes

  • fio: fix issue with raceWith (4e2cdaa)

v13.0.0

07 Sep 06:42
Compare
Choose a tag to compare

13.0.0 (2019-09-07)

Code Refactoring

  • either: rename Exit to Either (f2f5034)

BREAKING CHANGES

  • either: Exit is renamed to Either

v12.5.0

05 Sep 02:39
Compare
Choose a tag to compare

12.5.0 (2019-09-05)

Features