Releases: Yazaar/node-html-snap-image
Releases · Yazaar/node-html-snap-image
v6.0.3
v6.0.2
Changes
- Bump dependencies to resolve vulnerabilities, expecially the critical of handlebars
- Update README to describe changes compared to original project node-html-to-image
Full Changelog: v6.0.1...v6.0.2
v6.0.1
Changes
- Fix case where base64 strings during encoding mode base64 gets wrapped in a Buffer object. By this change following the same spec as v4.0.0 and the existing typing conventions.
- More advanced and dynamic typing according to provided options payload such as dynamic and stricter payload and response typing
- JS Doc on the exposed function, leading to easier use for end users
- Fix issue where throws close down the entire app entirely, leading to parent applications unexpectedly shutting down without any type of feedback. Now it will simply throw, but safely close down the cluster via a catch still.
https://www.npmjs.com/package/node-html-snap-image/v/6.0.1
Note
⚠️ Removed v6.0.0 since this version didn't ship to npm properly. Files didn't get bundled and due to this unable to actually use the library. This issue is now fixed with v6.0.1. The previous version v6.0.0 is permanently removed from npm.