ghostscript4js
Advanced tools
Comparing version 1.0.19 to 2.0.0
# Changelog | ||
## 2.0.0 / 2017-18-04 | ||
* **`ghostscript4js`** support for Ghostscript **9.21**. For more info see the [changelog](https://ghostscript.com/doc/9.21/News.htm). | ||
* Fix typo and other little errors in documentation. | ||
* Problem calling execute method multiple time consecutively - Fix issue [#15](https://github.com/NickNaso/ghostscript4js/issues/15). | ||
## 1.0.19 / 2017-06-04 | ||
@@ -13,3 +21,3 @@ | ||
* Added compatibility with Ghostscript version | ||
* Added compatibility with Ghostscript version. | ||
@@ -28,2 +36,2 @@ * Fix issue [#13](https://github.com/NickNaso/ghostscript4js/issues/13). | ||
* Initial version of **`ghostscript4js`** binds the Ghostscript C API to bring Ghostscript power to the Node.JS world. | ||
* Initial version of **`ghostscript4js`** binds the Ghostscript C API to bring Ghostscript power to the Node.JS world. |
@@ -29,3 +29,3 @@ /******************************************************************************* | ||
MAX_SUPPORTED_REVISION: 920, | ||
MAX_SUPPORTED_REVISION: 921, | ||
@@ -32,0 +32,0 @@ MIN_SUPPORTED_REVISION: 919, |
{ | ||
"name": "ghostscript4js", | ||
"description": "Bindings for the Ghostscript C API to bring Ghostscript power to the Node.JS world.", | ||
"version": "1.0.19", | ||
"description": "Bindings for the Ghostscript C API to the Node.JS world.", | ||
"version": "2.0.0", | ||
"contributors": [ | ||
@@ -28,3 +28,3 @@ { | ||
"engines": { | ||
"node": ">= 6.0.0" | ||
"node": ">= 4.0.0" | ||
}, | ||
@@ -49,3 +49,3 @@ "gypfile": true, | ||
"files": [ | ||
"LICENSE", | ||
"LICENSE", | ||
"README.md", | ||
@@ -52,0 +52,0 @@ "CHANGELOG.md", |
@@ -80,3 +80,3 @@ <p align="center"> | ||
## At moment Ghostscript4JS is fully compatible with Ghostscript version 9.19 and 9.20 | ||
## At moment Ghostscript4JS is fully compatible with Ghostscript version 9.19 and 9.21 | ||
@@ -83,0 +83,0 @@ ## Linux |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
84811