Comparing version 0.16.2 to 0.16.3
/* | ||
Yaku v0.16.2 | ||
Yaku v0.16.3 | ||
(c) 2015 Yad Smood. http://ysmood.org | ||
@@ -338,3 +338,3 @@ License MIT | ||
* Emitted whenever a Promise was rejected and an error handler was | ||
* attached to it (for example with .catch()) later than after an event loop turn. | ||
* attached to it (for example with `.catch()`) later than after an event loop turn. | ||
* @param {Any} reason The rejection reason. | ||
@@ -349,4 +349,4 @@ * @param {Yaku} p The promise that was rejected. | ||
* While it is very helpful in development and testing environments, | ||
* it is not recommended to use it in production. It will slow down your | ||
* application and waste your memory. | ||
* it is not recommended to use it in production. It will slow down | ||
* application and eat up memory. | ||
* It will add an extra property `longStack` to the Error object. | ||
@@ -353,0 +353,0 @@ * @example |
{ | ||
"name": "yaku", | ||
"version": "0.16.2", | ||
"version": "0.16.3", | ||
"description": "A lightweight promise library", | ||
@@ -38,3 +38,4 @@ "main": "lib/yaku.js", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"dist/yaku.min.js" | ||
], | ||
@@ -41,0 +42,0 @@ "devDependencies": { |
@@ -422,3 +422,3 @@ <a href="http://promisesaplus.com/"> | ||
Emitted whenever a Promise was rejected and an error handler was | ||
attached to it (for example with .catch()) later than after an event loop turn. | ||
attached to it (for example with `.catch()`) later than after an event loop turn. | ||
@@ -438,4 +438,4 @@ - **<u>param</u>**: `reason` { _Any_ } | ||
While it is very helpful in development and testing environments, | ||
it is not recommended to use it in production. It will slow down your | ||
application and waste your memory. | ||
it is not recommended to use it in production. It will slow down | ||
application and eat up memory. | ||
It will add an extra property `longStack` to the Error object. | ||
@@ -442,0 +442,0 @@ |
91121
26