Skip to content

Latest commit

 

History

History
276 lines (155 loc) · 16.6 KB

CHANGELOG.md

File metadata and controls

276 lines (155 loc) · 16.6 KB

Changelog

4.0.0 (2023-08-04)

Changed

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

3.4.0 (2023-08-01)

Added

Changed

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

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]

3.2.4 (2022-02-15)

Changed

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

Fixed

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

3.2.3 (2022-02-11)

Changed

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

3.2.2 (2022-02-09)

Changed

  • 🔧 Generate d.ts file [66a4199]

Miscellaneous

  • 📝 Update Typescript section of README [054fc88]

3.2.1 (2022-02-08)

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]

3.2.0 (2021-06-26)

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]

3.1.0 (2020-09-21)

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]

3.0.1 (2020-07-10)

Added

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

Miscellaneous

3.0.0 (2020-07-03)

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]

2.1.1 (2020-05-20)

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]

2.1.0 (2020-05-19)

Added

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

Changed

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

2.0.0 (2020-05-11)

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 (2020-03-24)

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]

1.1.0 (2019-12-06)

Added

  • ✨ Add waitUntil option [a8f1b46]

Miscellaneous

1.0.0 (2019-12-05)

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]