Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

55 lines (30 loc) · 1.3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • 💥 BREAKING CHANGE: Drop support for node v14 and v16. The minimum version is now v16.17
  • Added a CLI

2.1.2 (2023-10-04)

  • Update node-canvas to v2.11.2

2.1.1 (2022-12-13)

  • Fix console warning about fonts

2.1.0 (2022-12-11)

  • Fix issue where some standard fonts weren't being loaded

2.0.0 (2022-11-05)

  • Support NodeJS v18 and v19
  • 💥 BREAKING CHANGE: Drop support for node v10 and v12
  • Remove control characters like \x00 from PDF metadata

1.2.0 (2022-01-23)

  • Allow parameters to be passed through to pdfjs.getDocument (#119)

1.1.1 (2021-07-28)

  • Update pdfjs and pin dependencies due to breaking change in minor update to pdfjs

1.1.0 (2021-03-28)

  • Accept Buffer and ReadableStream as well as a data URL or a path to a file on disk.

1.0.3 (2021-02-20)

  • add a scale option for producing high-resolution images

1.0.2 (2021-02-02)

  • make it work when jest's testEnvironment is set to node.

1.0.0 (2021-02-02)

  • Initial release