Skip to content

7.1.0

Compare
Choose a tag to compare
@Avaq Avaq released this 10 Aug 09:22
· 629 commits to master since this release
9ce2f27

New features

  • Added an alt function to use with Alt types such as ConcurrentFuture.
  • Added of, ap, map, alt and zero functions to Par, making the ConcurrentFuture type Static Land -compliant.

Improvements

  • All TypeScript interfaces are now exported.
  • Typescript definitions for ap and map are now overloaded to work on ConcurrentFuture instances as well as Future instances.
  • Added Typescript definitions for extractLeft and extractRight methods.