Skip to content

Releases: frinyvonnick/node-html-to-image

v4.0.0

04 Aug 12:13
Compare
Choose a tag to compare

Changed

  • ⬆️ Upgrade dependencies (puppeteer@21.0.1 , handlebars@4.7.8) (#209) [6fc5cac]

v3.4.0

01 Aug 12:09
Compare
Choose a tag to compare

Added

Changed

  • ⬆️ Bump json5 from 2.2.1 to 2.2.3 (#185) [7486250]

v3.3.0

18 Jan 09:44
Compare
Choose a tag to compare

3.3.0 (2022-08-31)

Added

  • ✨ Add puppeteer object property to use different libraries (#173) [e9aa9d2]
  • ✨ Add new option to register handlebars helpers (#145) [a2ab82a]

Changed

  • ⬆️ Bump jpeg-js from 0.4.3 to 0.4.4 (#170) [bbe0b86]
  • ⬆️ Bump minimist from 1.2.5 to 1.2.6 (#166) [8ee87d2]

v3.2.4

15 Feb 08:42
Compare
Choose a tag to compare

Changed

  • ⬆️ Upgrade gitmoji-changelog to v2.3.0 [d5aae40]

Fixed

  • 🐛 Fix typings for `puppeteerArgs` (#163) [e206ee6]

v3.2.3

11 Feb 08:44
Compare
Choose a tag to compare

Changed

  • 🔧 Add forceConsistentCasingInFileNames in compilerOptions (#161) [2212e35]

v3.2.2

09 Feb 13:59
Compare
Choose a tag to compare

Changed

  • 🔧 Generate d.ts file [66a4199]

Miscellaneous

  • 📝 Update Typescript section of README [054fc88]

v3.2.1

08 Feb 13:18
Compare
Choose a tag to compare

Added

  • ✅ Add a test to guarantee buffers order (#157) [1a9bf4f]
  • 👷‍♂️ Add Typescript build to CI [c6d4fa3]
  • ➕ Move to TypeScript (#141) [d1d08cd]

Changed

  • ⬆️ Bump tar from 4.4.13 to 4.4.19 (#126) [ab7cce1]
  • ⬆️ Bump tmpl from 1.0.4 to 1.0.5 (#128) [d94e9fc]
  • ⬆️ Bump node-fetch from 2.6.1 to 2.6.7 (#153) [520d1e7]
  • ♻️ Refactor code to make issues easier to fix (#155) [d28d88e]
  • ⬆️ Upgrade puppeteer and puppeteer-cluster (#154) [c42b6f0]

Fixed

  • 🐛 Prevent handlebar to compile template if content is empty (#156) [2684645]

v3.2.0

26 Jun 09:56
Compare
Choose a tag to compare

Added

Changed

  • ⬆️ Bump y18n from 3.2.1 to 3.2.2 (#103) [3ba0e96]
  • ⬆️ Bump ssri from 6.0.1 to 6.0.2 (#105) [b419b3b]
  • ⬆️ Bump handlebars from 4.7.6 to 4.7.7 (#106) [0dda192]
  • ⬆️ Bump hosted-git-info from 2.8.8 to 2.8.9 (#107) [27614ac]
  • ⬆️ Upgrade dependencies [bc747a8]
  • ⬆️ Bump node-notifier from 8.0.0 to 8.0.1 (#86) [a9db417]
  • ⬆️ Bump ini from 1.3.5 to 1.3.8 (#84) [8724c5d]
  • ⬆️ Bump node-fetch from 2.6.0 to 2.6.1 (#59) [44595a7]
  • ⬆️ Update puppeteer to 3.0.4 (#113) [5239595]

Miscellaneous

  • 📝 Remove unfinished sentence from README [e9d1ddb]
  • 📝 Dealing with Fonts (#76) [2b8da4e]
  • 📝 Add related articles in the README (#69) [dd258dd]
  • 📝 Add CODE_OF_CONDUCT.md file [e8a6ff8]

v3.1.0

22 Sep 12:35
Compare
Choose a tag to compare

Added

  • ✨ Add beforeScreenshot parameter (#65) [5fcb054]
  • 👷‍♂️ Add a code analysis action (#64) [5946e1b]
  • 👷‍♂️ Add a CI that launchs test script (#63) [04e0a4a]

Changed

  • 📌 Fix vulnerabilities in dependencies [52ac3eb]
  • ⬆️ Upgrade dev dependencies [a105ceb]
  • ⬆️ Upgrade handlebars to 4.7.6 [5bf8499]
  • 🔧 Create FUNDING.yml [e0fedcc]

Fixed

  • ✏️ Fix typo in Typescript section [879bccd]

Miscellaneous

  • 📝 Update version number in README.md (#66) [be23aa7]

v3.0.1

13 Jul 05:50
Compare
Choose a tag to compare

Added

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

Miscellaneous