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.
- Return types depending on whether a
Buffer
(noencoding
specified) orstring
(encoding
specified) is returned
- 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[email protected]
to your project - Upgrade to latest Puppeteer library (v13.7.0)
- Require at least Node version 10.18.1
- Export TS interfaces
IOptions
,IShorthandOptions
, andIConnectOptions
- Update README.md to reflect fork
- Forked from Etienne Martin’s svg-to-img and added possibility to connect to a Puppeteer endpoint (see here)