Skip to content

Commit

Permalink
Release 6.3.0
Browse files Browse the repository at this point in the history
* #128 The performance of transforming Futures
  has improved significantly.
* #131 Future.parallel has been made stack-safe.
* #131 Future.parallel now guarantees execution order.
* #132 Improve version interoperability.

Note that 6.3.x futures will not be compatible with
6.2.x Futures, so when upgrading, make sure to
upgrade all producers of Future instances.

To avoid having to do this with future releases,
I recommend setting Fluture as a devDependency
if you are maintaining a library which exposes
Future instances to its users.
  • Loading branch information
Avaq committed Jul 18, 2017
1 parent eca4f7f commit b6a5660
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": "6.2.8",
"version": "6.3.0",
"description": "FantasyLand compliant (monadic) alternative to Promises",
"main": "index.js",
"module": "index.es.js",
Expand Down

0 comments on commit b6a5660

Please sign in to comment.