Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Latest commit

 

History

History
63 lines (38 loc) · 3.87 KB

CHANGELOG.md

File metadata and controls

63 lines (38 loc) · 3.87 KB

1.2.0 (2020-12-01)

Features

  • added the combinator equivalent of promise#all (3cb0626)
  • added the combinator equivalent of promise#race (39fa782)
  • exposed the fail and succeed helpers (98700ea)

1.1.2 (2020-09-19)

Bug Fixes

  • made the filter combinator take a task instead of a function (f4d99ed)

1.1.1 (2020-09-18)

Bug Fixes

  • reordered imports to prevent bundled definitions bug exporting everything as types (1dce487)

1.1.0 (2020-09-17)

Bug Fixes

  • added the option to provide non-promise inputs to reduce (60773c6)
  • declared types export as such (f6ddc7d)
  • fixed nullness check in discard combinators for void returning effects (e3597ab)

Features

  • added a bubblefailures option to the discard combinator (6f6049e)
  • expanded effectul to allow taking async functions that return null (259d072)
  • expanded task definition to allow synchronous functions (568c4d1)

1.0.0 (2020-09-14)

Bug Fixes

Features

  • added a choose combinator for two tasks (b77421e)
  • added a combinator for catching errors (b6dd553)
  • added a compose combinator (df80567)
  • added a filter combinator (6945434)
  • added a helper type for endotasks (78c7ed4)
  • added a never combinator (6be7ecf)
  • added a pack combinator (6986b28)
  • added a reduce combinator (310d64b)
  • added a tryto combinator (ed60ffb)
  • added a warbler combinator (e138eaf)
  • added an always combinator (e2de545)
  • added an effectul combinator (134c242)
  • added utility functions (b1e18b6)
  • added utility types (ad12b57)