Releases: frinyvonnick/node-html-to-image
Releases · frinyvonnick/node-html-to-image
v3.0.0
Added
- ✨ Add the possibility to create multiple image in one call (#38) [fed3ee5]
Breaking changes
- 💥 Set waitUntil default value to networkidle0 [1436613]
Fixed
Miscellaneous
- 📝 Add a synopsis in the usage section (#41) [c92d252]
v2.1.1
Removed
Fixed
- 🐛 Fix issue related to default quality property with png type (#28) [cddf200]
- ✏️ Remove extra style tag in example (#26) [06f16e7]
v2.1.0
Added
- ✨ Add the quality parameter for jpg images (#22) [a4069e5]
Changed
- 📌 Move gitmoji-changelog to dev dependencies (#25) [acfd889]
v2.0.0
Added
- ✨ Add encoding option to allow user to change default encoding (#11) [8dacb45]
- ✨ Return the buffer from .screenshot() in case we don't want to save image (#10) [22d5085]
Changed
- ⬆️ Bump acorn from 5.7.3 to 5.7.4 (#7) [22746df]
Breaking changes
Removed
- 🔥 Remove deprecated explanations in Run tests section [bec08d6]
Fixed
Miscellaneous
- 📝 Update documentation to make output optional [d4dcf1e]
- 💡 Improve dealing with local images instructions (#8) [c73a79a]
1.2.0
Added
- ✨ Add transparent option to omit background (#6) [a63f0f2]
Changed
- ♻️ Use Tesseract.js to simplify installation [afa5f46]
Miscellaneous
- 📝 Add a section about dealing with images [07cb135]
- 📝 Add a section about output image resolution [7ea6de7]
v1.0.0
Added
- ✨ Implement a function that generates an image from html (#1) [2de2304]
Miscellaneous
- 📝 Improve examples and add information about handlebars [b4d2274]
- 📝 Change emoji in title [2ea3e7c]
- 📝 Add missing comma in handlebars example [2dc3924]
- Initial commit [d75796d]