Comparing version
{ | ||
"name": "most", | ||
"version": "0.18.3", | ||
"version": "0.18.4", | ||
"description": "Monadic streams", | ||
@@ -5,0 +5,0 @@ "main": "most.js", |
@@ -73,5 +73,5 @@ [](https://travis-ci.org/cujojs/most) | ||
### Requirements | ||
Most requires ES6 `Promise`. You can use your favorite polyfill, such as [creed](https://github.com/briancavalier/creed), [when](https://github.com/cujojs/when/blob/master/docs/es6-promise-shim.md), [bluebird](http://bluebirdjs.com/docs/getting-started.html), [es6-promise](https://github.com/jakearchibald/es6-promise), etc. | ||
Most requires ES6 `Promise`. You can use your favorite polyfill, such as [creed](https://github.com/briancavalier/creed), [when](https://github.com/cujojs/when/blob/master/docs/es6-promise-shim.md), [bluebird](http://bluebirdjs.com/docs/getting-started.html), [es6-promise](https://github.com/jakearchibald/es6-promise), etc. Using a polyfill can be especially beneficial on platforms that don't yet have good unhandled rejection reporting capabilities. | ||
### Install | ||
@@ -114,3 +114,3 @@ | ||
A primary focus of most.js is performance. The [perf test results](test/perf) indicate that it is achieving its goals in this area. Our hope is that by publishing those numbers, and showing what is possible, other libs will improve as well. | ||
A primary focus of most.js is performance. The [perf test results](test/perf) indicate that it is achieving its goals in this area. Our hope is that by publishing those numbers, and showing what is possible, other libs will improve as well. | ||
@@ -117,0 +117,0 @@ ### Modular architecture |
123653
0.1%