Skip to content

Commit

Permalink
Release 7.1.0
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Avaq committed Aug 10, 2017
1 parent b6862aa commit 9ce2f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9ce2f27

Please sign in to comment.