Skip to content

Releases: proc7ts/primitives

Release 1.1.0

02 Aug 05:19
Compare
Choose a tag to compare
  • Introduce AsyncRecipe interface representing a value, a promise-like instance resolving to it,
    or a function evaluating to one of the above.
  • Add asyncRecipe() and asyncByRecipe() - an asynchronous analogs of valueRecipe() and valueByRecipe() ones.
  • Add asyncValue() function converting a value to its promise.

Release 1.0.3

06 Jun 15:37
Compare
Choose a tag to compare

New Features

  • Add isIterable() check

Release 1.0.2

31 May 07:29
Compare
Choose a tag to compare

Fixes

  • Add forgotten export of superClassOf() function.