Skip to content

v2.0.0

Compare
Choose a tag to compare
@onderceylan onderceylan released this 25 Oct 13:16
· 763 commits to master since this release

2.0.0 (2019-10-25)

Bug Fixes

  • browser: added error handling for chrome-launcher (c6ed23a), closes #50
  • package: suppressed security warning by changing pkg v strategy (9987e39), closes #53

Features

  • file: avoided saving a shell html file (b96d545), closes #52
  • icon: added optional favicon generation (699686a), closes #47
  • main: added dark mode support for iOS (f4aca1c), closes #51
  • pptr: switched over puppeteer-core to avoid chromium install (05edb2e), closes #50
  • pwa: added single quotes option for generated HTML tags (351a3cc), closes #49

BREAKING CHANGES

  • main: generateImages method from the module API now returns HTMLMeta object with the
    chunks of HTML content, instead of one big HTML string