ghostscript4js
Advanced tools
Comparing version 3.0.0 to 3.1.0
# Changelog | ||
## 3.1.0 / 2019-03-18 | ||
* Fixed and improved the error handling. For more explanations see the PR [#41](https://github.com/NickNaso/ghostscript4js/pull/41) | ||
- Add unit test to intercept the error | ||
- Change GhostscriptManager to throw string instead of char* | ||
- Change SetError call to set exception string | ||
- Fix test to not hardcode ghostscript version to 2017 | ||
## 3.0.0 / 2018-07-05 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "ghostscript4js", | ||
"description": "Bindings for the Ghostscript C API to the Node.JS world.", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"contributors": [ | ||
@@ -15,4 +15,12 @@ { | ||
{ | ||
"name": "Alexander Prinzhorn", | ||
"email": "alexander@prinzhorn.it" | ||
}, | ||
{ | ||
"name": "George Gershevich", | ||
"email": "george.gershevich@gmail.com" | ||
}, | ||
{ | ||
"name": "Loren Yu", | ||
"email": "loren@navapbc.com" | ||
} | ||
@@ -19,0 +27,0 @@ ], |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94618