Skip to content

Releases: NickNaso/ghostscript4js

3.2.1 / 2020-02-24

24 Feb 14:01
Compare
Choose a tag to compare
  • Fixed typo on error message.

3.2.0 / 2020-02-24

24 Feb 09:47
Compare
Choose a tag to compare

3.2.0 / 2020-02-24

  • Segmentation fault on multiple runs - Fix issue #47
  • Execution stop with: double free or corruption - Fix issue #49
  • Error when calling gs.executeSync - Fix issue #50

3.1.1 / 2019-07-23

23 Jul 17:45
3cfc68b
Compare
Choose a tag to compare

3.1.1 / 2019-07-23

  • Improvements on documentation

3.1.0 / 2019-03-18

18 Mar 09:39
Compare
Choose a tag to compare

3.1.0 / 2019-03-18

  • Fixed and improved the error handling. For more explanations see the PR #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

04 Jul 22:21
Compare
Choose a tag to compare

3.0.0 / 2018-07-05

  • Complete the port to N-API using node-addon-api
  • Undefinedfilename error on Windows if file path contains spaces - Fix issue #33
  • Added code of conduct
  • Small updates on documentation - executeSync and execute function allow to pass array of strings as arguments.
  • Verified and updated the compatibility against the ghostscript version 9.23