We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02d677 commit 20f6709Copy full SHA for 20f6709
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+
4
+## 3.1.0 / 2019-03-18
5
6
+* Fixed and improved the error handling. For more explanations see the PR [#41](https://github.com/NickNaso/ghostscript4js/pull/41)
7
+ - Add unit test to intercept the error
8
+ - Change GhostscriptManager to throw string instead of char*
9
+ - Change SetError call to set exception string
10
+ - Fix test to not hardcode ghostscript version to 2017
11
12
## 3.0.0 / 2018-07-05
13
14
* Complete the port to N-API using node-addon-api
0 commit comments