0.14.1 (2020-12-31)
- cli: do not throw when using --help (5e9a991)
0.14.0 (2020-12-31)
- cli: add better handling of invalid params/config (4337691)
- manfiest: add --manifest for specifying PWA manfiest files (00a9f9f), closes #17
0.13.0 (2020-12-13)
- test: fix bad import of node tsconfig (16c1e7d)
- add --help, improve error messaging (a5e6bb1)
- add --quiet option to ignore known but unnecessary files such as sourcemaps (94aeecc)
0.12.2 (2020-12-12)
- maintain node v10 support (0211ad2)
0.12.1 (2020-12-12)
- ensure order is maintain between --assets and --scripts/stylesheets/favicons (30506bf)
- script: fix crash when --scripts used as last arg (dcd77dc)
- favicon: replace non-standard "shortcut icon" with "icon" for attribute (fcfda0d)
- favicon: this will change the output of --assets *.ico
0.12.0 (2020-10-23)
- favicon: add --favicons for specifying favicons (88df88e)
- script: allow adding multiple attributes to a <script> (5958f28)
- stylesheets: add --stylesheets for specifying stylesheets (ae279fb)
0.11.0 (2020-10-19)
0.10.0 (2020-06-12)
- cli: provide npm package bin entry for running via cli (ce2c8ae)
0.9.0 (2020-05-05)
- preload: add support for preload requests (70ac29f), closes #7
- stamp: add various stamping options: (6aff234), closes #4
0.8.0 (2020-04-05)
- add --strict to throw when unknown asset types are passed (1192014)
0.7.0 (2020-03-24)
- add support for external js files (17bc413)
0.6.0 (2020-03-12)
- use relative URLs when resources are within a root dir (26d7118
0.5.0 (2020-02-05)
- add support for inserting a *.ico file as a shortcut icon (1ad2017)
0.4.3 (2019-12-19)
- verbose: add context to the stamp verbose log statement (fd22d90)
0.4.2 (2019-12-18)
- add --verbose option for logging info (4810851)
0.4.1 (2019-12-11)
- fix case where --out file is in a non-existing directory (9caa413)
- throw when no html/out file specified (9e0bb0b)
0.4.0 (2019-12-01)
- use relative paths from the output html dir by default (6c34cb6), closes #2
- css: fix css file paths when using --assets= style args (6674db7), closes #3
- Revert "feat(*): include output directory as default root dir" (4aac05b)
0.3.0 (2019-11-30)
0.2.0 (2019-11-26)
- include output directory as default root dir (31226ae)
- change CLI to use specific flags for input/output html, assets, root dirs (3372b0c)
- initial implementation based on https://github.com/bazelbuild/rules_nodejs/tree/0.41.0/packages/inject-html (5033768)