Skip to content

Commit 3e73251

Browse files
"release v2.0.0"
1 parent 8ed3931 commit 3e73251

18 files changed

+1115
-1401
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ono (Oh No!)
1818
Features
1919
--------------------------
2020
* Formatted error messages, using Node's [`util.format()`](https://nodejs.org/api/util.html#util_util_format_format) or your own custom formatter
21-
* Wrap and re-throw an error _without_ losing the original error's message and stack trace
21+
* Wrap and re-throw an error _without_ losing the original error's message, stack trace, and properties
2222
* Add custom properties to your errors — great for error codes, support numbers, help URLs, etc.
2323
* Errors can be serialized as JSON, including all native and custom properties
2424
* [Tested](http://bigstickcarpet.github.io/ono/tests/index.html) in Node, IO.js, and all modern web browsers on Mac, Windows, Linux, iOS, and Android
@@ -87,7 +87,7 @@ API
8787
### `ono([err], [props], [message, ...])`
8888
Creates an [`Error`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object with the given properties.
8989

90-
* `err` - _(optional)_ An existing error object. This error's message and stack trace will be appended to the new error.
90+
* `err` - _(optional)_ An existing error object. This error's message, stack trace, and properties will be appended to the new error.
9191

9292
* `props` - _(optional)_ An object whose properties will be added to the new error. Properties can be anything, including objects and functions.
9393

dist/ono.js

+66-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)