Skip to content

Releases: frinyvonnick/node-html-to-image

v3.0.1

13 Jul 05:50
Compare
Choose a tag to compare

Added

  • ✅ Add jest retryTimes and timeout (#44) [85724cd]

Miscellaneous

v3.0.0

03 Jul 07:29
Compare
Choose a tag to compare

Added

  • ✨ Add the possibility to create multiple image in one call (#38) [fed3ee5]

Breaking changes

  • 💥 Set waitUntil default value to networkidle0 [1436613]

Fixed

  • 🐛 Pass waitUntil option to setContent method (#40) [ad69d33]
  • ✏️ Fix typo in example (#29) [459f573]

Miscellaneous

  • 📝 Add a synopsis in the usage section (#41) [c92d252]

v2.1.1

20 May 21:00
Compare
Choose a tag to compare

Removed

  • 🔥 Remove npm lockfile [8a1b22f]

Fixed

  • 🐛 Fix issue related to default quality property with png type (#28) [cddf200]
  • ✏️ Remove extra style tag in example (#26) [06f16e7]

v2.1.0

19 May 07:21
Compare
Choose a tag to compare

Added

  • ✨ Add the quality parameter for jpg images (#22) [a4069e5]

Changed

  • 📌 Move gitmoji-changelog to dev dependencies (#25) [acfd889]

v2.0.0

11 May 07:06
Compare
Choose a tag to compare

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

  • ✏️ Fix typo in properties table (#15) [df746df]

Miscellaneous

  • 📝 Update documentation to make output optional [d4dcf1e]
  • 💡 Improve dealing with local images instructions (#8) [c73a79a]

1.2.0

24 Mar 13:46
Compare
Choose a tag to compare

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.1.0

06 Dec 09:14
Compare
Choose a tag to compare

Added

  • ✨ Add waitUntil option [a8f1b46]

Miscellaneous

v1.0.0

05 Dec 14:08
Compare
Choose a tag to compare

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]