Skip to content

Commit

Permalink
release v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Mar 3, 2020
1 parent a575af7 commit 53780ce
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,17 @@ All notable changes will be documented in this file.
`ono` adheres to [Semantic Versioning](http://semver.org/).



[v7.1.0](https://github.com/JS-DevTools/ono/tree/v7.1.0) (2020-03-03)
----------------------------------------------------------------------------------------------------

- Added a static `Ono.extend()` method that allows Ono to extend errors that were created outside of Ono. The extended error gets all the Ono functionality, including nested stack traces, custom properties, improved support for `JSON.stringify()`, etc.


[Full Changelog](https://github.com/JS-DevTools/ono/compare/v7.0.1...v7.1.0)



[v7.0.0](https://github.com/JS-DevTools/ono/tree/v7.0.0) (2020-02-16)
----------------------------------------------------------------------------------------------------

@@ -15,6 +26,7 @@ All notable changes will be documented in this file.
[Full Changelog](https://github.com/JS-DevTools/ono/compare/v6.0.1...v7.0.0)



[v6.0.0](https://github.com/JS-DevTools/ono/tree/v6.0.0) (2019-12-28)
----------------------------------------------------------------------------------------------------

@@ -34,10 +46,10 @@ All notable changes will be documented in this file.

- The [`format` option](https://github.com/JS-DevTools/ono#format-option) lets you provide a custom function for replacing placeholders in error messages


[Full Changelog](https://github.com/JS-DevTools/ono/compare/v5.1.0...v6.0.0)



[v5.1.0](https://github.com/JS-DevTools/ono/tree/v5.1.0) (2019-09-10)
----------------------------------------------------------------------------------------------------

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsdevtools/ono",
"version": "7.0.1",
"version": "7.1.0",
"description": "Throw better errors.",
"keywords": [
"throw",

0 comments on commit 53780ce

Please sign in to comment.