Skip to content

Commit 53780ce

Browse files
release v7.1.0
1 parent a575af7 commit 53780ce

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes will be documented in this file.
44
`ono` adheres to [Semantic Versioning](http://semver.org/).
55

66

7+
8+
[v7.1.0](https://github.com/JS-DevTools/ono/tree/v7.1.0) (2020-03-03)
9+
----------------------------------------------------------------------------------------------------
10+
11+
- 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.
12+
13+
14+
[Full Changelog](https://github.com/JS-DevTools/ono/compare/v7.0.1...v7.1.0)
15+
16+
17+
718
[v7.0.0](https://github.com/JS-DevTools/ono/tree/v7.0.0) (2020-02-16)
819
----------------------------------------------------------------------------------------------------
920

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

1728

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

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

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

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

4051

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsdevtools/ono",
3-
"version": "7.0.1",
3+
"version": "7.1.0",
44
"description": "Throw better errors.",
55
"keywords": [
66
"throw",

0 commit comments

Comments
 (0)