Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.31 KB

changelog.md

File metadata and controls

32 lines (24 loc) · 1.31 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.

[3.1.0] – 2022-07-30

Changes

  • Return types depending on whether a Buffer (no encoding specified) or string (encoding specified) is returned

[3.0.0] – 2022-04-30

Changed

  • Set up GitHub CI
  • Upgrade development dependencies (Typescript, ESLint, etc.) and related fixes
  • (breaking) Depend on puppeteer-core to avoid Chromium download. If you rely on the included Chromium, simply add a dependency to puppeteer@2.0.0 to your project
  • Upgrade to latest Puppeteer library (v13.7.0)

Breaking

  • Require at least Node version 10.18.1

[2.2.0] – 2020-12-14

Added

  • Export TS interfaces IOptions, IShorthandOptions, and IConnectOptions

[2.1.1] – 2020-04-15

Fixed

  • Update README.md to reflect fork

[2.1.0] – 2020-04-15

Added

  • Forked from Etienne Martin’s svg-to-img and added possibility to connect to a Puppeteer endpoint (see here)