Releases: NickNaso/ghostscript4js
Releases · NickNaso/ghostscript4js
3.2.3 / 2024-06-24
3.2.2 / 2024-06-24
SemVer patch release to pull changes since the last release.
What's Changed
- Add alpine and arch linux info by @esemeniuc in #54
- find the libgs path on macOS. by @NickNaso in #69
New Contributors
- @esemeniuc made their first contribution in #54
Full Changelog: 3.2.1...3.2.2
3.2.1 / 2020-02-24
- Fixed typo on error message.
3.2.0 / 2020-02-24
3.1.1 / 2019-07-23
3.1.1 / 2019-07-23
- Improvements on documentation
3.1.0 / 2019-03-18
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
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