From 9ce2f27970c9c493ba6144b668c36e3e81733630 Mon Sep 17 00:00:00 2001 From: Aldwin Vlasblom Date: Thu, 10 Aug 2017 11:13:59 +0200 Subject: [PATCH] Release 7.1.0 * All TypeScript interfaces are now exported * The ConcurrentFuture type is now Static Land -compliant * Added an "alt" function to use with Alt types such as ConcurrentFuture * Typescript definitions for ap and map are now overloaded to work on ConcurrentFuture instances as well as Future instances. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25ee7581..3afa2f08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluture", - "version": "7.0.1", + "version": "7.1.0", "description": "FantasyLand compliant (monadic) alternative to Promises", "main": "index.js", "types": "index.d.ts",