Releases: elegantapp/pwa-asset-generator
Releases · elegantapp/pwa-asset-generator
v2.2.0
2.2.0 (2020-01-16)
Features
- main: added jpg extension as an output type (e1f2221), closes #116
v2.1.3
2.1.3 (2019-12-19)
Bug Fixes
- file: fixed an issue while creating a non-existent output dir (b691b6f), closes #77
v2.1.2
2.1.2 (2019-11-08)
Bug Fixes
- cli: updated docs to clarify transparency option (a4bcaff), closes #68
v2.1.1
2.1.1 (2019-11-01)
Bug Fixes
- puppets: added error handling for failing chrome kill attempt (6cc65fd), closes #65
v2.1.0
2.1.0 (2019-11-01)
Bug Fixes
- browser: added a method to kill premature chrome instances (ad69854), closes #58
- file: replaced backslash in path output of generate images API res (6563977), closes #64
Features
- main: upgraded to pptr v2 and optimized chrome launcher (a14e8e6), closes #62 #58
v2.0.2
2.0.2 (2019-10-30)
Bug Fixes
- meta: added disable decoding entities option to cheerio (1e984eb), closes #60
v2.0.1
2.0.1 (2019-10-27)
Bug Fixes
- browser: avoid SPOF for chrome launcher (f5ca991), closes #56
v2.0.0
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
v1.3.1
1.3.1 (2019-09-26)
Bug Fixes
- file: fixed relative path to input file that is not resolving (19cc7c4), closes #45
v1.3.0
1.3.0 (2019-09-25)
Features
- core: migrated to TypeScript and reduced node dep to 6.4.0 (cfc1657), closes #6