Releases: proc7ts/primitives
Releases · proc7ts/primitives
Release 1.1.0
- Introduce
AsyncRecipe
interface representing a value, a promise-like instance resolving to it,
or a function evaluating to one of the above. - Add
asyncRecipe()
andasyncByRecipe()
- an asynchronous analogs ofvalueRecipe()
andvalueByRecipe()
ones. - Add
asyncValue()
function converting a value to its promise.
Release 1.0.3
New Features
- Add
isIterable()
check
Release 1.0.2
Fixes
- Add forgotten export of
superClassOf()
function.