error-ninja
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -10,3 +10,3 @@ { | ||
"name": "error-ninja", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Allows us to pre-define error types and error messages in each module.", | ||
@@ -13,0 +13,0 @@ "keywords": [ |
@@ -22,2 +22,5 @@ # Error-Ninja | ||
## v1.x Breaking Changes | ||
The new v1 of this library is a complete rewrite and is not backwards compatible with previous versions. | ||
## Quick Start | ||
@@ -82,3 +85,3 @@ See the `./examples/example.js` file for a working example or execute: `npm run example`. | ||
#### Output when calling `newErr.cause()`: | ||
#### Output when calling `err.cause()`: | ||
@@ -103,3 +106,3 @@ ```javascript | ||
#### Output when calling `newErr.cause(true)`: | ||
#### Output when calling `err.cause(true)`: | ||
@@ -106,0 +109,0 @@ ```javascript |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24137
217
0