pwa-asset-generator v2.0.0 Release Notes

Release Date: 2019-10-25 // over 4 years ago
  • 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