Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "zousan", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"homepage": "https://github.com/bluejava/zousan", | ||
@@ -5,0 +5,0 @@ "authors": [ |
{ | ||
"name": "zousan", | ||
"version": "1.1.0", | ||
"description": "An absolutely Lightning Fast, Yet Very Small Promise A+ Compliant Promise", | ||
"version": "1.1.1", | ||
"description": "A Lightning Fast, Yet Very Small Promise A+ Compliant Implementation", | ||
"main": "zousan-min.js", | ||
@@ -6,0 +6,0 @@ "directories": { |
@@ -162,3 +162,3 @@ <a href="http://promises-aplus.github.com/promises-spec"> | ||
* [Zousan](https://github.com/bluejava/zousan) (2,053 bytes minified) | ||
* [Zousan](https://github.com/bluejava/zousan) (2,188 bytes minified) | ||
* [Bluebird](https://github.com/petkaantonov/bluebird) (72,282 bytes minified) - Considered the king of high-performance Promises | ||
@@ -172,2 +172,2 @@ * [When](https://github.com/cujojs/when) (12,474 bytes minified) - Long established and high performance Promise shim | ||
![](http://www.bluejava.com/int/images/Zousan-Performance-20150616.png) | ||
![](http://www.bluejava.com/int/images/Zousan-Performance-20150617.png) |
// zousan - An absolutely Lightning Fast, Yet Very Small Promise A+ Compliant Promise | ||
// https://github.com/bluejava/zousan | ||
// Version 1.1.0 | ||
// Version 1.1.1 | ||
@@ -5,0 +5,0 @@ (function(global){ |
20323