Skip to content

Commit e20f9ab

Browse files
author
Andrew E. Rhyne
committed
rely on error.originalError and fail back to error for formatError
1 parent 1d193f6 commit e20f9ab

File tree

6 files changed

+99
-129
lines changed

6 files changed

+99
-129
lines changed

CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11

22
1.3.0 / 2017-02-01
33
==================
4-
* Update README.md
5-
* Add Beerpay's badge
6-
* Added isInstance method
4+
* Docs: Update README.md (@thebigredgeek)
5+
* Docs: Add Beerpay's badge (@thebigredgeek)
6+
* Docs: Added isInstance method
77

88
1.2.1 / 2016-12-07
99
==================
10-
* Fixed a bug with overriding message serialization
10+
* Fix: bug with overriding message serialization (@thebigredgeek)
1111

1212
1.2.0 / 2016-12-07
1313
==================
14-
* Added option to override message when throwing error (@thebigredgeek)
14+
* Feature: Added option to override message when throwing error (@thebigredgeek)
1515

1616
1.1.0 / 2016-12-01
1717
==================
18-
* Added option to show original locations and paths in error (#1, @scf4)
18+
* Feature: Added option to show original locations and paths in error (#1, @scf4)
1919

2020
1.0.2 / 2016-11-11
2121
==================
22-
* Fix for data serialization (@thebigredgeek)
22+
* Fix: data serialization (@thebigredgeek)
2323

2424
1.0.1 / 2016-11-10
2525
==================

dist/index.js

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

dist/index.js.map

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-errors",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Machine-readable custom errors for Apollostack's GraphQL server",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)